How do I change the time interval for generating reports in TFS 2010?
I installed TFS 2010 for testing purposes only, and have no previous experience with it.
Now the problem is that I just created some New Errors items , but when I run the Error Status report, they are not displayed.
Are these reports generated and cached over time? Is there a parameter that I can change to generate the report?
Thanks in advance, Marco
a source to share
You will need to update your repository refresh rate: http://msdn.microsoft.com/en-us/library/ms244694(VS.80).aspx
Log on to the Team Foundation Server level.
Start Internet Explorer.
In the Internet Explorer Address field, enter http: // localhost: 8080 / Warehouse / v1.0 / warehousecontroller.asmx .
On the ControllerService page, click the ChangeSetting button.
In the setID field, enter RunIntervalSeconds.
In the newValue field, enter the new number of seconds and click Call.
This opens a confirmation web page that indicates that the RunIntervalSeconds parameter has been changed.
a source to share
You may also need to change the IncrementalProcessingIntervalSeconds parameter (this is what we put together in 2010). The blog post below covers this pretty well, as we now have a few more tweaks to deal with the refreshing notification:
http://estebanfg.blogspot.com/2011/02/controlling-data-warehouse-refresh-in.html
a source to share