bleitheiser

I was having an issue where I needed to remove a user from my domain. I removed him and then re added him. Now when he goes into sharepoint and he goes to "Mysite" he get the following error.

"The file exists. (Exception from HRESULT: 0x80070050) "

Is there anything I can do about this He has a private list in his mysite that has a lot of information that he needs. So I do not want to delete and re add the user from sharepoint.

Thanks a lot for your help.



Re: SharePoint - Setup, Upgrade, Administration and Operation I removed and then readded a user to my domain and now...

Jimmy26

I have a similar problem. Anyone know the fix




Re: SharePoint - Setup, Upgrade, Administration and Operation I removed and then readded a user to my domain and now...

michael eastaugh

I imagine that the problem arises as a result of a SID change when the account is deleted and recreated. I haven't tried it, but how about this

stsadm -o migrateuser -oldlogin "DOMAINNAME\USERNAME" -newlogin "DOMAINNAME\USERNAME" -ignoresidhistory

I don't know whether it will accept the same value for old and newlogin, if not, try setting a new username to see if you can access and retrieve the mysite etc.