cancel
Showing results for 
Search instead for 
Did you mean: 

Email alert for fault message

former_member206760
Active Contributor
0 Kudos

Hi guys

i have define a fault message for a Async interface where the proxy is going to send back a fault message .

This will show up as applilcation error within PI..

I wanted to confirm if this will raise a email alert ??? I think it will

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>>i have define a fault message for a Async interface where the proxy is going to send back a fault message .

>>This will show up as applilcation error within PI..

When you return fault message (application error) as response , PI will treat as response message. This is not something like system error. In this case mesg process will be completed.

>>>I wanted to confirm if this will raise a email alert ??? I think it will

Only if you use CCBPM and raise exception via control step then you can send mails via alert configuration. In your case you will not get any email unless you create custom coding.

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

> I wanted to confirm if this will raise a email alert ??? I think it will

No. You might have to do some custom coding to get a email send out.

As a standard feature email will not be triggered.

Former Member
0 Kudos

Hi,

As far as I know, the fault message would not raise an error in PI, this would only show up in the same message in the sxmb_moni as the fault message and would not be a seperate message. In this case, no alert would be triggered in PI.

Regards