1

When I am trying to connect to my project in TFS by login to my Microsoft account, I am getting some script error like below,

enter image description here

it was working until yesterday, but I tried to do a Pen Test by installing MetaSploit from Rapid7 and uninstalled it after some-time.

Tried by running "Repair" from VS2013, but no use:( Can any one advise me to how to get out of this?

Thanks in advance.

Gopinath
  • 246
  • 1
  • 4
  • 16

1 Answers1

5

Please try below ways to see if it works:

clear VS and TFS cache and also try to clear IE cache first.

Then clear the Cache Credentials for the TFS Server on your machine.

You can see them in the Control Panel under: Control Panel\User Accounts\Credential Manager (or just type "Credentials" into the Start Menu).

Browse down to your tfs server, expand it and then click "Remove".

enter image description here

PatrickLu-MSFT
  • 49,478
  • 5
  • 35
  • 62
  • Also I just re-installed my VS, still the problem exists. Any other solution? – Gopinath Nov 17 '16 at 14:48
  • Could you connect to tfs through web portal with your account? – PatrickLu-MSFT Nov 17 '16 at 15:02
  • The "TF30063" error message indicates that your account doesn't have permission to access TFS. As this [blog](https://nkdagility.com/tfs-2012-issue-tf30063-you-are-not-authorized-to-access-and-cant-trace-permissions/) described, it is caused when some permissions are denied somewhere because deny takes precedence over any other permission. Also check this . – PatrickLu-MSFT Nov 17 '16 at 16:11
  • Seems the problem is with Microsoft online scripts to connect with TFS. On next day I made a try before formatting my machine, it worked without any error. – Gopinath Nov 22 '16 at 16:26