【问题标题】:TFS Build Service Wizard Failing on 'Edit collection-level information' permission set to AllowTFS 构建服务向导在“编辑集合级别信息”权限设置为允许时失败
【发布时间】:2012-11-28 15:51:54
【问题描述】:

我正在尝试设置 TFS 构建服务,但配置向导不断对我已根据需要设置的编辑集合级别信息权限进行轰炸。

没有太多的背景信息,它是一个新的 2003 虚拟服务器,只安装了 TFS 构建服务。我得到的唯一另一个警告是没有安装防火墙,所以我看不到干扰。日志中感兴趣的部分如下。

Verify: Verify that the running account has the required Team Foundation Server permissions(TBRUNNINACOUNT): Starting Verification
TF279000: User domain\user.name does not have permission to add members to the Build Services group. To perform this action, the user must have the 'Edit collection-level information' permission set to Allow.
!Verify Error!: TF279000: User domain\user.name does not have permission to add members to the Build Services group. To perform this action, the user must have the 'Edit collection-level information' permission set to Allow.
"Verify: Verify that the running account has the required Team Foundation Server permissions(TBRUNNINACOUNT): Exiting Verification with state Completed and result Error"
!Verify Result!: 1 Completed, 0 Skipped: 0 Success, 1 Errors, 0 Warnings

非常感谢任何帮助,我不知道从哪里开始。

谢谢,汤姆。

【问题讨论】:

    标签: tfs tfsbuild build-server azure-devops


    【解决方案1】:

    我不确定为什么您的 Build 应该在 Collection 级别编辑某些内容,但应该解决的问题是将权限添加到“Project Collection Build Service Accounts”。我希望 TBRUNNINACOUNT 是该组的成员,否则构建可能会失败。

    要设置权限,请执行以下步骤:

    1. 打开团队资源管理器
    2. 连接到应使用构建服务的 TeamProjectCollection
    3. 右键单击根目录以获取上下文菜单
    4. 选择“团队项目集合设置 -> 安全”
    5. 选择“项目集合构建服务帐户”
    6. 设置“编辑馆藏级信息”权限
    7. 使用 ok 关闭对话框

    现在该帐户具有所需的权限,并且向导应该运行该点。

    【讨论】:

    • 感谢您的回答,我不久之后就离开了公司,所以没有机会测试您的答案。 +1 安慰奖。
    • 这很有趣。我刚刚做了同样的事情,得到了同样的错误,并找到了这篇文章。是谁发的,我的老同事@TomRiley
    • 这个和上面的建议都不适合我。
    • 您是否使用域用户运行构建服务? TFS 中是否允许该用户?也许你可以发布你的错误信息。
    【解决方案2】:

    我遇到了同样的问题,基本上我从汤姆离开的地方接了过来。

    在用于源代码控制的 TFS 服务器上,我将我的 AD 用户帐户添加到了 Project Collection Build Administrators 组,并且它工作正常。

    【讨论】:

      猜你喜欢
      • 2011-02-03
      • 1970-01-01
      • 2017-11-24
      • 2019-01-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多