cancel
Showing results for 
Search instead for 
Did you mean: 

How to deal with stuck EOIO messages in the Adapter Framework

former_member183909
Active Participant
0 Kudos

regarding the process as explained by Stefan Grube blog on [How to deal with stuck EOIO messages in the Adapter Framework|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3566] [original link is broken];

I have Asynchronous messages (with Qas EOIO ) that are stuck (in holding status ) on the receiver channel. I have messages dating back that I do not want and I want to DELETE them rather than reprocess them. I have tried CANCEL and CANCEL on the very last message (as EOIO) but they remain and I have thousand of these messages (they date back a few years!) so is there a quick way to purge the entire queue?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Try this URL

http://<your_system_name>:<port>/MessagingSystem/monitor/monitor.jsp?direction=8.

It may help, but I haven't tried to delete a large number of messages.

Regards

Mike G

former_member183909
Active Participant
0 Kudos

Thanks Michael - I had not seen that before - was interesting none the less... But it will still only allow Cancel (one at a time but at least shows precendent)....and I can do this in bulk (seems only 100 or so at a time though) from RWB but it still leaves them in that queue as cancelled.