cancel
Showing results for 
Search instead for 
Did you mean: 

E Mail body and subject change in Alerts

Former Member
0 Kudos

Hi SAP Experts,

I succesfully created a alert rule and referred document by Michael in SAP PI7.31 Dual stack.

:http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/03/25/michals-pi-tips-component-based-m...

I am receiving the alerts but the mail subject and body contains the following.Refer to the screenshot.

I have following querries.

1.Can I change the subject and body of the mail?

2.I want to add all the XML message id of the failed message in SAP-PI at mail body.

3.Does this alert contains the system error?

4. Whats the difference when we configure the same using ALRTCATDEF and NWA?

Regards

Rebecca

View Entire Topic
MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>1.Can I change the subject and body of the mail?

yes - but you'd need to use the API as shown in the second article:

http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/05/05/michals-pi-tips-component-based-m...

this way you can just get the error and compose the e-mail as per your requirements

>>>2.I want to add all the XML message id of the failed message in SAP-PI at mail body.

with API you can easily get that and put it anywhere you need

>>>4. Whats the difference when we configure the same using ALRTCATDEF and NWA?

this is the old config (when PI had two stacks) - if PI has only one stack it's not possible to use it and this new configuration will be the one to which we will moving from the old one

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal,

Thanks for the reply. I am clear with the 3 answers you told.

The 4th point I want to make clear.

I am working in PI7.31 which is Dual stack. So still the NWA configurations hold the same place?

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>I am working in PI7.31 which is Dual stack. So still the NWA configurations hold the same place?

you can still work with old alerts as in 7.3 but why ? if you're doing something new you should start with the alert framework which will be supported in the longer run and not with the one which will soon not work (once you upgrade to a single stack PI) but it's just my view,

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal,

Lots of thanks for your guidance. Provided you the full points

Regards

Rebecca