laptop and a wrench

不具合

When a service name contains a special character, running the ArcGIS Server serverScan.py script will produce an error referring to encoding.

ArcGIS GIS Server
不具合 ID 番号 BUG-000169518
送信されましたJuly 29, 2024
最終更新日December 9, 2024
適用対象ArcGIS GIS Server
見つかったバージョン10.9.1
オペレーティング システムRed Hat Enterprise Linux
オペレーティング システムのバージョンN/A
ステータスKnown Limit

参考情報

Since this works as expected in release 11.1 version and later, no changes will be made. Closing as a known limit in the 10.9.1. version.

対処法

In serverScan.py, there is a method called checkServices():

 

request = Request(serverUrl + '/admin/services/' + quote(service['name'].encode('utf-8')) + '.' + service['type'], urlencode(params).encode())

 

The method uses UTF-8 encoding. The problem could be solved if this encoding is changed to ISO-8859-1 and serverscan.py works fine.

OR

Run the script as is in ArcGIS Enterprise version 11.1, 11.2, or 11.3. There are no issues with special characters in the latest versions.

再現の手順

不具合 ID: BUG-000169518

ソフトウェア:

  • ArcGIS GIS Server

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動