【问题标题】:TFS Build Won't Run: TF226001: Unable to create the detail nodes for factory QueueDetailsTFS 构建将无法运行:TF226001:无法为工厂 QueueDetails 创建详细信息节点
【发布时间】:2017-02-12 23:37:26
【问题描述】:

在启动使用 TFS 2015 的构建并且最近刚刚升级到更新 2 时,使用 vNext 的构建不再工作。

我得到错误:

TF226001:无法为工厂 QueueDetails 创建详细节点

在网络浏览器中查看构建状态时,表示正在等待构建代理。

TFS 版本:TFS 2015 更新 2 / 14.95.25122.0。

我怎样才能让构建再次工作?

【问题讨论】:

    标签: tfsbuild tfs-2015


    【解决方案1】:

    在构建代理上重新配置构建代理服务解决了该问题。

    以下脚本只是我使用所有现有配置值在构建代理上重新运行的 PowerShell 构建代理脚本的转储(已替换名称)。我只是按 Enter 为每个。重新配置代理后,排队的构建再次开始工作。

    PS C:\TEMP> .\ConfigureAgent.cmd
    An existing configuration file was detected.  This will update the local agent settings.  Do you want to also replace th
    e server registration (default is N)?
    Enter the name for this agent (default is Agent-AGENTCMP01)
    Enter the URL for the Team Foundation Server (default is http://mytfs.mycompany.com:8080/tfs/)
    Configure this agent against which agent pool? (default pool name is 'My Pool')
    Enter the path of the work folder for this agent (default is 'C:\TEMP\_work')
    Would you like to install the agent as a Windows Service (Y/N) (default is Y)
    Enter the name of the user account to use for the service (default is MYDOMAIN\MYACCT)
    Removing EventLog source vsoagent.mytfs.Agent-AGENTCMP01.
    Service vsoagent.mytfs.Agent-AGENTCMP01 is being removed from the system...
    Service vsoagent.mytfs.Agent-AGENTCMP01 was successfully removed from the system.
    Installing service vsoagent.mytfs.Agent-AGENTCMP01...
    Service vsoagent.mytfs.Agent-AGENTCMP01 has been successfully installed.
    Creating EventLog source vsoagent.mytfs.Agent-AGENTCMP01 in log Application...
    Configuration successful.
    PS C:\TEMP>
    

    【讨论】:

    • 我不得不重新指定一些参数而不是接受默认值,但这解决了我的问题,谢谢。
    • @Mike 很高兴它帮助了某人!
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2023-02-11
    • 1970-01-01
    • 2016-10-22
    • 2018-12-07
    • 2023-03-18
    • 2017-04-08
    • 2015-10-01
    相关资源
    最近更新 更多