cancel
Showing results for 
Search instead for 
Did you mean: 

To be Delivered status in RWB

Former Member
0 Kudos

Hello all,

We are facing problem with messages with status "To be Delivered" in Runtime Workbench. I checked SXI_MONITOR and message monitoring, but no errors were noticed. There were 5 System Errors which were re-processed successfully. After this, messages started getting stuck with the above status in Adapter Engine monitoring of RWB.

Please help. Need to fix the issue asap.

Thanks,

Guru

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

>>There were 5 System Errors which were re-processed successfully

Where were these errors?in sxmb_moni or in RWB

Have a look at the below blog,might give you some idea

/people/stefan.grube/blog/2006/04/27/how-to-deal-with-stuck-eoio-messages-in-the-xi-30-adapter-framework

Thanx

Aamir

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Status: TO_BE_DELIVERED

Which means that the message was successfully delivered from Integration Server point of view and it states that the messages is initially handed over to the Messaging System.

TO_BE_DELIVERED occurs while the message is put into the Messaging System receive queue.

Solution:

This is done via the Messaging System receive servlet:

http://<Host>:<PORT>/MessagingSystem/receive/<CONNECTION>/<PROTOCOL>;

Only if this was executed successfully the Messaging System returns HTTP 200 to the Integration Server and the Status TO_BE_DELIVERED moves to DELIVERING

Try logging into Sap GUI with two users: XIAPPLUSER & XIAFUSER

to see if they are blocked

We can check the messages:

AdapterFramework

com.sap.aii.adapterframework.serviceuser.language

com.sap.aii.adapterframework.serviceuser.name = XIAFUSER

com.sap.aii.adapterframework.serviceuser.pwd

ApplicationSystem

com.sap.aii.applicationsystem.serviceuser.language

com.sap.aii.applicationsystem.serviceuser.name = XIAPPLUSER

com.sap.aii.applicationsystem.serviceuser.pwd

in the exchange profile to make sure the right passwords

Regards

Agasthuri Doss

sunil_singh13
Active Contributor
0 Kudos

Guruprasad,

This problem is with your adapter engine.

Stop and Start your Communication Channel.

Thanks

Sunil Singh

Former Member
0 Kudos

Hi Guruprasad,

When ever this type of messages are occured, try to deactive and activate the adapter

or try to restart the J2ee Engine.

Regards,

SKumar

Former Member
0 Kudos

Hi Guru

Please try to restart the J2EE engine.

And read these threads

Regards

Abhishek Mahajan

**Please reward points if helpful**

Former Member
0 Kudos

Hi Guruprasad,

This happens primarily as the first message u sent is the queue is being held up by an error.

Try this :

In SXMB_MONI, scroll to the right until you see the queue name. Double-click on the queue name, which will take you to the queue where the message resides. You should see the number of messages in the queue and the status of the 1st message.

Now u have two options

1.delete it (strongly NOT recommended)

2.restart the message..and see what u get

Also check this thread

Should help u out

Edited by: Mohd Tauseef Ibrahim on Jun 30, 2008 10:20 AM

Edited by: Mohd Tauseef Ibrahim on Jun 30, 2008 10:21 AM