reporting services - TFS 2010 - Burndown and Burn Rate Report - Missing Iteration & Areas -


this question has been asked once before got no answers asking again.

we running tfs 2010 , have started put lot of work items in there. have iteration hierarchy set up, several areas defined, , work items assigned each, when go try , run 'burndown , burn rate report' none of iterations or areas available in drop down list.

the 'burndown , burn rate', 'remaining work', , 'unplanned work' reports exhibit behavior rest of default project management reports populate drop downs correctly. here image showing behavior:

enter image description here

the thing problem reports have in common use data source points tfs_analysis analysis service in addition normal tfs_warehouse data source. have tried right clicking tfs_analysis in sql server management studio, clicking 'process', , going through procedure, restarting "visual studio team foundation background job agent" service neither have helped.

has encountered issue , manage working?

wow...see happens when have pose question enough detail have you? here did working:

  1. on server tfs running on, go tfs instance's warehousecontrolwebservice (http://:8080/tfs/teamfoundation/administration/v3.0/warehousecontrolservice.asmx)
  2. click 'bringanalysisprocessingonline'
  3. click 'invoke'
  4. this should open new tab xml value 'started'.
  5. go main page
  6. click 'processanalysisdatabase'
  7. enter 'full' 'processingtype' parameter
  8. click 'invoke'
  9. this should open new tab xml value 'true'.

i have captured screencast here may interested, , there helpful msdn article here.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -