Welcome to MSDN Blogs Sign in | Join | Help

Technical Weblog of Eric Charran

A Journal of My Technical Achievements and Challenges
How to Change the Data Warehouse Processing Interval in Team Foundation Server

I recently had a client that wanted to increase the processing interval for the data warehouse in TFS.  They problem was that they would run reports and they would not show up.  After a period of stopping and starting the the scheduler service, we got some information that indicated that the data warehouse only pulls published test data in on a 60 minute interval.  You can change this interval by going to the warehouse configuration web service as the MSDN exceprt below indicates:

You can use the built-in data warehouse Web services to change the data warehouse processing interval.

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.

Security

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.

 

Here is the URL

http://msdn2.microsoft.com/en-us/library/ms400787.aspx

 

 

 

Posted: Wednesday, April 26, 2006 10:26 AM by echarran
Filed under:

Comments

Team System News said:

Martin Woodward gives us TFS Top Tip #2: Changing the Logged In User.

Rob Caron talks about VSLive...
# April 27, 2006 10:16 AM
Anonymous comments are disabled
Page view tracker