You can use the built-in data warehouse Web services to change the data warehouse processing interval.
Required Permissions
To perform this procedure, you must be a member of the Administrators group on the Team Foundation application-tier server. For more information, see Team Foundation Server Permissions.
To set the processing interval for the data warehouse
-
In Internet Explorer, open the following URL:
http://<tfsserver>:8080/Warehouse/v1.0/warehousecontroller.asmx?op=ChangeSetting
where <tfsserver> represents the name of the Team Foundation Server. A page that contains two boxes labeled settingID and newValue opens.
-
In the box labeled settingID, type RunIntervalSeconds.
-
In the box labeled newValue, type the new interval time in seconds.
-
Click Invoke to change the setting.

See Also