Hi All,
I've this issue which is driving me crazy.
The facts:
autosys 4.5 windows client
W2k3 machine
autosys workload works fine
The issue:
I want to run scripts from a network drive (in this case the O:\ drive). The drive is mounted using a net use /persistent:yes.
But when I run the script form autosys (the command in the command box is O:\test\test.bat) it says in the logging: "the system cannot find the drive specified".
Now I run a job which is located on the local D:\ drive which does the following:
1.- net use O: \\networkdrivetomount\hiddenshare$
2.- O:\test\test.bat
Now the result is good.
So, to directly run a script from the O: (network) drive with autosys gives me problems, but when I use a script which is located on a local drive and form there I run the script which is located on the network gives back a possitive result.
Anybody any idea?
Thanks,
Danny