laptop and a wrench

Bug

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

Zuletzt veröffentlicht: June 28, 2019 ArcGIS Roads and Highways
Bug-ID-Nummer BUG-000122888
EingereichtJune 6, 2019
Zuletzt geändertFebruary 12, 2025
Gilt fürArcGIS Roads and Highways
Gefunden in Version10.6.1
BetriebssystemWindows OS
Betriebssystemversion2012
StatusKnown Limit

Zusätzliche Informationen

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)

Schritte zur Reproduzierung

Bug-ID: BUG-000122888

Software:

  • ArcGIS Roads and Highways

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln