VBScript and Tivoli Maestro Scheduler running long Error 
Author Message
 VBScript and Tivoli Maestro Scheduler running long Error

We are currently using Tivoli's Job Scheduler (Maestro) to run batch
files located on a NT box.  Any job that calls a .vbs is running very
long and/or not finishing.  When we run the same batch file, calling
the same .vbs, via NT Scheduler (Run -> "tasks") they finish in the
expected time with the desired results.  It only seems to be affecting
batch jobs (.bat) with a call to run a .vbs file.  Does anyone know
anything about any bugs that Maestro has to not allow the running of a
vbs script?  Has anyone encountered this before?

Thanks in advance,

(For reference... here is an example of what is included in the batch
file)
d:

cd \samplefolder

sample.vbs

dir



Sat, 18 Sep 2004 06:28:20 GMT  
 VBScript and Tivoli Maestro Scheduler running long Error
Since the schedulers in both cases are somewhat insulated from the VBS it appears, the difference would have to be something propagated down from the top-level environment.

As a first suggestion, try checking the rights and mode of operation for the accounts used for both the Scheduler and Maestro - particularly whether "Interact with desktop" is allowed and whether they are running as local system.

Quote:

> We are currently using Tivoli's Job Scheduler (Maestro) to run batch
> files located on a NT box.  Any job that calls a .vbs is running very
> long and/or not finishing.  When we run the same batch file, calling
> the same .vbs, via NT Scheduler (Run -> "tasks") they finish in the
> expected time with the desired results.  It only seems to be affecting
> batch jobs (.bat) with a call to run a .vbs file.  Does anyone know
> anything about any bugs that Maestro has to not allow the running of a
> vbs script?  Has anyone encountered this before?

> Thanks in advance,

> (For reference... here is an example of what is included in the batch
> file)
> d:

> cd \samplefolder

> sample.vbs

> dir



Sat, 18 Sep 2004 06:49:39 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Run-time error '9', NT Scheduler

2. Run-time error '4609': string too long

3. Run-time error '4609': String too long in formfields

4. Task Scheduler Using VBScript not having correct date or time

5. Task Scheduler Using VBScript

6. shell.run() not executing when js file envoked by scheduler

7. Scheduler fails to run script

8. Running cscript via bat or scheduler

9. run a VBSript on Win98 task scheduler

10. Running vbs using scheduler

11. Windows Scheduler Will Not Run My Script

12. Unable to run script via W2K Terminal Services Task Scheduler

 

 
Powered by phpBB® Forum Software