TFS部署器跨域

发布于 2024-09-26 21:29:51 字数 1085 浏览 1 评论 0原文

我无法让 TFS Deployer 在两个域上工作。

我有两个域,DEVDOM 和 TFSDOM。 TFS Deployer 安装在 DEVDOM 计算机上,并且我已输入正确的设置以针对 TFSDOM

TfsDeployer.exe.config 进行身份验证:

...

    <setting name="TfsUserName" serializeAs="String">
            <value>acetinic</value>
    </setting>
    <setting name="TfsDomain" serializeAs="String">
            <value>APACKF</value>
    </setting>
    <setting name="TfsPassword" serializeAs="String">
            <value>street10</value>
    </setting>

...

我正在使用此命令:TfsDeployer.exe -d 并收到以下错误:

Microsoft.TeamFoundation.TeamFoundationServerException: TF50309: The following a
ccount does not have sufficient permissions to complete the operation: DEVDOM\admin. The following permissions are needed to perform this operation: View col
lection-level information.

就像没有读取一样我在配置中放入的身份验证设置。

我错过了什么吗?

另外,当我想将其作为服务中的服务启动时,我应该以什么帐户登录?只是本地系统帐户?

I am having trouble getting TFS Deployer to work over two domains.

I have two domains, DEVDOM and TFSDOM. TFS Deployer is installed on DEVDOM machine and I have entered in the correct settings for authenticating against TFSDOM

TfsDeployer.exe.config:

...

    <setting name="TfsUserName" serializeAs="String">
            <value>acetinic</value>
    </setting>
    <setting name="TfsDomain" serializeAs="String">
            <value>APACKF</value>
    </setting>
    <setting name="TfsPassword" serializeAs="String">
            <value>street10</value>
    </setting>

...

I am using this command : TfsDeployer.exe -d and get the following error:

Microsoft.TeamFoundation.TeamFoundationServerException: TF50309: The following a
ccount does not have sufficient permissions to complete the operation: DEVDOM\admin. The following permissions are needed to perform this operation: View col
lection-level information.

It's like as if it is not reading the authentication settings I am putting in my config.

Am I missing something ?

Also, when I want to start this as a service in Services, what account do I Log On as ? just local systems account ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅浅 2024-10-03 21:29:51

找到了解决方案。

TFS Deployer 存在错误。

http://tfsdeployer.codeplex.com/Thread/View.aspx ?ThreadId=230367&ANCHOR#Post505355

已在主干中修复

Found the solution.

Was a bug with TFS Deployer.

http://tfsdeployer.codeplex.com/Thread/View.aspx?ThreadId=230367&ANCHOR#Post505355

Fixed in trunk

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文