In TFS, is there a maximum amount of workspaces which can be used for a user?
Posted
by Gerrie Schenck
on Stack Overflow
See other posts from Stack Overflow
or by Gerrie Schenck
Published on 2010-03-25T14:27:16Z
Indexed on
2010/03/25
23:43 UTC
Read the original article
Hit count: 428
I'm currently in the process of creating a bunch of new build scripts for our platform. Things went okay until I encountered the following error:
D:\TFS\WorkingDir\BuildType\TFSBuild.proj(173,5): error MSB4018: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceNotFoundException: TF14061: The workspace BUILDMACHINENAME_9;BUILDMACHINENAME\TFSService does not exist.
When I take a look at the list of workspaces (with Team Foundation Sidekicks) I see there are a bunch of BUILDMACHINENAME_xxx workspaces, where xxx is a number ranging from 1 to 8.
What I'm thinking is that TFS reaches some kind of limit (10 probably) of the amount of workspaces it can create for a certain owner, and thus fails to create a workspace for the build automatically.
Can this be the case?
Anyone else encountered this?
© Stack Overflow or respective owner