cancel
Showing results for 
Search instead for 
Did you mean: 

Message restart

markus_schalk
Participant
0 Kudos

Hello experts,

i am wondering at which point messages are getting reprocessed after encoutering a systemerror. At which point does the message restart?

I am having multiple messages on errors which failed due to a mapping issue. I solved this problem by using an extended receiver determination which only sets receiver if a certain precondition is fullfilled, if no receiver is determined, i just ignore it in receiver determination. Because this messages should never reach anybody!

But restarting the messages just leads to getting the mapping error again! Do failed messages only restart at the position they failed before?

For example:

Having mapping failures and restarting the messages just leads to restarting the adjusted mapping again, without the receiver determination step before?

Thanks in advance!

Kind regards,

Markus Schalk

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

> But restarting the messages just leads to getting the mapping error again! Do failed messages only restart at the position they failed before?

Yes. All other previous pipelines will not be executed.

markus_schalk
Participant
0 Kudos

Forcing message restart to begin with the first pipeline step again isn't possible at all?

Shabarish_Nair
Active Contributor
0 Kudos

unfortunately no.

You will have to maybe resend the message again or do it via the test message option in RWB.

markus_schalk
Participant
0 Kudos

Thanks for your quick help!

Answers (0)