cancel
Showing results for 
Search instead for 
Did you mean: 

XI Queues with status "RETRY" or "SYSFAIL" - what is the cause of this ?

Former Member
0 Kudos

Hi,

Can anyone give me the reason behind XI message queues going to status RETRY or SYSFAIL ?

Is there any way to automatically restart these queues when they go into this status ?

We currently have CCMS set up to alert when this occurs and then manually go into XI to restart the queues but it would be nice to automate this if possible.

Cheers

Colin.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Colin

Have you tried using RSXMB_RESTART_MESSAGES

We had this scheduled to run every ten minutes or so...

We had update issues in SM58/SM13 that were re-triggered and cleared by this...

Something else to try, could be RSARFCEX - /people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically

Answers (2)

Answers (2)

nisarkhan_n
Active Contributor
0 Kudos

XI messages going into the SYSFAIL and RETRY

when the data cannot be processed from the queue ( because of the various reasons like queu not registred or the sys which is to take data from this queue not responding, or some problem in code (no commit) ) it will goto the error sate like sysfail...deopending upon the QOS of the messge the RETRY option will apprear ( EOIO and EO)

RSXMB_RESTART_MESSAGES use this to restart the failed messages perodically

VijayKonam
Active Contributor
0 Kudos

Hi Colin,

Could you please tell me how did you configure CCMS to alert when some Q undergoes in to SYSFAIL status.. I am looking for a solution for this problem..

VJ