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.