laptop and a wrench

Error

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
Número de ID del error BUG-000169518
EnviadoJuly 29, 2024
Última modificaciónDecember 9, 2024
Relacionado conArcGIS GIS Server
Versión encontrada10.9.1
Sistema operativoRed Hat Enterprise Linux
Versión de sistema operativoN/A
EstadoKnown Limit

Información adicional

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.

Solución alternativa

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.

Pasos para reproducir

ID del error: BUG-000169518

Software:

  • ArcGIS GIS Server

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga