It appears that something is broken in the Job Properties Wizard. The Wizard doesn't set and display the size check interval property, that why the job does not behave as you described. When this property is set correctly to 10 seconds the job would stop and look again 10 seconds later when it finds a file. If there were multiple files defined, it would check each of them. As a temporary workaround I created a temp script type job with the following code: JobModify 355, "SIZE_CHECK_INTERVAL", 10 Replace 355 with id of the job that needs to be fixed. I guess this issue will be fixed in the next maintenance release. : The job never makes it to a queue on the ones that hang. : On some occasions, the job find the file and runs immediately instead of : waiting the 10 seconds. On others, it find the sempahore and goes no : further. I assume those are the ones that I saved right as it check. Does : the job look at the file and see if it was modified in the previous 10 : seconds? I thought it would stop and look again 10 seconds later. : I tested with a full filename, a mask and single file and a mask and multiple : files. All of them showed the same symptoms. Also, if I chose to delete : the semaphore, the jobs with masks failed.
|