TF30063: You are not authorized to access tfs\projects
February 10, 2012 Leave a comment
Now thats an issue that can bamboozle the Windows Administrator also
Thanks to Ryan Hanisco’s blog, http://ryanhanisco.com/2011/03/14/tfs-service-authentication-tf30063/, I resolved this issue.
Simple steps performed were: -
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0 - Create new Multi-String Value and name it as BackConnectionHostNames
- In the Value data box, type the CNAME or the DNS alias, that is used for the local shares on the computer, and then click OK.
Note
- Type each host name on a separate line.
- If the BackConnectionHostNames registry entry already exists as a REG_DWORD type then delete and recreate as Multi-String Value. - Exit Registry Editor, and then restart the computer.
