Hi,
I am trying to migrate some corporate data from a legacy Novell platform to a new AD environment using Robocopy but I am receiving the following error on various files... "The filename, directory name, or volume label syntax is incorrect."
I have searched and found this answer previously but it doesnt really answer the question
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_24443217.html?sfQueryTermInfo=1+directori+filenam+incorrect+label+name+syntax+volumI run the job from a batch file using the following command;
Robocopy "\\Servername\data\NTIT\52
4-Networks
Admin-Wayl
eave\Priva
te" "\\servername\stagings\LIV
E\ACC\ACC0
0026\73009
_Access_Ne
twork_Admi
nistration
\Public\Sh
ared Data" *.* /E /R:0 /W:0 /PURGE /LOG:\\servername\D$\Logs\
ACC00026\A
CC00026sha
reddata.lo
g /TEE /NP
Beneath is the header from the log file
--------------------------
----------
----------
----------
----------
----------
---
ROBOCOPY :: Robust File Copy for Windows :: Version XP010
--------------------------
----------
----------
----------
----------
----------
---
Started : Wed Jul 29 16:48:04 2009
Source = \\Servername\data\NTIT\524
-NetworksA
dmin-Wayle
ave\Privat
e\
Dest : \\servername\stagings\LIVE
\ACC\ACC00
026\73009_
Access_Net
work_Admin
istration\
Public\Sha
red Data\
Files : *.*
Options : *.* /TEE /S /E /COPY:DAT /PURGE /NP /R:0 /W:0
--------------------------
----------
----------
----------
----------
----------
--
Here is a complete error....
New File 226304 FW Avonline - SCVS B3963428 1034 S2297 37 Civils BJ.msg
2009/07/29 16:48:10 ERROR 123 (0x0000007B) Copying File \\Servername\data\NTIT\524
-NetworksA
dmin-Wayle
ave\Privat
e\wayadmin
\Admin\Bus
iness Cost Control\Avonline\Avonline Payment - AOM Approvals\Submission Approvals - Dave Phillips - Avon and Cotswolds & Plymouth and Exeter\FW Avonline - SCVS B3963428 1034 S2297 37 Civils BJ.msg
The filename, directory name, or volume label syntax is incorrect.
I believe it to be a max char count issue but even mapping a drive doesn't resolve. I have also tried using other software such as teracopy but again same fault.
Help