Show TOC

Background documentationTechnical Error Code Locate this document in the navigation structure

 

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 Example

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

End of the example.

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 Example

No change lists with the specified ID exist.

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

End of the example.

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 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).

End of the example.

CHANGE_LIST_EXCEPTION

Operations on change lists fail.

CONSISTENCY_CHECK

Error during consistency check.

INVALID_PARAMETER_VALUE

Invalid parameter value.

Example Example

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

The maximum character length for a parameter has been exceeded.

End of the example.

RESOURCE_EXCEPTION

Error with program resource.

Example Example

Error with database accessed during Web Service call.

End of the example.

QUERY_EXCEPTION

Search error.

RUNTIME_EXCEPTION

Runtime errors