Anyone use Robocopy ? got a wierd error

Soldato
Joined
18 Oct 2002
Posts
10,078
Location
At home
Using Robocopy recently and it's been fine. However the last 2 days the scheduled jobs have failed with the following error :

2007/08/08 19:20:15 ERROR 2 (0x00000002) Getting File System Type of Source \\server\share$\
The system cannot find the file specified.

and then...

2007/08/08 19:20:15 ERROR 2 (0x00000002) Accessing Source Directory \\server\share$\
The system cannot find the file specified.


When I run the file manually it's fine, any ideas ?
 
Yup it's a batch file which reads :

Code:
robocopy "\\server1\data$" "\\server2\data$" /MIR /E /PURGE /V /TS /NP /LOG:"c:\robocopy\payroll.txt" /R:10 /W:30

Runs fine when I just run the batch file.
 
thanks for the reply and nope 100% sure I haven't.

Strange thing is even when I run the scheduled task manually ( right click and run ) it works.

hmmm wierd innt !
 
Back
Top Bottom