cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Alerts using BPM : Trigerred for Successful messages also

Former Member
0 Kudos

Hi Everybody,

I am working on configuring Alerts using BPM.

I have followed the below blog by Micheal.

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

In BPM after the receive step I have used container and control steps to capture the Idoc Number as mentioned in the blog.

I am facing an issue with it now as an Alert message is send to my Inbox even when the message is succesfully processed by the adapter.

This is a strange behaviour when we talk about Alerts.

Can somebody help me out in this?

Thanks & Regards,

Zabiulla

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks

udo_martens
Active Contributor
0 Kudos

Hi Zabiulla,

Michal explained just the basic, the logic of your process is to build by yourself. Usually an alert will be raised inside of an exception branch. You can define exceptions for critical operations, f.e. send steps or transformations, the exception will be catched by jumping to the exception branch, where you can store a suitable reaction - f.e. an alert.

Regards,

Udo

Former Member
0 Kudos

Hi Zabiulla,

The alert is raised whenever the alert step is executed, regardless of whether an error occurred or not. You should model your BPM in such a way (using an exception branch for instance) to make sure the alert step is only executed in case of errors.

Kind regards,

Koen