cancel
Showing results for 
Search instead for 
Did you mean: 

Restart error messages

Former Member
0 Kudos

Hi All,

While processing the files, some messages getting the system error status. these messages needs to be resend is there any possibility to resend the error messages?

Thanks

Sagar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sagar,

There are 3 possibilities to resend the messages.

1. JAVA Stack:

Go to Runtime Workbench--->Message Monitoring. Select either Integration Server or Adapter Engine, give the appropriate Sender business system, Sender interface, Sender namespace, Receiver System, Receiver Interface, Receiver namespace and click Start.

All status messages display. Here you should select the error messages and click on 'Resend'.

2. ABAP Stack.

SXMB_MONI, should select error message. From Edit menu click on "Reschedule XML messages after Error" or "F6"

3. Report.

RSXMB_RESTART_MESSAGES is the report to resend the error messages automatically.

Thanks,

Satish.

Former Member
0 Kudos

Can you explain about RSXMB_RESTART_MESSAGES report. What is the diff between those.

Former Member
0 Kudos

This is another kind of way to Re - Process the failed messages automatically. RSXMB_RESTART_MESSAGES program searches for failed (could not be processed correctly) or missing (were deleted manually from the queue) messages and tries to restart these messages automatically. The maximum number of restart attempts and the interval between these attempts is set with the qRFC scheduler. After the maximum number of restarts, the restart is canceled if it was not successful.

Go to SE38 transaction, enter RSXMB_RESTART_MESSAGES as program name.

Note:

Every 5 minutes (10 times) The recommended frequency.

Thanks,

Satish

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If you are getting the Error in MONI means select the message and say Restart. It will restart the message

Check this

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

Regards

Seshagiri

Edited by: N V Seshagiri on Apr 9, 2008 6:18 AM