Azure DevOps, Scrum, & .NET Software Leadership and Consulting Services

Free course! Predicting the Future, Estimating, and Running Your Projects with Flow Metrics

TFS2008: Get the current TFS Data Warehouse update interval


It’s always strange to find out what stuff on The Internets is hard to find that you’d think would be a piece of cake to find.  Today, I needed to find out what the current Team Foundation Server 2008 data warehouse update interval was for my customer’s TFS instance and I was surprised by how hard this information was to find. 

I knew that you needed to go to http://your_tfs_name:8080/Warehouse/v1.0/warehousecontroller.asmx and then run the GetNextInterval command.

image

The problem was figuring out what the “lastInterval” parameter was supposed to be.

image 

The answer came from Alan Herbert’s blog post on administrative operations and was simply ‘0’. 

So.  The question: How do you get the current interval for the TFS Warehouse update service and what is the correct value for the lastInterval parameter? 

The answer: Go to http://your_tfs_name:8080/Warehouse/v1.0/warehousecontroller.asmx?op=GetNextInterval and enter ‘0’ for the ‘lastInterval’ parameter.

-Ben

 

— Want help using, configuring, or migrating to Team Foundation Server 2008 or Team Foundation Server 2010?  Need help with automated QA testing with Visual Studio 2010 Ultimate Edition?  Drop us a line: info@benday.com

SUBSCRIBE TO THE BLOG


One response to “TFS2008: Get the current TFS Data Warehouse update interval”

  1. Eder Sousa Avatar
    Eder Sousa

    I can not involke this webService from my machine. I raceive the message ‘The test form is only available for requests from the local machine. ‘. Wha Should I do?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.