cancel
Showing results for 
Search instead for 
Did you mean: 

Deleting error messages from EOIO Queue Automatically at run time

Former Member
0 Kudos

Hi Experts,

I am sending data from proxy to database. In case of error message i want that mesage to be cancelled at the run time and the remaining messages in queue should be processed, whether the error is in Integration engine or adapter engine. Please suggest me how to cancel the error or failed messages automatically (Alert has to be raised for the failed messages) so that my queue is processed successfuly

and failed messages can be sent manually.

Thanks

Ajay Garg

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Please see the scheduling the report may help

a)  qRFC Errors

Often in asynchronous scenarios where inbound queues are used, the queues are set to SYSFAIL status and all the messages in the inbound queue are stuck (not processed).  Depending on the status of XI processing queues, we can  reset a queueu2019s status and trigger processing of messages.

Manual Resend of messages:  Use transaction SMQR or SMQ2 to reset the status of queues. As you can see in the following figure, the queue has been marked with a status sysfail.

To be able to initiate processing of messages stuck in the queue, make sure to set following IS configuration parameter

MONITOR QRFC_RESTART_ALLOWED to value 1

For automatic qRfc failure recovery, schedule the report RSQIWKEX to run periodically. This report enables automatically resets the queues.

The above snapshot is taken from the following blog

with regards,

Ravi Siddam

Former Member
0 Kudos
prateek
Active Contributor
0 Kudos

Simply follow this

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

This blog is used for cancelling the error messages manually. I want to cancel the messages dynamically during run time so that messages doesnt stuck in queue. How to achieve this dynamically.

Thanks

Ajay