laptop and a wrench

不具合

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

ArcGIS GIS Server
不具合 ID 番号 BUG-000180542
送信されましたOctober 29, 2025
最終更新日January 12, 2026
適用対象ArcGIS GIS Server
見つかったバージョン11.5
オペレーティング システムWindows Server
オペレーティング システムのバージョン2025
ステータスIn Product Plan

対処法

Do not use German special characters.

The workaround from the Bug document does not work in serverScan.py (https://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 (https://serverscan.py/) works fine.

再現の手順

不具合 ID: BUG-000180542

ソフトウェア:

  • ArcGIS GIS Server

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

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

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

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

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

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

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