cancel
Showing results for 
Search instead for 
Did you mean: 

send alert when scenario not executed for a period of time? is it possible?

Former Member
0 Kudos

Hi !

Is it possible to have a report to verify if certain integration scenario was not executed in a certain period of time, and send an alert ?? or in another perspective...if each time the scenario runs, if there is no input file, trigger an alert...? what are the options?

The business case could be : every day we need to receive a file to update our system, if one day that file is not present (file adapter), then we need to ask the provider to send them.

Thanks.

Regards,

Matias

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

the easiest way:

create a report on the receiver system that will check if

some tables were updated today and if not - alert/mail/workflow

schedule a job to run this report everyday

Regards,

Michal Krawczyk

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

As Michal said at receiver system check for the entry in tables.

Another option can be script at receiver system based on your business case. It will check the time stamp for new entry else send email to notify the message is not received today.

Thanks

Gaurav