Since you run 24x7 as a service and cannot use the Queue Monitor, use the Windows Explorer to check how many files you have in the job queue directories (C:\Program Files\24x7 Automation 3\Queue\...) If you see some files there it means that one or more synchronous jobs hanged holding the entire queue. File names match job IDs so you can easily find which job is causing the problem. Please also check in the task manager how many handles and threads are allocated to 24x7.exe. If the number is too excessive this would indicate that the system ran out of resources (number of handles and threads is limited to each application and cannot exceed 32K). : I've set up the offending jobs to run in 'detached' mode. : That seemed to work for awhile until this past weekend : when the scheduler service stopped executing jobs again. : This morning I checked and both 24x7srv.exe and 24x7.exe : were running but nothing had executed since 5:00 PM on : Saturday (we have one job execute every 10 minutes). The : event log shows nothing unusual and indicates that the : last job at 5:00 PM on Saturday finished successfully. : Any ideas on this? Perhaps it is somehow having heartburn with : the .exe that is scheduled to run - a FoxPro program : that is mapped from a network server (i.e. not local). : Also, I don't see version 3.4 yet out on your web site...
|