Skip to Content
0
Former Member
Oct 18, 2005 at 03:07 PM

Error handling question

26 Views

I have a situation where I'm sending 1 file that contains thousands of lineitems. Each lineitem represents a transaction. I use BPM to split the lines into singular transaction calls to the receiver adapter. Let's say most of the calls on the receiver side are successful but about 15% are unsuccessful. I want to be able to continue processing after each error and later address the errors. How do I best handle these errors? Can I retry a message so that I resend a specific transaction and not send the whole file? Therefore, only send the messages after it has been split by the BPM.