cancel
Showing results for 
Search instead for 
Did you mean: 

Fault mesage handling in PI 7.1

0 Kudos

Hi All,

Help required on fault message handling.

Scenario is File -> SOAP -> File (Asyn/Sync), whenever the fault message is coming to PI an email should be send as in below format

Email title:  Failure to send  requests to target system  xx/xx/xxxx
Body:  "The system was unable to send  requests to target system on xx/xx/xxxx.  The system will try again at the next scheduled batch job time.  No action is needed by you at this time."

where xx/xx/xxxx is the current date

how can be done this

No fault message value needed from the WSDL target system (SOAP) as everything is coded in email sent.

Please explain the steps to trigger the email when there  is a fault message.

Accepted Solutions (1)

Accepted Solutions (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

Adding to what Iñaki posted, PI fault messages are for application errors only, it will not handle system errors. Also, what is your scenario, is it file(sync) <-> soap(sync) or file(async) -> file(async) with SOAP lookup?

Here is how you will be using the alerting framework for file(sync) <-> soap(sync):

application error = fail in message mapping

system error = fail at adapter level

for file(async) -> file(async) using SOAP Lookup, since this will be done via UDF you can fail it at mapping level for both application error and system error.

Hope this helps,

Mark

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Sabitha,

To control this problem you can use the PI's Alert configuration, check this document http://scn.sap.com/docs/DOC-3804

Regards.