cancel
Showing results for 
Search instead for 
Did you mean: 

messages stuck in adapter queue

Former Member
0 Kudos

Dear Experts ,

Lots of messages are stuck in adapter queue. We see it in RWB message monitoring. Some with system error and others with to be delivered status. In the case of EOIO we need to find the queue and identify the seqencial number and then cancel the first message. right ? what to do when it is EO.

Where do we configure these queues ? And what are the cases the queue would get stuck ? Is restarting the java stack an option to clear the queue ? In that case what happens ? Please help

Thanks,

Aju

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

In the case of EOIO you have to find the first message either cancel it or resend it.

With the namespace for that interface filter the messages in Adapter Engine monitoring.

And then go to the first message and cancel it or resend it. This will resolve the issue

former_member556412
Active Participant
0 Kudos

Hi,

Please refer to this link

Hope it answers your questions.

http://www.saptechies.com/how-to-deal-with-stuck-eoio-messages-in-the-xi-30-adapter-framework/

Regards,

Bhanu

former_member189354
Contributor
0 Kudos

Hi,

Try to check Adapter/Communication channel Status which in Red/Yellow try to rectify communication channel problems if it exists. Most of times it is File Adapter/Communication channel will create the problems due to passwrd expire or FTP Server down or network problems. By default AFW will try for 3 times for a message to push out of queue in the mean time lot of messages filed up in the queue affecting heap memory of java stack leads to dead lock. It will be helpful if you have java stack trace file in hand to identify the exact problem. It is advisable to restart the machine most of times it will solve the purpose.

Regards,

Rao.Mallikarjuna

Former Member
0 Kudos

Hi,

Find the message in Message Monitoring and cancel the message and select the other messages which are to be processed.

Thanks,

Kiran.

Former Member
0 Kudos

Hi,

Reference to deal with EOIO messages

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

Also refer Note:813993

Cheers,

Manjusha.

former_member200962
Active Contributor
0 Kudos

i dont think that restart of JAVA will help here...the messages will be still stuck in the Q....

chek this blog on how to process the blocked queues:

/people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically