Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using TFS Preview (Team Foundation Service, https://tfspreview.com/) with one of my projects with Visual Studio 2012. I'm also using an on-premise TFS server with most of my projects. When I use my on-premise TFS after using TFS preview and go back to using TFS preview, I get this error:

TF30063: You are not authorized to access MyProject\DefaultCollection.

If I go to Team -> Disconnect TFS and then connect to TFS preview again, I'm able to see a "Loading identifiers" loading screen coming up, but in the end I don't get to enter my credentials to TFS preview (my Microsoft account) and as a result, the TF30063 error still occurs.

I suspect this has something to do with my Microsoft Account (i.e. Live ID). I'm logged in to Windows with the same MS Account that I use at TFS preview. I have logged in to other sites (Windoes development center, MSDN, etc) with other MS accounts, but I verified that if I log out of these services and re-login with the correct MS account, I still get the TF30063 error when I try to log in to TFS preview from Visual Studio.

share|improve this question
maybe this will help? stackoverflow.com/questions/6672516/… – Valamas - AUS Oct 2 '12 at 5:55
1  
Sadly, no. This also happens with a fresh install and seems to have more to do with multiple Microsoft Accounts than TFS-related authentication. The TFS Preview login apparently uses Internet Explorer and thus might conflict with other MS Accounts you are using. I came accross this link and fully clearing the IE cache seems to work for me. – fincooper Oct 2 '12 at 6:01

4 Answers

I solved this issue by using the browser from within Visual Studio (View->Other Windows->Web Browser; Ctrl+W,W) to navigate to the tfs page and log out of the wrong account and log back in.

For me, the issue was caused by using another live-id to unlock a windows phone for development. Somehow the credentials got cached, it seems.

share|improve this answer
This is the best and fastest way. – Idrees Apr 24 at 3:39

The TFS Preview login apparently uses Internet Explorer and thus might conflict with other MS Accounts you are using. Fully clearing the IE cache seems to work for me. After the cache clearing, I get to the correct login screen and may enter my credentials as needed.

share|improve this answer

I have just removed the server from Team Explorer, then added again, and it worked =).

share|improve this answer
This should work fine with regular TFS server. However this won't work with the TFS preview. After re-adding the server, you still get the IE-based login process. If you have another liveid than the one authorized logged in, you won't get prompted for username/password (see my anwser below) – fincooper Oct 19 '12 at 15:09
Luckily, it worked for me. – bloparod Dec 16 '12 at 22:03

For me the error came after changing my password for my AD-account.

I had to remove the line from credential manager(which contained the previous password.)

Then it worked again.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.