0

The server is tfs2010. The client is visual studio 2012 and tfs power tools 2012.

I tried to run this command:

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.

However when I look at the security permissions and the group membership, it all looks good. security settings

Any idea why would it produce this error message?

jessehouwing
  • 106,458
  • 22
  • 256
  • 341
Eric Hartford
  • 16,464
  • 4
  • 33
  • 50

1 Answers1

1

Your collection Uri is the server location, not the Project Collection.

it should read:

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

jessehouwing
  • 106,458
  • 22
  • 256
  • 341