laptop and a wrench

Bug

A geoprocessing service published with ArcGIS Pro with the 'LocateFeaturesAlongRoutes_lr' function returns the 000800 error.

Zuletzt veröffentlicht: January 17, 2023 ArcGIS GIS Server
Bug-ID-Nummer BUG-000149869
EingereichtJune 9, 2022
Zuletzt geändertOctober 8, 2024
Gilt fürArcGIS GIS Server
Gefunden in Version10.6.1
BetriebssystemWindows Server
Betriebssystemversion2019 64 Bit
Behoben in Version3.4
StatusNon-Reproducible

Zusätzliche Informationen

This looks to have been a geoprocessing tool compatibility problem with the Locate Features Along Routes tool introduced in ArcGIS Pro 2.9.

Workaround

1. Do the following when publishing from ArcGIS Pro:

  • Remove the "\\" in LOCATE_RESULT_TABLE = "\\LocateFeaturesAlongRoutesGD2". Then change the parameter value arcpy.env.scratchGDB + LOCATE_RESULT_TABLE of the function LocateFeaturesAlongRoutes_lr to os.path.join(arcpy.env.scratchGDB, LOCATE_RESULT_TABLE).
  • Use r"c:\..." expression instead of "c:\\..." expression for the first two parameters of the function LocateFeaturesAlongRoutes_lr.

2. If using the original script, try publishing from ArcMap.

Schritte zur Reproduzierung

Bug-ID: BUG-000149869

Software:

  • ArcGIS GIS Server

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