0

服务器是tfs2010。客户端是visual studio 2012和tfs power tools 2012。

我试图运行这个命令:

C:\> witadmin exportwitd /collection:http://pi-dev-tfs01:8080/tfs /p:SAP /n:Task
TF50309: The following account does not have sufficient permissions to complete the operation: 
ALTERIAN\Eric Hartford. The following permissions are needed to perform this operation: 
View collection-level information.

但是,当我查看安全权限和组成员身份时,一切看起来都不错。 安全设定

知道为什么会产生此错误消息吗?

4

1 回答 1

1

您的集合 Uri 是服务器位置,而不是项目集合。

它应该是:

witadmin exportwitd /collection:http://pi-dev-tfs01:8080/tfs/SM2 /p:SAP /n:Task

于 2014-01-09T22:49:28.170 回答