Link to home
Start Free TrialLog in
Avatar of vehastings
vehastingsFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Robocopy "ERROR 123 (0x0000007B)" when copying to a DFS share from a network share

Hi,

I am trying to copy an existing network share into a new DFS share.
I have managed to copy 75% of the existing share into the new DFS share but have had problems with the remaing 25%.

The robocopy command I a running is this.

robocopy "\\serverX\Company Shared" "\\mydomain.local\Company" /E /COPY:DATSOU /EFSRAW /LOG:C:\CopyResults.log

The error I am getting is:

          New File                522099      Filename.pdf
2013/07/10 17:52:55 ERROR 123 (0x0000007B) Accessing Destination Directory \\serverX\Company Shared\Dir1\Dir2\Dir3\Dir4\Dir5\Dir6\
The filename, directory name, or volume label syntax is incorrect.
Avatar of Aaron Tomosky
Aaron Tomosky
Flag of United States of America image

Use the real server path vice the dfs path

same reference as above
ASKER CERTIFIED SOLUTION
Avatar of vehastings
vehastings
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Isn't that what the link I posted said to do and also what ve3ofa said??
Avatar of vehastings

ASKER

using the path to the drive on the server fixed this.