laptop and a wrench

Bogue

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

Dernière publication: June 28, 2019 ArcGIS Roads and Highways
Numéro d’ID de bogue BUG-000122888
EnvoiJune 6, 2019
Dernière modificationFebruary 12, 2025
S’applique àArcGIS Roads and Highways
Version trouvée10.6.1
Système d’exploitationWindows OS
Version du système d’exploitation2012
StatutKnown Limit

Informations supplémentaires

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)

Étapes pour reproduire

ID de bogue: BUG-000122888

Logiciel:

  • ArcGIS Roads and Highways

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement