cancel
Showing results for 
Search instead for 
Did you mean: 

No jump into exception branch after negative acknowledgement

udo_martens
Active Contributor
0 Kudos

Hi Experts,

i go mad with a BPM asynchronous send step requesting an application acknowledgement. The message receives an ABAP proxy, where a excpetion is raised. I can see in the monitoring the corresponding icon explaining "Acknowledgement contains appl. error". My BPM should now jump into an exception branch (via the exception handler given in the step behaviours), but it is just waiting and waiting and waiting....

If the message goes through the proxy without error, i get a positive acknowledgement and the process jumps to the next step.

Does anybody know the answer?

Regards,

Udo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

maybe you forgot one configuration step.

Do you have a throw exception action, exception branch, ...

You could compare for example with the BpmPatternCollectTime.

Hope it's helpful.

And more thing that could be found here:

http://help.sap.com/saphelp_nw04s/helpdata/en/33/4a773f12f14a18e10000000a114084/frameset.htm

In the case of an asynchronous send step, the exception will only be triggered if an error occurs during the transfer to the pipeline. Errors that occur during mapping in the pipeline, do not trigger an exception.

Regards

Patrick

Edited by: Patrick Koehnen on Aug 27, 2008 4:38 PM

Answers (0)