cancel
Showing results for 
Search instead for 
Did you mean: 

Automate saving of message from SMQ2

ashish_goel4
Active Participant
0 Kudos

Hello Experts,

Whenever any message failed in PI and stuck in the Inbound queue.We had to clear it manually either by saving to smq3 or deleting.

And in case of EOIO subsequent messages also stuck in the queue.

Can we automate the process of saving failed message in smq3 ? So, queue will be running all the time. And the subsequent messages doesn't get stuck.

Is there any way to achieve that ?

Thanks,

Ashish 

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>Can we automate the process of saving failed message in smq3 ?

yes and no - as the idea of EOIO is that all messages will get processed and you need to take care of errors before processing any other messages...

if you don't need that just don't use EOIO - this is the simplest solution for automation

Regards,

Michal Krawczyk

ashish_goel4
Active Participant
0 Kudos

Hi Michal,

Thanks for your response.

In our current process, messages for one interface are failing due to data issue. And what we are doing is simply saving that message in SMQ3 and  re-trigger it again from source.

But till we save that message , subsequent messages get stuck and we are getting alert email continuously. So, I just wanted to avoid that situation.

Is there a way out ?

Regards,

Ashish