cancel
Showing results for 
Search instead for 
Did you mean: 

Error Type In Integration Engine

Former Member
0 Kudos

Hi All,

Please tell me what type of error/exception can occur in the integration engine? Is it only System Exception that can occur or can Application Exception also occur?

Also please tell me what do you mean by the term SALERT.

Thanks,

Abhishek.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi abhishek,

I. Errors in Integration Engine

a) qRFC Errors

Often in asynchronous scenarios where inbound queues are used, the queues are set to SYSFAIL status and all the messages in the inbound queue are stuck (not processed). Depending on the status of XI processing queues, we can reset a queueu2019s status and trigger processing of messages.

Manual Resend of messages: Use transaction SMQR or SMQ2 to reset the status of queues. As you can see in the following figure, the queue has been marked with a status sysfail.

To be able to initiate processing of messages stuck in the queue, make sure to set following IS configuration parameter

MONITOR QRFC_RESTART_ALLOWED to value 1

For automatic qRfc failure recovery, schedule the report RSQIWKEX to run periodically. This report enables automatically resets the queues.

b) tRFC Errors

Like qRFC errors one can either manually or automatically initiated processing of messages hanged tRFC calls.

Manual Resend of messages: Use transaction SM58 and check through the list. If necessary, start hanging tRFC calls

under the Edit menu by choosing Execute LUWs.

For automatic tRfC failure recover, schedule the report RSARFCEX for periodic execution.

II. Errors in Adapter Engine

Till now we have seen how to resubmit/restart message that failed in Integration Engine. One a message makes it from Integration Engine to Adapter Engine, the message is flagged as checked in Integration Engine. The status of the message in Adapter engine does not effect the processed state in Integration Engine. Now if this message was asynchronous, XI will by default try to restart the message 3 times at intervals of 5 minutes before the status of the message is changed from Waiting to System Error .

regards

kummari

Former Member
0 Kudos