laptop and a wrench

Erro

The Event Editor throws an "invalid_redirect_uri" error when trying to access a specific version that is owned by an OS authenticated user.

Última Publicação: June 28, 2019 ArcGIS Roads and Highways
Número de ID do Erro BUG-000122888
EnviadoJune 6, 2019
Última ModificaçãoFebruary 12, 2025
Aplica-se àArcGIS Roads and Highways
Versão encontrada10.6.1
Sistema OperacionalWindows OS
Versão do Sistema Operacional2012
StatusKnown Limit

Informações Adicionais

This is a limitation of web browsers and how they read version names that include special characters like \. If the URLs created include this character (\), utilize the Python snippet below to transform the URL to be correctly read by the browser. #Parse the WMX tokens passed as system argument variables into the web URL log_write(log_file, 'Version: ' + Job_Version) if "\\" in Job_Version: VersionList = Job_Version.split(".") Owner = VersionList[0] OwnerList = VersionList[0].split("\\") Domain = OwnerList[0] OwnerUsr = OwnerList[1] Version = VersionList[1] #Web_Version = '%22' + Owner + '%22.' + Version Web_Version = '%22' + Domain + '%5c' + OwnerUsr + '%22.' + Version log_write(log_file, 'Formatted web version: ' + Web_Version) #DB owned version else: Web_Version = Job_Version log_write(log_file, 'Formatted web version: ' + Web_Version)

Etapas para Reproduzir

ID do Erro: BUG-000122888

Software:

  • ArcGIS Roads and Highways

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