cancel
Showing results for 
Search instead for 
Did you mean: 

Require a Solution for hte following scenario

Former Member
0 Kudos

Hi all,

I am dealing with File to Fle scenario for an Outbound Interface. I have done all the development part. now it works fine. But my question whenever PI picks up the fie from SAP application server an E-Mail should be triggered to the Bank mentioning Success or Failure that means when PI picks up the file and process the data sucessfully an E-Mail should be triggered at the bank that it is success. if PI cannnot pick the file or in case if there any empty file exists an email triggered at the bank is failure.

How can this be done in PI?

For example,

We have

A--


> PI--


>B Bank : Case-1E-mail to bank- Success

Source Target

Bank : Case-2 E-mail to bank-Failure Case 1 PI picks up the file succssfully.

Case 2- PI fails to pick the file.

Case 3- PI could not pick as empty file exists in the Source. Bank: Case-3 Email to Bank - Failure.

Kindly do the needy.

Thanq in Advance..

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi Prashant,

Please find the below link. It must be help full to achive your requirement

/people/dhanabal.thangavel2/blog/2009/12/16/getting-daily-failed-message-list-in-xi-and-sending-an-alert-mail-with-attachementcsv-file-of-that-list

Regards,

Naga.

Former Member
0 Kudos

Prashant

You need to implement two approaches here.

1. for Success

Generate a message of mail type using multiple mapping (1: n). So as it will trigger another interface for mail (Receiver) in case of success.

2. For Failure

Use alerts, which will trigger the mail alert in case of error.

Also configure sender file adapter to raise error in case of empty file.

Regards

Raj

Former Member
0 Kudos

Hi

Configure Alerts and trigger a mail

Regards,

XA