cancel
Showing results for 
Search instead for 
Did you mean: 

ALERT CONFIGURAION when ther is NO FILE situation

Former Member
0 Kudos

Hi Friends,

Need to raise an ALERT when there is no file in situation.

Interface will run at 10PM everyday, if there is no file in the IN folder, need to raise an alert.

Please anyone can help me on this.

Thanks,

Aravind.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The standard functionality of the alert mechanism does not provide for this. You can however, try using a pre-processing script that will throw an exception if no file is found at the specified time. Use Availability Time planing mechanism to active your sender adapter at the desired point of time.

You can also refer the following links for more help on this.

Regards

Former Member
0 Kudos

Hi

Operating system command before message processing is executed only if a file is found.

Regards,

Giuseppe

Former Member
0 Kudos

Freinds anu suggestion on this

Former Member
0 Kudos

Create a ccBPM process. When the scenario starts, have the Sender channel as one of the steps and put a timeout for the correlation. Since no messages will come, correlation won't be met and it can then trigger an alert by going to the exception branch.