Error Codes

Code

Error

Description

-1

INVALID_PRIMARY_KEY

Error during database I/O that returns a primary key.

-7

EXCEPTION_ENCOUNTERED

Negative return codes

-666

UNINITIALIZED_INTEGER

Negative return codes

0

SUCCESS

Always zero

1000 - 2000 block – O/S Errors

1001

FILE_NOT_FOUND

O/S Errors

1002

FILE_INSUFFICIENT_PERMISSIONS

O/S Errors

1003

FILE_LOCKED

O/S Errors

1004

IO_ERROR

O/S Errors; An external process that started, failed.

1005

EXTERNAL_PROCESS_FAILED

O/S Errors

1006

UNABLE_TO_OPEN_FILE

O/S Errors

1007

INVALID_CMD_LINE_ARG

O/S Errors

2000 – 3000 block – Database Errors

2001

DB_UNABLE_TO_CONNECT

Database Error

2002

DB_SQL_ERROR

The database query returned an SQL error.

2003

DB_REQUIRED_FIELD_MISSING

A required field is missing a value.

2004

DB_CONNECTION_CLOSED

The underlying connection to the database is closed.

2005

DB_INSUFFICIENT_PERMISSIONS

The account accessing the database lacks permission to perform the current operation.

2006

DB_CONFIGURATION_ERROR

The database configuration file is incorrect.

 

Code

Error

Description

3100 – 3200 block – Security errors, authentication and authorization

3100

INVALID_CREDENTIALS

The user could not be authenticated with the given credentials.

3101

INSUFFICIENT_PERMISSIONS

The user does not have access to a document or process.

3102

ACCOUNT_DISABLED

The user’s account has been disabled.

3103

ACCOUNT_CLOSED

The user’s account has been closed permanently.

3104

PASSWORD_EXPIRED

The user’s account has an expired password.

3105

MISSING_CREDENTIALS

A SOAP request was received without user credentials such as a UsernameToken.

3106

USER_ID_DOES_NOT_MEET_REQUIREMENTS

The password does not match the regular expression defined for validation.

3107

PASSWORD_ID_DOES_NOT_MEET_REQUIREMENTS

The password does not match the regular expression defined for validation.

3300 -3400 block – DocumentServer Errors

3301

INVALID_URI

The URL does not contain the necessary elements.

3302

APPLICATION_NOT_FOUND

The application specified by a database alias and application does not exist in the database.

3303

DOCUMENT_NOT_FOUND

The document specified by a database alias, application id and document id does not exist in the database.

3304

USER_NOT_FOUND

The given user id could not be found in the database.

3305

APPLICATION_NOT_IMPLEMENTED

Documents can only be served within implemented applications.

 

3306

DOCUMENT_SERVER_DOWN

The document server is not accepting requests.

 

3310

APPLICATION_NOT_LICENSED

The requested document belongs to an application that is unlicensed.

 

3311

LICENSING_NOT_INITIALIZED

The licensing manager has not been initialized.

 

3312

INVALID_LICENSE

The license file is corrupt.

 

 

Code

Error

Description

20000 -20099 block – Data Object Model

20001

INVALID_DATA

Data Object Model

20002

INVALID_TYPE

Data Object Model

20003

INVALID_DATABASE_TYPE

Data Object Model

20004

EXCEPTION_EXECUTING_SQL

Data Object Model

20100 – 20199 block – Data Object Model

20101

INACTIVE_TASK

Workflow Object Model

20102

INACTIVE_PROCESS

Workflow Object Model

20103

UNAUTHORIZED_SUBSCRIBER

Workflow Object Model

20104

NO_PRECEDING_TASK

Workflow Object Model

20200 -20399 block – Image, Document Centric Errors

20200

INVALID_DOC_TYPE

Image, document centric errors an invalid document type was accessed given the current context.

20201

OCR_FAILURE

Unable to OCR document.