0
我無法讓TFS部署者在兩個域中工作。TFS部署者跨域
我有兩個域DEVDOM和TFSDOM。 TFS部署安裝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.
就好像它沒有讀取我在我的配置中的身份驗證設置。
我錯過了什麼嗎?
此外,當我想在服務中啓動此服務時,我登錄的帳戶是什麼?只是本地系統帳戶?