cancel
Showing results for 
Search instead for 
Did you mean: 

ccBPM Steps in exception branch not executed

Former Member
0 Kudos

Hi,

I have different blocks with transformations and sending steps in a integration process. Each block has a defined exception branch to handle its corresponding exception type.

However, when a mapping or receiver/interface determination error occurs, none of the steps (throw alert and send asynchr. message to logging) defined in the exception branch are executed... I can see from the pe monitoring that the process jumps into the exception branch but the steps are not being executed.

What could be the reason behind this situation?

Many thanks,

Roberto

PS: Alerts has been properly defined and we are receiving alerts from other events aoutside this integration process.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184619
Active Contributor
0 Kudos

Hi,

Have you checked this?

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide

Sachin

Answers (1)

Answers (1)

former_member206760
Active Contributor
0 Kudos

what are the steps that you have used in your exception branch..

can you give all the steps of your bpm..

Former Member
0 Kudos

I have the following steps in the exception branch defined:

1) A container operation which sets a variable (own ID of the exception) in a container variable.

2) A control step which throws the alert and uses the container variable as part of the alert description.

3) An asynchronous send step, which sends a logging message to an external system

Former Member
0 Kudos

Hi,

just to check - modify your BPM process and in the exception branch have to control step to generate alert as the first step.........moreover send a fixed msg as an alert and see if your alert is getting generated.........moreover in your alert category for bpm, you should check the Dynamic text option to dynamically send alert msg from bpm..........

then re-run your scenario and from PE monitoring see if your exception branch was called and your alert generated..........if your alert got generated now, then either the container operation is having some issue or the alert step is having some issue.

Regards,

Rajeev Gupta

former_member184619
Active Contributor
0 Kudos

Hi Viana,

As you are using container variable as part of the alert description, you have to use Dynamic Text in ALRTCATDEF, check this blog for detail:

/people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated

also, check this thread:

Sachin

Edited by: Sachin Dhingra on Mar 17, 2009 3:04 PM