Let's say you setup a file watch job to check for certain files every 3 minutes. When 24x7 finds that file it submits the job to the queue; 3 minutes later it checks for the file again and finds it again, but the submitted job is still waiting in the queue. To avoid multiple instances of the same job 24x7 ignores this event and simply writes a warning to the job log. : I'm having an intermittent problem where : jobs that start from a file trigger are : receiving the message : semaphore file is ignored because the : job is already queued. : The jobs that receive this error are all : run async (their BAT files), : using the default queue. : Most of the time it works fine (and it never : fails except at one customer site) . Once : it fails , it takes a restart of the 24x7 : service to get things running again. : can you shed any light on this problem? : thanks
|