Bug
| Bug ID Number | BUG-000169518 |
|---|---|
| Submitted | July 29, 2024 |
| Last Modified | December 9, 2024 |
| Applies to | ArcGIS GIS Server |
| Version found | 10.9.1 |
| Operating System | Red Hat Enterprise Linux |
| Operating System Version | N/A |
| Status | Known Limit |
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.
Bug ID: BUG-000169518
Software:
Get help from ArcGIS experts
Download the Esri Support App