Show TOC

Technical Error CodeLocate this document in the navigation structure

Use

A technical error code (element ClassificationCode ) specifies an error symptom.

The technical error code (symptom) is not uniquely connected to the severity. The severity that is displayed for a specific symptom depends on the specific error (see example on technical error code SLD_ELEMENT_NOT_FOUND below).

The possible technical error codes are listed in the following table.

Technical Error Codes

Technical Error Code

Description

USER_NOT_AUTHORIZED

User not authorized to execute an operation.

Example

User wants to execute operations on the change list of another user.

OBJECT_ACCESS_EXCEPTION

Error occurred while accessing an object.

OBJECT_ALREADY_EXISTS

Object already exists.

Object cannot be created because an object with the same key already exists.

OBJECT_NOT_FOUND

Object not found.

Example

No change lists with the specified ID exist.

Object with specified key cannot be changed because it does not exist.

SLD_ELEMENT_NOT_FOUND

Object from System Landscape Directory (SLD) not found.

Configuration objects can reference objects in the SLD. This type of error occurs when an object contains such a reference but the target object of the reference cannot be determined.

Example

A configuration object can, for example, reference an Adapter Engine or a business system.

If the Adapter Engine or the business system from the SLD cannot be found when creating or changing a communication channel or a business system service then an error is displayed ( SeverityCode = 3).

If an object from the SLD cannot be found when determining the cache status then a warning is displayed ( SeverityCode = 2).

CHANGE_LIST_EXCEPTION

Operations on change lists fail.

CONSISTENCY_CHECK

Error during consistency check.

INVALID_PARAMETER_VALUE

Invalid parameter value.

Example

An incorrect value was entered for a parameter which requires fixed values.

The maximum character length for a parameter has been exceeded.

RESOURCE_EXCEPTION

Error with program resource.

Example

Error with database accessed during Web Service call.

QUERY_EXCEPTION

Search error.

RUNTIME_EXCEPTION

Runtime errors