How does the file trigger work?
Maybe I'm confusing it with the idea of a file listener. With a file listener, I can take any file (regardless of when it was created or last modified), and drop it into a folder, the file listener will identify it and process it.
Let's say the polling interval was set to 5 minutes.
If I created a file 10 minutes ago and saved it on my local folder, waited 6 minutes, then copied the file into the File Trigger location, I don't think the adTempus File Trigger would process with file because the create date is NOT within the last 5 minutes.
I'm noticing that if I create the file in the adTempus File Trigger location (network location), it's still not triggering. If I delete the file, and recreate the same file (using notepad), the create date reflects the create date of the earlier file. This is odd.
Now, if I check-mark the "Trigger when file is modified" adTempus option, leave the file in the network location, and make small edit to the file so the modified date is changed, the trigger works and the job is fired.
For me, the file modified trigger works, but I'm still having a problem with getting the "Trigger when file is created" option to work.
Any thoughts on this one?