Deleting work item in TFS 2010 ??
hi,
i trying delete work item my project collection using command on visual studio command line x64 right clicking as administrator "witadmin destroywi /collection:http://server:8080/tfs/collectionname /id:50"
the command right giving me error .cant connect server, url not valid , server maybe offline windows error 404 not found "
all these error in separate lines
i dont understand wats problem , using nlb at's used both server name , nlb cluster ip both giving same error , know command right wat problem , running command on server no firewall issue , m admin of tfs , server and collection name has space "collection name project " , writing "collectionnameproject" 404 not found error if type server url in net explorer. be relevant ? because of nlb or ? please if can me!!
-shabi
since mentioned collection name has space, need wrap in quotes, this:
witadmin destroywi /collection:"http://yourserver:8080/tfs/collection name" /id:715
esteban garcia - my blog
Archived Forums T-U > Team Foundation Server – Power Tools & Add-ons
Comments
Post a Comment