Credentials used by Source Control to connect to VSTS
NigelH
Posts: 4 Bronze 1
I am having trouble connecting to Visual Studio Team Services with SQL Source Control 5.5.6.5519.
When I try to connect, it throws the error "TF30064: You are not authorized to access the server." despite the fact that I am a project administrator. Is it trying to connect using my domain credentials and, if so, how can I give Source Control my Microsoft credentials to use instead?
Nigel
When I try to connect, it throws the error "TF30064: You are not authorized to access the server." despite the fact that I am a project administrator. Is it trying to connect using my domain credentials and, if so, how can I give Source Control my Microsoft credentials to use instead?
Nigel
Tagged:
Comments
Regarding the issue reported by the original poster: "TF30064: You are not authorized to access the server.", please try changing the configuration of SQL Source Control by follwoing the instructions on the section "How to connect without using Team Explorer" on the following document:
http://documentation.red-gate.com/display/SOC5/The+Team+Foundation+Server+for+this+workspace+does+not+support+one+or+more+of+the+checkin+options+you+have+selected
Thank you,
Product Support Engineer
Redgate Software Ltd
Please see our Help Center for detailed guides on how to use our tools
A way to force a new prompt for credentials is to delete the registry key where they are stored.
This will normally be within HKCU\Software\Microsoft\VSCommon\14.0\ClientServices\TokenStorage\VisualStudio\VssApp
Look for a key that mentions the server you are connecting (i.e. https://***.visualstudio.com)
I would advise extreme caution when doing this, you should backup your registry previously and if possible ask advice and assistance from your IS department.
Product Support Engineer
Redgate Software Ltd
Please see our Help Center for detailed guides on how to use our tools
The two solutions mentioned here do not work. the registry path doesn't even exist.
"HKCU\Software\Microsoft\VSCommon\14.0\ClientServices\TokenStorage\VisualStudio\VssApp"
does not exist on my machine.
http://documentation.red-gate.com/display/SOC5/The+Team+Foundation+Server+for+this+workspace+does+not+support+one+or+more+of+the+checkin+options+you+have+selected
^^^^ didn't do a darn thing.
"HKCU\Software\Microsoft\VSCommon\14.0\ClientServices\TokenStorage\VisualStudio\VssApp"
does not exist on my machine.
http://documentation.red-gate.com/display/SOC5/The+Team+Foundation+Server+for+this+workspace+does+not+support+one+or+more+of+the+checkin+options+you+have+selected
^^^^ didn't do a darn thing.
I am also getting the same issue. Were you able to find the issue / fix?