This repository was archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 460
This repository was archived by the owner on Nov 6, 2020. It is now read-only.
TFVC: Error TF30063 when attempting to connect to a "Server" workspace #176
Copy link
Copy link
Closed
Labels
Description
It's not particularly clear from the documentation whether or not this is intentional, but it seems that there is currently only support for local TFVC workspaces. When attempting to connect to a "Server" workspace, I get the following debug output:
2017-04-13T19:29:26.584Z - info: [11492] *** FOLDER: c:\devtools ***
2017-04-13T19:29:26.595Z - debug: [11492] Looking for an External Context at c:\devtools
2017-04-13T19:29:26.596Z - debug: [11492] No External Context at c:\devtools
2017-04-13T19:29:26.603Z - debug: [11492] Looking for TFVC repository at c:\devtools
2017-04-13T19:29:26.604Z - debug: [11492] TFVC Creating Tfvc object with localPath='undefined'
2017-04-13T19:29:26.605Z - debug: [11492] Using TFS proxy: undefined
2017-04-13T19:29:26.606Z - debug: [11492] TFVC Retrieved from settings; localPath='C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\tf.exe'
2017-04-13T19:29:26.610Z - debug: [11492] TFVC Repository created with repositoryRootFolder='c:\devtools'
2017-04-13T19:29:26.612Z - debug: [11492] TFVC Repository.CheckVersion
2017-04-13T19:29:26.616Z - debug: [11492] TFVC: tf add -noprompt -?
2017-04-13T19:29:26.628Z - debug: [11492] TFVC: spawned new process (duration: 9ms)
2017-04-13T19:29:26.645Z - debug: [11492] TFVC: spawned new process (duration: 15ms)
2017-04-13T19:29:27.184Z - debug: [11492] TFVC: add exit code: 0 (duration: 566ms)
2017-04-13T19:29:27.192Z - debug: [11492] TFVC Repository.FindWorkspace with localPath='c:\devtools'
2017-04-13T19:29:27.194Z - debug: [11492] TFVC: tf workfold -noprompt ********
2017-04-13T19:29:27.203Z - debug: [11492] TFVC: spawned new process (duration: 8ms)
2017-04-13T19:29:28.172Z - debug: [11492] TFVC: workfold exit code: 100 (duration: 978ms)
2017-04-13T19:29:28.176Z - debug: [11492] TFVC errors: TF30063: You are not authorized to access mycooltfsserver\MyTeamProjectCollection.
Running team signin after receiving this failure results in the following error:
(team) No Team Services or Team Foundation Server repository configuration was found. Ensure you've opened a folder that contains a repository.
Sorry for the bad report if this is intentionally not supported at this time, but it wasn't clear from the readme.
CaLxCyMru, stephenmcd1, johnnyRose, mwettste, jalal-sh and 58 moresecbug