cancel
Showing results for 
Search instead for 
Did you mean: 

How to automatically cancel EOIO messages from SMQ2

Former Member
0 Kudos

Hi Experts,

We have a scenario [RFC --> MQ],every day some these messages will get stuck due to data / special characters in the inbound payload, which is blocking the other message processing. As part of monitoring activities, daily we are manually cancelling the messages and processing the messages.

Do we have any job's to schedule it in the background to automatically cancel the stuck [EOIO] error messages?

Thanks in advance.

Regards

Revathi

Accepted Solutions (0)

Answers (3)

Answers (3)

PriyankaAnagani
Active Contributor
0 Kudos

Removing the special characters manually and clearing the queues every time is a tedious process.

Instead of finding for alternatives, you need to fix the actual issue of Special characters.

You need to either handle this in ECC(RFC) or in PI.

Try to remove the special characters in the RFC before triggering it from ECC system. If this is not possible, then make necessary changes in PI (java mapping) to remove/replace special characters.

---Priyanka

former_member187587
Contributor
0 Kudos

Why loosing data integrity by deleting messages instead of resolving the error?

claudia_liszy
Explorer
0 Kudos

Hi Revathi,

you can schedule a job for Report RSXMB_CANCEL_MESSAGES with selected option "cancel EOIO messages only". This should cancel all messages which have run into error.

Kind regards

Claudia