Thanks to all who attended Alexei's and my Scrum for TFS 2010 Thursday at the Path to Agility conference. Please contact us if you have follow-up questions. We posted the deck here.
You may have noticed it takes a while for Team Foundation Server (TFS) reports to reflect changes you've made to work items or builds. Let me guess...about an hour, right? Out of the box, TFS is set to refresh the data warehouse from its transactional store every 60 minutes. How do I change the frequency of the data warehouse refresh? Browse to the TFS Controller Web Service on your TFS application tier server within IE at: http://localhost:8080/Warehouse/v1.0/warehousecontroller.asmx Select the ChangeSetting option Enter RunIntervalSeconds for the settingId and the desired number of seconds for newValue (300 for 5 minutes...5*60) Select Invoke How do I force a data warehouse refresh? Two methods here: either via the above web service or using SQL Server Management Studio. Via the web service: Browse to the TFS Controller Web Service within IE at: http://localhost:8080/Warehouse/v1.0/warehousecontroller.asmx Select the Run option Click Invo...
Comments
Great slide deck. Wish I could have made the presentation.
How much of that requires TFS 2010 on the backend, vs. TFS 2008?
While one can leverage the Excel planning sheets even independent of TFS, because of enhancements in 2010 (hierarchial work items primarily), I'm guessing you would experience issues pushing/pulling work items with 2008. Speculating...haven't tried it.