cancel
Showing results for 
Search instead for 
Did you mean: 

Message stuck in to be delivered status

former_member194677
Participant
0 Kudos

Hi,

Receiver File adapter Messages stuck in to be delivereed status. Please sugest to resolve this.

In MDT teh messages "Message successfully put into the queue."

Thanks

Santosh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Santosh,

Ensure that your FILE RECEIVER channels are in 'MANUAL' mode instead of 'AUTOMATIC' mode.If ther are in 'Automatic' mode then change them to 'Manual' and then re-send your msgs which are in 'ToBeDelivered' status...you can find them passing out successfully from Message Server of Xi.

Cheers,

Ram.

Former Member
0 Kudos

Hi Santosh,

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

Regds,

Pinangshuk.

Former Member
Former Member
0 Kudos

Hi Santosh,

Please check in the SMQ1 and Smq2.If messages are struck in quesues.Register the queues.

Go to SXMB_ADM->Manage queues->Register Queues->Activate Queues.

Then automatically messages are sent successfully.

Thanks

Ravi

former_member194677
Participant
0 Kudos

Hi ,

Queues are already registered. there are no messages stuck in SMQ1 and SMQ2.

kindly suggest

Thanks

Santosh

Former Member
0 Kudos

Hi,

maybe it hepls to restart the XI-File-Adapter-Service in VisualAdmin or NWA (7.1).

Did you check in RWB->comp-monirotingg->adapterengine->engine-status?

There you can see if all workerthreads of the File-receiver-queue are blocked.

Regards

Eduardo

Former Member
0 Kudos

Hi,

This will occur if there are no threads available for processing the request received for that particular adapter queues...

As said above you can check the threads which will be in DLNG state

or you can check the same using MessagingSystem link below

http://host:port/MessagingSystem/monitor/systemStatus.jsp. whcih gives the details of the thread count configured and running thread count....

HTH

Rajesh