cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Alert in BPM

Former Member
0 Kudos

Hi,

I am using PI 7.1

I have a transformation step and would like to raise a mapping alert if anything goes wrong in that step.

How do i do this? Any steps would be good?

Also, is there any generic bpm alerts that i can add.

Regards

Anandh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Once done with above steps as mentioned by Amit, create alert category in ESR and use this in your control step as "throw alert" and in alrtcatdef t code in abap stack define recipient.

Hope this helps..

Thanks

Former Member
0 Kudos

Hi,

I had followed all the steps and the bpm monitoring showed me that an alert had been send.

But I am unable to see that alert.

Do i need to specify anything in the alert configuration of RWB ?

Regards

Former Member
0 Kudos

Hello,

>>But I am unable to see that alert.

I hope you have assigned recipient list in the alert category and those users have proper email addresses maintained?

Do i need to specify anything in the alert configuration of RWB ?

No

Thanks

Amit Srivastava

Former Member
0 Kudos

Hello Anandha,

In ALRTCATDEF please check whether you have maintained your user ID in fixed recipients for getting that alert.

ALternatively for testing of the alert category you can use RSALERTTEST report.

To see the alert logs please use table SXMSALERTLOGGER.

Thanks

Gaurav

Former Member
0 Kudos

Hi,

I can get an alert using RSALERTTEST program.

But when it gets triggered using BPM, I am not receiving the email. But the workflow logs shows me that an alert has been triggered.

How do i debug this?

Regards

Anandh

Former Member
0 Kudos

Hi All,

I managed to resolve this.

Alerts are raising only when i specify to take it from alert server. If i configure alerts using IR, it is not working.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

You can throw an exception in ur transformation step and then in exception handler branch catch those mapping exception and raise an alert using control step and subsequently cancel your process.

Thanks

Amit Srivastava