Hi All,
I am receiving an error while copying a folder from one server to other server
the cmd which i am using is
robocopy \\newft\C$Newfolder \\newft2\C$Jyothsna /COPYALL
the below error i am getting
C:\Users\Demouser>robocopy \\newft\C$Newfolder \\newft2\C$Jyothsna /COPYALL
-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows :: Version XP010
-------------------------------------------------------------------------------
Started : Thu Oct 04 07:53:42 2018
2018/10/04 07:53:42 ERROR 67 (0x00000043) Getting File System Type of Source \\newft\C$Newfolder\
The network name cannot be found.
2018/10/04 07:54:04 ERROR 53 (0x00000035) Getting File System Type of Destination \\newft2\C$Jyothsna\
The network path was not found.
Source - \\newft\C$Newfolder\
Dest - \\newft2\C$Jyothsna\
Files : *.*
Options : *.* /COPYALL /R:1000000 /W:30
------------------------------------------------------------------------------
NOTE: NTFS Security may not be copied - Source may not be NTFS.
NOTE: NTFS Security may not be copied - Destination may not be NTFS.
2018/10/04 07:54:04 ERROR 67 (0x00000043) Accessing Source Directory \\newft\C$Newfolder\
The network name cannot be found.