laptop and a wrench

Error

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 publicación: June 28, 2019 ArcGIS Roads and Highways
Número de ID del error BUG-000122888
EnviadoJune 6, 2019
Última modificaciónFebruary 12, 2025
Relacionado conArcGIS Roads and Highways
Versión encontrada10.6.1
Sistema operativoWindows OS
Versión de sistema operativo2012
EstadoKnown Limit

Información adicional

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)

Pasos para reproducir

ID del error: BUG-000122888

Software:

  • ArcGIS Roads and Highways

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