cancel
Showing results for 
Search instead for 
Did you mean: 

Message Status "To be Delivered"

Former Member
0 Kudos

Hello Friends,

In RWB, Message Monitoring --> i found many messages are showing in To be Delivered status.

Please guide me how to make these 'To be delivered' status messages to "Successfull" messages.

I hope because of this problem there is Blank message is passing to the other system.

Thanks in advance!!!

Awaiting your reply!!!

Best Regards

Prasad

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

hi

from sxi_monitor identify the queue name by scrolling it to right,

click on it and check whether if there are any error messages in the queue , if so then try restarting the messages.

regards

kummari

Former Member
0 Kudos

This will happen when a message which is send before has ended up with system error.

If it is in Integration Server. Check SMQ2 and find the message with error and resolve it or save the LUW and unlock the queue.

In adapter engine check the message with error and see the log and resolve the error or cancel the message with error if you can rerun.

this will unlock the queue and wil prcess the messages in queue

Sebin

Former Member
0 Kudos

HI

Go throgh the following link

Regards

Sridhar Goli

former_member183906
Active Contributor
0 Kudos

Run SXI_CACHE transaction to do a delta and full cache refresh.

Check SMQ1& SMQ2 for queues.

If still not resolved, then may be problem with ur scenario. Check parameters given in CC.

Former Member
0 Kudos

Hi,

please have a look at this thread:

Regards

Patrick

aashish_sinha
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

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

to see if they are blocked

2. 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

Aashish Sinha