True. File-exists is a condition. Actually I found a solution to my problem. The job in question is supposed to process a file that is being transfered via FTP. If adTempus is running, and file is transferred, then the operating system is able to tell adTempus that the file has been created. But unfortunately the adTempus service crashes from time to time. Not blamining adTempus, the problem could be Windows or some other rogue program. But the point is, that it is possible the file could be created when adTempus is not running. Thus, adTempus won't pick up the broadcast message from the operating system that the file was created. So, when adTempus is started, the job doesn't run, even though the file exists, and needs to be processed. The solution was to add a second trigger, run when adTempus is started with the condition that the file must exists.
-----------------------
If a tree falls in the woods will the bears still hibernate in the winter?!?
Kevin