laptop and a wrench

Bug

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

Last Published: January 17, 2023 ArcGIS GIS Server
Bug ID Number BUG-000149869
SubmittedJune 9, 2022
Last ModifiedOctober 8, 2024
Applies toArcGIS GIS Server
Version found10.6.1
Operating SystemWindows Server
Operating System Version2019 64 Bit
Version Fixed3.4
StatusNon-Reproducible

Additional Information

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.

Steps to Reproduce

Bug ID: BUG-000149869

Software:

  • ArcGIS GIS Server

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options