服务器是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.
但是,当我查看安全权限和组成员身份时,一切看起来都不错。
知道为什么会产生这个错误信息吗?
答案 0 :(得分:1)
您的收藏集Uri是服务器位置,而不是项目收藏。
应该是:
witadmin exportwitd /collection:http://pi-dev-tfs01:8080/tfs/SM2 /p:SAP /n:Task