cancel
Showing results for 
Search instead for 
Did you mean: 

Send email on successful delivery of file

Former Member
0 Kudos

Hi,

I have a simple pass through scenario where a file is picked and sent to target . No transformation is done.

In PI 7.1 integrated configuration is used to configure this pass through scenario.

we have a requirement to send mail once the file is successfully placed at the target location.

we would like to avoid BPM . Please on solutions.

Thanks,

Vinayaka.

Accepted Solutions (0)

Answers (2)

Answers (2)

udo_martens
Active Contributor
0 Kudos

Hi Vinayaka,

let the file adapter store the file to a temporary folder and build a second flow, reading/sending the new file and archiving it to the final folder. The receiver of the second flow is a mail adapter.

/Udo

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>we have a requirement to send mail once the file is successfully placed at the target location.

what you can do (simple case) is:

after the file is placed in target location start an OS command (from receiver file adapter)

which will copy the file to a different location (create a new file) - then from this new file to a simple : "file -> mail" scenario and this way you will get notified,

Regards,

Michal Krawczyk