一直在试图补救这个问题。我在googling中找到的唯一解决方案是更改VM卡的设置,但是,我们使用的是Hyper,而那些配置设置是不可用的。目前,TFS 2013构建服务器驻留并在这台机器上正常运行。TFS在另一个VM上运行,但2013年版本的TFS=>TFSBuild=>TFSDB似乎没有连接问题。
谢谢。
完整的错误消息:
C:\Users\svc_tfsbuild\Agent>ConfigureAgent.cmd
Enter the name for this agent (default is Agent-WPTFS05) VS2015U2
Enter the URL for the Team Foundation Server (default is ) http://tfs:8080/tfs
Configure this agent against which agent pool? (default pool name is 'default') VS2015U2
Enter the path of the work folder for this agent (default is 'C:\Users\svc_tfsbuild\Agent\_work')
Would you like to install the agent as a Windows Service (Y/N) (default is N) Y
Enter the name of the user account to use for the service (default is NT AUTHORITY\NETWORK SERVICE) svc_tfsService
Enter the password for user account svc_tfsService:
TF246018: The database operation exceeded the timeout limit and has been cancelled. Verify that the parameters of the operation are correct.发布于 2016-06-22 19:54:18
该错误已在TFS 2015更新3中修复。此问题实际上是由一个错误引起的,该错误不允许在服务名称中创建带有下划线字符的构建代理。
https://stackoverflow.com/questions/37461442
复制相似问题