cancel
Showing results for 
Search instead for 
Did you mean: 

PI send back file to track success/failure

Former Member
0 Kudos

Hi everybody

Iu2019m trying to find solution for my problem. Here is my scenario.

LEGACY <--(file)>PI -(ABAP Proxy)-> ECC

LEGACY send a XML file to PI, PI transform and send the data to ECC via ABAP Proxy. After PI send back file to the LEGACY. The file contains the status of the message in PI ( not ECC) : success/failure or "1/0".

For example when there is a mapping error, the message is in error in PI. In this case PI send to the LEGACY a file which contains u201Cfailureu201D or u201C0u201D.

Can anyone help with a blog or may be some documentation on how to do this.

Thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi everybody

I need your help to solve my problem

Former Member
0 Kudos

Thank Swarup

I know we can use Alert framework in this case but the solution is not suited to ours needs. We want PI send back file.

Massamba

Former Member
0 Kudos

Hi,

If there is any failure in PI, it goes in exception. so the message interrupts without any further procesing.

With Message Fault Type you can handle the Application errors...so can't be used to indentify the Pi exceptions.

You may use Alert framework in this case.

Thanks

Swarup