TFS Deployer Cross Domain

时间:2010-10-11 05:58:59

标签: tfs2010

我无法让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.

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

我错过了什么吗?

另外,当我想在服务中启动此服务时,我将以哪个帐户登录?只是本地系统账户?

1 个答案:

答案 0 :(得分:0)

找到了解决方案。

是TFS Deployer的错误。

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

已修复主干