Sharepoint lockout

Posted by user301751 on Stack Overflow See other posts from Stack Overflow or by user301751
Published on 2010-06-15T13:11:56Z Indexed on 2010/06/15 13:12 UTC
Read the original article Hit count: 169

Filed under:
|

Recently a guy from our 3rd line team thought it would be funny to delete my account from AD. This has now been re-added. Everything is back to normal apart from my Access to Sharepoint sites. I am getting "The file exists. (Exception from HRESULT: 0x80070050)" Error on all sites.

After some googleing I came across a guy with the same issue and it was an issue with the SID being different from my old account. Since this I deleted my account from Site Administrators and re-added. This would refresh the SID with the new one. I also check on the Content database that the site ID matched using the following transactions and the SIDs match.

select s.Id, w.FullUrl from Sites s inner join Webs w on s.RootWebId = w.Id

select * from UserInfo where tp_Login='domain\username' and tp_SiteID=''

I am now a bit clueless.

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about ad