laptop and a wrench

Erro

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 do Erro BUG-000169518
EnviadoJuly 29, 2024
Última ModificaçãoDecember 9, 2024
Aplica-se àArcGIS GIS Server
Versão encontrada10.9.1
Sistema OperacionalRed Hat Enterprise Linux
Versão do Sistema OperacionalN/A
StatusKnown Limit

Informações Adicionais

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.

Solução Provisória

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.

Etapas para Reproduzir

ID do Erro: BUG-000169518

Software:

  • ArcGIS GIS Server

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download