There is no such thing as job level or global timeout in a script type job. It must be something in the actual script that causes the control returned after 5 minutes. Most liklely it is an internal timeout in your VBScript. Check http://www.15seconds.com/faq/ASP%202.0/421.htm page for ideas. I think the same way you can set control timeout not only for ASP but for all VBScript jobs. Note that if you specify a value of –1, no timeouts should occur. : I am using JobRun to call an attached Job written in VBScript which then : calls a DLL. It has been working : just fine for 3 weeks. The DLL is taking longer to process now (around 10 : mins) because of the file size : we are processing. I now get an error email on the VBScript Job after 5 mins : almost to the second. : The VBScript continues and finishes the job without a problem but by this : time the focus has returned to : the parent script and processed error trapping when it should not have. : Each time the error returns after 5 mins. Is there a setting to delay this : longer? : I know that 24x7 defaults to detached for memory leaks which does not seem to : be the problem. : Thanks, : Mark
|