Show TOC Start of Content Area

Background documentation Displaying System Error Descriptions  Locate the document in its SAP Library structure

There are two ways to display descriptions (long texts) of system errors in the Integration Engine (including all system errors in pipeline services).

Querying Long Texts in the Integration Engine

       1.      Select XML messages with errors

       2.      Select the message you want from the list displayed

       3.       Choose Error Information.

The error text is displayed in the performance assistant, together with the error code and the error short text. If no error text exists for an error, the system displays the following message:

No description exists for this system error.

Querying Long Texts Using a Web Browser

A special HTTP service ERRORINFO is available for this purpose. You access this service using an HTTP address with corresponding parameters.

The system then displays the error long text in HTML format in the Web browser.

       1.      Use the following HTTP address to access the HTTP service for displaying error texts:

http://<host>:<port>/sap/xi/errorinfo?code=<category.id>
&p1=<parameter_value1>
&p2=<parameter_value2>
&p3=<parameter_value3>
&p4=<parameter_value4>
&language=<language>

       2.      Enter the following for the individual parameters.

Specifications for Individual Parameters

Parameter

Specification

code=

Category and ID (columns in the table SXMSSYERR in the Integration Engine)

p1=

Value of error parameter 1

p2=

Value of error parameter 2

p3=

Value of error parameter 3

p4=

Value of error parameter 4

language=

Language, for example EN for English

The values for the individual parameters and the language are located in the error header of the message that contains errors.

Example

http://us0050:1081/sap/xi/errorinfo?code=PROTOCOL.IDOC_ADAPTER.GENERIC
&p1=aa
&p2=bb
&p3=cc
&p4=dd
&language=DE

If no long text exists for a pair consisting of category and ID (entry in the table SXMSSYSERR) that exists in the system, the system displays the following error message in HTML:

No description exists for this system error.

If no corresponding pair consisting of category and ID exists at all (entry in the table SXMSSYSERR missing entirely), the system displays the following error message in HTML:

Error code does not exist

 

 

 

End of Content Area