cancel
Showing results for 
Search instead for 
Did you mean: 

Doubt with File->Proxy scenario, email to be sent in case of error in Proxy

zameerf
Contributor
0 Kudos

Hi,

We have a scenario File->PI->Proxy.

There is a requirement to send notification through email to sender if any error occurs in Proxy side.

I had gone through few links in sdn and found options like usage of Fault message,BPM

If PI is receiving a fault message from ECC in the Inbound/Sync Proxy interface, how should we proceed further in PI to send email?

Can anyone suggest the better way to handle this?

Regards,

Zameer

View Entire Topic
Former Member
0 Kudos

Hi Zameer,

Check the option with your ECC Team to send an Email with error details from Inbound proxy code itself. As Debashih said you may use BPM to get response of Inbound proxy. This option may cause further issues. You can have two scenarios without BPM.

1) File - PI - Inbound Proxy - Inbound proxy would execute the data sent by PI

2) To send error/status of message processing of IB proxy details, use another Outbound Proxy Interface and call that in your IB proxy. You can configure OB Proxy To Mail interface.

When the OB Proxy triggered by your IB proxy, those details can be sent to email.

Cheers

Veera