cancel
Showing results for 
Search instead for 
Did you mean: 

How to cancel adapter engine HOLDING messages in RWB

Former Member
0 Kudos

Hi Frnds,

I am trying to release the messages in queues in HOLDING status.

But when i am trying to resend the  messages .those are going to system error status.if 1 st message is successful then remaining messages in that queue will get process.but here all messages going to system error status.there are more than 3 lacs holding messages in the queues.

i  tried to release the 1 st message in every Serialization Context.if it is successful then remaining messages will get processed.but we are getting all system errors.

Please suggest how to do mass cancellation for holding messages in RWB .

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member303666
Active Participant
0 Kudos

Hi,

we can send the holding status messages through system monitoring tool.

use the below link.

http://hostname:port/MessagingSystem/monitor/sequenceMonitor.jsp

did u find any messages are holding status over hear.

Regards,

Kesava

Former Member
0 Kudos

Hi Kesava,

Thanks for ur reply.

You mean to say i have to resend the messages?

i have just opened that link.what are the steps i need to follow in that tool.Can you pls elaborate.

i can see the holding messages in that tool.but sequential number of the messages are not in the order.how to check and resend it.

Regards,

Naren

former_member303666
Active Participant
0 Kudos

Hi Naren,

1. http://hostname:port/MessagingSystem/monitor/sequenceMonitor.jsp

place your system host name in above link and browse.

click on EOIO Sequence monitor.

There u can find the hloding and NDLV message.

(Click on the message id)

Step 2

Click on the REDELIVER (what isthe ICON for it) and see the status. If messages still not process then themessages needs to be cancel using the DELETE BUTTON. ((What is the ICON for it?)


Note: when you click on deletebutton only one message will get cancel. It’s not like an original deleteoption. (if that message is sys error then u can deleat)

after that ckick the refresh.

3 Once the messages are delivered, then the messages status will change to Delivered Status.

4.You can see the recent processed successful messages in SXI_MONITOR.

if it is useful give me points.

Thanka and regards,

Kesava

kenny_scott
Contributor
0 Kudos

Hi Kesava,

please read and adhere to the Rules of Engagement (i.e., Step.5...'Don't ask for Points').

Regards

Kenny

XI/PI Moderator

Former Member
0 Kudos

Hi Kesava,

I have done the steps which u mentioned.But i have redelivered still in holding status.and tried to delete but still that message i can see in the tool.what would be the reason.and what needs to do? pls advice.

Regards,

Naren

former_member303666
Active Participant
0 Kudos

Hi Kenny,

  I forgot that point. Thank Q.

Great job from your end.

Thanks,

Kesava.

former_member303666
Active Participant
0 Kudos

Hi Naren,

tried to delete but still that message i can see in the tool.

We can delete the message over there and as well as we can refresh. 

this is strange issue.

check it onces from your end. if i get any better solution i will get back to this threat.

Thanks and regards,

Kesava.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>but we are getting all system errors.

you need to cancel those with errors

Alternative:

use another queue name and deal with those holding later on

BTW

this is one of the "known" drawbacks of the the EOIO approach and why it's not recommended to use it - maybe because of this issue you (or your architect) will understand that better

Good luck,

Regards,

Michal Krawczyk

iaki_vila
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi Vila,

Thanks for ur reply.

I have gone thru the links already which u have given.here my case if i resend  holding messages are going to system errors.so if i select bulk messages and tried to resend .it is not happening, not able to resend bulk messages.some times session also getting expired.

Can we cancel holding bulk messages ,pls advice.