
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