FAQ #6: How do I change the frequency that the reporting warehouse updates?

This tip comes from Markus Hain:

The default update frequency is 3600 seconds (1 hour), below are the steps to change the time.

1. Log on to the application tier of Team Foundation Server.

2. Start Internet Explorer.

3. In the Internet Explorer Address box, type https://localhost:8080/Warehouse/v1.0/warehousecontroller.asmx .

4. On the ControllerService page, click ChangeSetting.

5. In the settingID box, type RunIntervalSeconds.

6. In the newValue box, type the new number of seconds, and then click Invoke.

This opens a confirmation web page which indicates that the RunIntervalSeconds setting was changed.