cancel
Showing results for 
Search instead for 
Did you mean: 

Message Scheduled But is not delivered

former_member181928
Participant
0 Kudos

HI

I have one large message which is broken in to smaller packets and in r3 and sent to the XI system via abap proxy . My scanario uses a BPM where i have a loop which has a correlation . I collect one message send it and then again the loop collects and sends the next message.

My problem is in SXMB_MONI out of the eight small messages one message shows a green flag (Message scheduled on the outbound side ) . It is not scheduled but not delivered from the IEngine to The PE. Rest all the message are delivered properly.

How can debug such a scenario.

regards

Nilesh Taunk

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

In SXMB_MONI, did you get a message like this as seen below:-

"<b>Message <MessageID> parked at the process <ProcessID> but not yet processed</b>"

Solution:

Check your correlation defined. Use <b>local correlation</b> instaed of global correlation, i.e use the correlation in your block step. This should solve the problem.

Also see the SAP Notes below:

<b>898131</b> : BPE-RUN: Messages lost when processes are incorrect.

<b>894906</b> : BPE-RUN: Finding unprocessed messages.

Hope this resolves the issue.

Regards,

Dhana

Former Member
0 Kudos

Hi Nilesh ,

Please check in your abap stack with t-code SMQ1 for outbound queues.

Thanks,

Tuhin

Former Member
0 Kudos

Hi,

Check in the BPM wheather the Correlation is established right...and check weather al the messages are collected or not...

Amaresh