cancel
Showing results for 
Search instead for 
Did you mean: 

Monitoring through mail

Former Member
0 Kudos

Hi Experts,

I have a scenario where  we need to monitor for the status of the file generated. We need to mail the status if the file is generated or not.

Can anyone pls suggest how can this be achieved.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

udo_martens
Active Contributor
0 Kudos

Hi,

you can do that with a Business Process. You ask for a transport acknowledgment in the send step which is sending the message to the File Adapter. After the send step you send the success message to the mail adapter. Define an exception branch for the first message and create there the error message to the mail adapter.

Regards,

Udo

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Based on the decription what I understood is that you need to see whether file generated in a particular directory or so and if the file exist then email that file exist to the other system. 

You can try doing file to mail adapter scenario.  File adapter polls for the filename. If it exists then send mail with appropriate recipients with message. You might not need to do anything in mapping. If file exists  anyway the adapter is going to poll for it.

rajasekhar_reddy14
Active Contributor
0 Kudos

Give more info about your requirement, like what do you mean by status?