cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Payload data to alert container for all SAP PI erros

Former Member
0 Kudos

Hi All,

I have a alert requirement as follows.

  • One alert has to be raised for all PI errors including Integration Engine errors and Adapter Engine errors. The scenario is ABAP PROXY >XI->SOAP.

  • Payload will have n number of fields including Delivery Number and Mail ID of a business User.

  • Mail has to be triggered from PI to this particular user along with delivery number. Please note this alert has to be triggered for all PI errors ( Mapping, Adapter Error,Apllication Error ...etc).

Triggering alert from an UDF by calling report SALERT_CREATE does cover only integration engine errors.It should not cover any adapter engine error.

By creating a alert rule and alert category in RWB will not have Payload data in the mail and Alert will be sent to fixed receipients. Alert rule does cover all PI errors.

How should i do this>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey

By regular alert mechanism,this is not possible,you need to use BPM to trigger e-mail to include delivery number.

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

>>Mail has to be triggered from PI to this particular user along with delivery number

Well this can only be done via mail adapter,alert mechanisms need a specific user ID or user with specific roles.

Thanks

Aamir