Hi Eric,
Your scheduled task needs credentials to map a network drive. It needs to do
this in the script under those creds. Then, after backup is done, disconnect
the network drive (good housekeeping). Is that happening?
CreateWindow
http://justpageprobe.com
The FREE Web page utility you always wanted.
Monitor your enterprise Web Servers.
Keep your router connected.
Email your IP to where you need it.
"Eric" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) ups.com...
> Hello,
>
> I am having issues with scheduled tasks not being able to find the
> proper network drives. I have an ntbackup and some perl scrips
> scheduled to run on my desktop and more often than not they can not
> find the required network drive if I am logged off the machine. The
> tasks are associated with user accounts that have the proper access to
> the network drives. If I am logged on to the machine when the task is
> scheduled to run everything happens fine.
>
> The logs I am seeing in ntbackup just say:
>
> Backup Status
> The operation was not performed because the specified media cannot
> be found.
>
> ----------------------
>
>
> The logs from scheduled tasks are saying:
>
> "Daily Inc.job" (NTBACKUP.EXE)
> Started 5/14/2007 3:00:10 AM
> "Daily Inc.job" (NTBACKUP.EXE)
> Finished 5/14/2007 3:00:32 AM
> Result: The task completed with an exit code of (1f).
> "perl.job" (perl.exe)
> Started 5/14/2007 6:19:02 AM
> "perl.job" (perl.exe)
> Finished 5/14/2007 6:19:04 AM
> Result: The task completed with an exit code of (2).
>
> Exit code of 2 for the perl script is file not found. What else can I
> do to find out why these drives are not connecting?
>