cancel
Showing results for 
Search instead for 
Did you mean: 

To configure alert for BPM scenario.

Former Member
0 Kudos

Hi Experts

I have one BPM scenario(Asyn-Syn-Asy).

I have created one alert category for this and defined 3 alert rules:

first rule from SAP to BPM

second from BPM to 3rd party which is synchronous

and third from BPM to SAP.

But when i create faulty message by mapping error, alert is not triggered.

Can anyone tell me where I m going wrong??

And what additional configuration is required to trigger alert??

Thanks

Edited by: danishahmed on Jan 18, 2012 2:06 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member537867
Active Contributor
0 Kudos

Hi,

Yes you need a Control Step to trigger alert. Select Action as "Throw Alert" and give your alert category over there, it works.

Regards,

Vinod.

Former Member
0 Kudos

Hi Vinod,

Can you please elaborate the steps to configure it??

where I hv to select actions and what are the next steps??

thanks in advance

Edited by: danishahmed on Jan 19, 2012 8:29 AM

rajasekhar_reddy14
Active Contributor
0 Kudos

You have design your interface(BPM flow), to raise an alert in within BPM use Control step.

Former Member
0 Kudos

hi Raja

I have Bpm scenario.I want to trigger alert:

1) when msg fails from sap to bpm - for that i created alert rule for SAP to BPM by passing parameters in 'condotions'

2)when msg fails from bpm to 3rd party -for that i created aler rulet for BPM to 3rd party by passing parameters in 'condotions'

3)when msgs fails form bpm to SAP -for that i created alert rule for BPM to SAP by passing parameters in 'condotions'

Now I suppose to create control step in integration process. is that right??

If yes then pls guide me steps to create it.

thanks in advance.

Former Member
0 Kudos

Hi Danish,

Control Step is required to capture exceptions. If there is any error in main branch then Integration Process looks for alternate branch to execute which in this case should be Control step.

This control step will throw alert which should already be defined in Alert Category of IR.

Steps -

1. Drag a BLOCK from tools pellete and assign to your main flow. Now this block will be having 2 branches.

One branch will contain main flow and other will contain control step.

2. Right Click on Block and Insert -> Exception Branch

3. Drag and Drop CONTROL inside exception branch

Now you can configure Alert as in above mentioned my EL Netweaver blog post.

- Mandeep Virk

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Danish,

Create standar alerts to cover both IE and AE errors and create ALERT rule for your interface, it covers error handling.

or

if you want throw alert then in control step we can thorw alert,step already given by Mandeep Virk ,just follow those steps

.

Former Member
0 Kudos

Hi Raja,

I did the same as 1st approach suggested by you.

I created alert category and define alert rules by slitting my bpm scenario in 3 parts:

a)SAP to BPM b)BPM to 3rd party(syn) c) BPM to SAP.

But i m not getting alert in my alert inbox.

Former Member
0 Kudos
Former Member
0 Kudos

hi

i have specified the long text for the alert in the alert category.

I donot want to specify in control step.

Do I have to configure control step in integeration process to make it working??is it compulsory??

can anyone suggest me what to do next??

Edited by: danishahmed on Jan 19, 2012 5:15 AM

Edited by: danishahmed on Jan 19, 2012 5:20 AM