Please set these jobs to run detached. If they run for less than 10 minutes set them to run synchronous. If you have many jobs, place them into separate job queues to allow concurent job runs. : I migrated 24x7 Scheduler from V2.4.15 to V3.4.17. : Since the update jobs remain sometimes in the : queue although they have been executed successfully. : The semaphore files which are used to trigger the jobs : are the data file as well which have to be transferred : by FTP commands in JAL scripts. Each job has its own queue. : This are the last lines in one of the JAL script: NOCONTENT: LogAddMessage( : "INFO", "24x7 EXPORT.DAT: EXPORT.DAT has no content") : FileDelete ( "C:\go\DAT\IE_DELV\EXPORT.CA1" ) : Goto END : END: LogAddMessage( "INFO", "24x7 EXPORT.DAT: Process : finished") : Exit : Everything is logged correct in the Windows EventViewer, : the job transferred/deleted the file but the job is still : in the in the dedicated queue for this job and the status : is 'Running'. It is not possible to remove a job with status : 'Running', the 24X7.EXE process must shutdown via TaskMananger.
|