cancel
Showing results for 
Search instead for 
Did you mean: 

Outbound Queue Error. Pls advice

Former Member
0 Kudos

My scenario:

CRM sending data to XI.

In CRM data was stuck. I used smqr transaction and then

refresh the queue. In CRM sxmb_moni data was in successful state again:

1. Please tell me is there any automatic job that automatically resend the data from outbound queue?

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member192295
Active Contributor
0 Kudos

HI,

We can do thorugh RSXMB_RESTART_MESSAGES function module either execution manually & back ground job method. Before that check all technical configuration once again in think it is due the data stuck up is due to technical setting problem.

dharamveer_gaur2
Active Contributor
0 Kudos

you can do alternate things like increase poll interval of data ,so that message would not be in queue.

use thread with same problem

Of course these steps do not need to be performed manually. There's an automatic retry mechanism and if that repeatedly fails the report RSXMB_RESTART_MESSAGES (which you will need to schedule) will try to resend the messages.

Edited by: Dharamveer Gaur on Sep 15, 2008 2:22 PM

Edited by: Dharamveer Gaur on Sep 15, 2008 2:24 PM