problems using robocopy
I am trying to copy data from one server to another but I am having some problems. Below is the command I am using to do this copying.
NET USE \\server2\data /USER:server2\backup password
robocopy \\server1\data
\\server2\data /ZB /MIR /R:2 /W:5 /XA:SH /COPY:DATSO /LOG+:server1-data-log.txt /NP
NET USE \\server2\data /DEL
I have run into a variety of errors including the below:
This security ID may not be assigned as the owner of this object. Access is denied.
I am confused on both of these errors. The account I am using is called backup and it is a member of the Administrators group. The backup account is a local account on server2. I also have a local account called backup on server1. Both
of these backup accounts have the same password. The backup account exists on both the source and destination computers. How can a member of the Administrators group get an access is denied error message? Also I am confused about the
security ID not being able to be assigned as the owner of an object. These two servers are in a domain environment.
Any ideas?
November 11th, 2010 10:51am
Hi,
The above two error messages are both related to permissions. As I know, you need to have the full control of NTFS permissions on the target share folder.
Please logon the domain administrator to test. Meanwhile, please launch the command prompt in elevated privilege, right click the command prompt, click Run as administrator. Then try to copy again.
Best Regards
Dale
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
Free Windows Admin Tool Kit Click here and download it now
November 12th, 2010 4:05am


