cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with MEssages with status "To Be Delivered"

Former Member
0 Kudos

HAllo,

ich have a big Problem with many Message with Status "To Be Delivered". My scenario is the following:

XI read file from a directory (that's work fine) and schould Idoc create and send (doesn't work).

I can see the read File (xi Message) only in Adpater Monitoring with state "To be delivered". I read many blog in the forum but i cannot solve the problem.

Can someone help.

Cheers

Mat

Accepted Solutions (0)

Answers (3)

Answers (3)

moorthy
Active Contributor
0 Kudos

Hi,

As per your post, file data is not reached into XI messaging system. So check the XI pipeline URL in the SLD->Business System-<Your integratioNS erver>

check this- http://<server>:8xxx/sap/xi/engine?type=entry

It should be like this. Make sure that port is http port (8xxx)

Also go to transaction SXMB_ADM->integration server configuration and check the URL ?

Also check Queues are registered ? go to SXMB_ADM->Manage Queues and check all queues are registered ? if not do this

Hope this helps,

Regards,

Moorthy

agasthuri_doss
Active Contributor
0 Kudos

Dear Mattia Bionda

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

Kindly let me know any clarifications,

Regards

Agasthuri Doss

former_member206604
Active Contributor
0 Kudos

Hi,

Check out this link might be helpful for you

http://help.sap.com/saphelp_nw04/helpdata/en/05/d5fc3f8fc2c542e10000000a1550b0/content.htm

Thanks,

Prakash