Skip To Content

Geoprocessing service log codes

The codes for log messages that you'll see when working with geoprocessing services are listed below. 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.

Ensure that 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 of the elapsed time to run a tool.

To see the elapsed time, turn on the Time Elapsed column in ArcGIS Server 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 of the elapsed time to load the request.

To see the elapsed time, turn on the Time Elapsed column in ArcGIS Server 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 of the elapsed time to save the result.

To see the elapsed time, turn on the Time Elapsed column in ArcGIS Server 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.

20033

Jobs store queue name property is missing.

Provide a valid queue name in the service properties.

20034

Initialized Job.

An asynchronous geoprocessing job is initialized on a setup using a file-based system jobs directory.

20035

Initialized Job.

This message is for an asynchronous geoprocessing job using a cloud job store.

20036

Initialized Job.

The table in a cloud store is initialized.

20037

Initialized Job.

The output directory based on a cloud store is initialized.

20038

Initialized Job.

During the initialization of the job, a service ID is missing for the service.

20039

Log code for GP message during tool execution in GP service.

A customized log messages along with a customized code is provided.

20040

Inputs passed to the GP service.

20041

Capability unsupported.

You requested an operation that is not supported by your geoprocessing service.

20042

Validate failed.

The validation operation has failed. Ensure that the correct syntax for the validate request and the correct custom validation code were used.

20043

Time to validate tool.