cancel
Showing results for 
Search instead for 
Did you mean: 

Sysfail status

former_member240483
Contributor
0 Kudos

Hi all,

In Moni .all the messages are waiting in queue and queue status is SYSFAIl ..when ever i release the key message went through ,..what type of problem is this..is this because of communication between the two systems failed or some other problem..

Thanks for your time.

Regards

Rao

Accepted Solutions (0)

Answers (1)

Answers (1)

GabrielSagaya
Active Contributor
0 Kudos

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 queue’s 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

/people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically