TFS 构建服务器放置位置错误
我们使用 TFS Build Server 来确保开发人员签入的所有文件都将编译为工作源代码树,因为没有什么比损坏的构建更糟糕的了!
无论如何,我们在构建服务器想要使用的放置位置方面遇到了一些问题,我们不断收到此错误:
TFS209011:无法创建放置位置 \build-server\drops\project\BuildNumber。 此时无法与此远程计算机建立更多连接,因为计算机可以接受的连接数已达到
由于目前正在试点计划中使用,我们只有 2 个项目正在使用构建服务器。 我检查了网络共享,允许的连接数约为 100,所以我不太明白问题所在。
问题只是偶尔才会出现,通常我们会好几天都没有问题,然后就会连续出现一堆。
我似乎也找不到这方面的太多信息。
We're using TFS Build Server to ensure that all files checked in by developers are going to compile to a working source tree, cuz there's nothing worse than a broken build!
Anyway we've having some problems with the drop location that Build Server wants to use, we keep getting this error:
TFS209011: Could not create drop location \build-server\drops\project\BuildNumber. No more connections can be mades to this remote computer at this time because there are already as many connections as the computer can accept
Since this is being used in a pilot program at the moment we only have 2 projects which are using the Build Server. I've checked the network share and the allowed number of connections is about 100 so I don't really get what the problem is.
Only occationally does the problem raise it's head, quite often we'll not have one for days, and then we'll have a bunch in a row.
I can't seem to find much info on this either.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我很擅长 TFS - 但我是一名开发人员而不是网络人员。 我猜想虽然网络共享本身允许 100 个连接,但它运行的底层服务器是否可能没有某种限制?
您检查过事件日志吗?
这个问题似乎很具体,我鼓励您在微软官方论坛上发帖。
I'm pretty good with TFS - but a dev not a network guy. I would GUESS that while the NETWORK SHARE itself allows 100 connections, is it possible the underlying server it is running on doesn't have some sort of limitation?
Have you checked event logs?
This problem seems specific enough I would encourage you to post to the official Microsoft forums.
看起来问题与我们安装的 Windows 2003 有关,我们安装了“Web 版”,并且它仅限于 10 个连接。
我最终在 MSDN 论坛上发表了一篇文章,其中得到了这个答案: http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=3967598&SiteID=1&mode=1
It looks like the problem is to do with our install of Windows 2003, we have "Web Edition" installed and it is limited to just 10 connections.
I ended up with a post of the MSDN forums in which I got this answer: http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=3967598&SiteID=1&mode=1