Skip To Content

Geoprocessing service log codes

This topic lists codes for log messages that you'll see when working with geoprocessing services. Each list of codes is followed by the text you see from the log. While a lot of texts are self-explanatory, some are added with a description to provide further information and guidance for troubleshooting.

Code NumberTextDescription

20002

Geoprocessing service is successfully initialized.

20003

Geoprocessing service initialization failed.

20004

Job catalog initialization succeeded.

20005

Service failed to start. Please make sure <path to arcgis server directories>\arcgisjobs directory is accessible.

20006

Geoprocessing service instance is successfully constructed.

20007

Geoprocessing service instance construction failed.

You will also see text showing error or warning codes and messages about the tool and parameters.

20008

Job <job id> is successfully submitted.

20009

Job <job id> cannot be submitted.

20010

Error executing tool.

You will also see text showing error or warning codes and messages about the usage of the tool.

20013

Error during start of the configuration: Unable to add hidden configuration of type <Server>.

20014

Error during start of the configuration: Unable to stop hidden configuration of type <Server>.

20015

Error during start of the configuration: Unable to stop hidden configuration of type <Server>.

20016

Error during start of the configuration: Unable to delete hidden configuration of type <Server>.

20017

Property JobsDirectory not found.

20018

Geoprocessing service is not supported with the current license.

Make sure you have an ArcGIS Server Standard or ArcGIS Server Advanced license.

20019

Server's property Output Directory has not been defined.

20020

Create directory failed: <directory>.

20021

Copy from <local jobs directory> to <shared jobs directory> failed.

20022

Execute job <job id> message type <type> message size <size>.

Message type can be BINARY, SOAP, or REST. Size is in bytes for BINARY and string length for SOAP and REST. This code also informs you about the elapsed time to execute a tool.

To see the elapsed time, turn on the Time Elapsed column in Manager by selecting Logs > View Logs > Columns.

20023

Load job <job id> message type <type> message size <size>.

Message type can be BINARY, SOAP, or REST. Size is in bytes for BINARY and string length for SOAP and REST. This code also informs you the elapsed time to load execute request.

To see the elapsed time, turn on the Time Elapsed column in Manager by selecting Logs > View Logs > Columns.

20024

Save job <job id> message type <type> message size <size>.

Message type can be BINARY, SOAP, or REST. Size is in bytes for BINARY and string length for SOAP and REST. This code also informs you the elapsed time to save the execute result.

To see the elapsed time, turn on the Time Elapsed column in Manager by selecting Logs > View Logs > Columns.

20025

Debug messages.

20026

Server output directory <output directory> does not exist.

The ArcGIS Server output directory you specified does not exist. You may encounter this message after updating the location of your server directories. You can alleviate this issue by respecifying the output directory location in the service's properties.

20027

Cannot create output folder <output folder>.

20028

Server Jobs directory < directory> does not exist.

The ArcGIS Server jobs directory you specified does not exist. You may encounter this message after updating the location of your server directories. You can alleviate this issue by respecifying the output directory location in the service's properties.

20029

Cannot rename jobs folder <jobs folder>.

20030

Open geoprocessing result failed <path of result file>.

20031

Invalid layer <layer name>.

20032

Create result map service failed.