Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Robocopy The security ID may not be assigned as the owner of this object
2016-08-09
01:57 PM
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi
I have a cifs share setup with FULL CONTROL for the user I'm using, and I'm getting this error when trying to use robocopy to copy the permissions
The security ID may not be assigned as the owner of this object.
I've tried a varity of robocopy commands and none work. The one I'm using looks like this
ROBOCOPY /e /b /xj /r:2 /w:5 /v /it /purge /copyall "\\its-fp1old\f$\Magic Fridge" "f:\Fdfs\Magic Fridge" /xd DfsrPrivate .TemporaryItems /xf .ds_store /tee /log:c:\miglogs\Fmagicfridge.log
and it worked going from a windows cifs share to another windows cifs share, but I can't get it to work with a net app cifs share.Any help would be appreciated.
3 REPLIES 3
Re: Robocopy The security ID may not be assigned as the owner of this object
2016-08-11
12:37 AM
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
Try changing the permissions on the source so it is resolved on the destination.
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
Re: Robocopy The security ID may not be assigned as the owner of this object
2016-09-28
06:56 AM
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
@StephenJ wrote:Hi
I have a cifs share setup with FULL CONTROL for the user I'm using, and I'm getting this error when trying to use robocopy to copy the permissions
The security ID may not be assigned as the owner of this object.
I've tried a varity of robocopy commands and none work. The one I'm using looks like this
ROBOCOPY /e /b /xj /r:2 /w:5 /v /it /purge /copyall "\\its-fp1old\f$\Magic Fridge" "f:\Fdfs\Magic Fridge" /xd DfsrPrivate .TemporaryItems /xf .ds_store /tee /log:c:\miglogs\Fmagicfridge.log
and it worked going from a windows cifs share to another windows cifs share, but I can't get it to work with a net app cifs share.Any help would be appreciated.
Hi,
I have the same problem, does anybody have already solved it?
Thank you,
M
Highlighted
Re: Robocopy The security ID may not be assigned as the owner of this object
2018-10-11
03:46 AM
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Make sure the account you are using for robocopy has permission in SVM level.
Add the user account to to the administrative group under SVM windows user settings then try again