Select to view content in your preferred language

ERROR 001470: Failed to retrieve the job status from server. The Job is running on the server, please use the above URL to check the job status.

636
2
09-26-2024 09:17 PM
BanchanaPandey
Regular Contributor

We are seeing an issue with managemapservercachetiles running as a python script as shown in this example  by esri Manage Map Server Cache Tiles (Server)—ArcGIS Pro | Documentation. We are on 10.9.1 arcgis enterprise and using arcgis pro 2.9.9 out of the box python environment to run the exact same script. After we run the job, we get this error below after an hour into the job:

MAPSERVERERROR 001470: Failed to retrieve the job status from server. The Job is running on the server, please use the above URL to check the job status.
Failed to execute (ManageMapServerCacheTiles).

The job does finish on the server. During debugging, I noticed that my script eventually goes to this out of the box python code called "server.py" and invokes a method called "convertArcObjectToPythonObject ". I am using the "WAIT" parameter in the call for wait_for_job_completion, but still errors out and the error  does not have the job url either that it  recommends to use for checking job status.

BanchanaPandey_1-1727410091152.png

Any idea or similar situation if anyone has encountered this, please share.

Thanks!

2 Replies
DavidLight
Regular Contributor

I am seeing a similar error on one of my services.  Any suggestions on a solution?

ERROR 001470: Failed to retrieve the job status from server. The Job is running on the server, please use the above URL to check the job status.
Failed to execute (ManageMapServerCacheTiles)

0 Kudos
BanchanaPandey
Regular Contributor

@DavidLight for that error, ended up extending the short time out and long time out on the arcgis server and that made the error go away. esri support was also okay with that change, it has to be done through arcgis server admin endpoint.

0 Kudos