Monitor for aged files
We had an 'On File Exists' file trigger that for whatever reason did not fire. We were able to get the files to process by using the 'Stuck File' note available in the forums. How can we tell that a trigger has not fired and that files are waiting to be processed? In other words, we need a way to monitor for 'aged' files; for instance, files that have been in a folder over 30 minutes would trigger an email.
Is there a way to do this, or can you suggest an alternative?
-
This can be achieved using the custom plugin. Try creating a custom plugin that will check the time difference between the Previous Fire Time and Next Fire Time from the table ABPM_TRIGGERS present in Adeptia Back-end database. If the time difference is more than 30 minutes then send the mail notification.
0
Post is closed for comments.
Comments
1 comment