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

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

Utility to Manually Refresh the TFS2010 Warehouse


Every once in a while, you may find that you need to manually refresh your Team Foundation Server 2010’s data warehouse.  You’ll know you need to do that manual refresh when your TFS2010 reports start tossing off errors like “The Team System cube either does not exist or has not been processed” or “An error has occurred during report processing. (rsProcessingAborted) Query failed for dataset ‘dsIteration’.”  There are plenty of variations on that second error message depending on which dataset failed – dsPlatform, dsIterationDefault, dsIteration, dsLastProcessedTime, dsIterationParam, etc.  Usually these errors mean that the TFS Job Agent 1) hasn’t run yet or 2) ran but encountered an error.  The solution is a manual warehouse update.

When you run a manual TFS warehouse update, you basically make a bunch of calls to the TFS Warehouse web service by hand.  The TFS Warehouse web service has methods that lets you view the status of your warehouse, the status of any warehouse jobs, and also start the various jobs.  It’s not difficult to do but it’s somewhat tedious. 

Back in the early days of TFS, Eric Lee wrote a utility to make the manual warehouse work easier.  Unfortunately, Eric moved on from his gig at TFS and the utility hasn’t gotten any updates for a while. 

Fret not!  I spent some time and wrote a new version!  You can install it by going to http://benday.com/WarehouseUtility.

SNAGHTML3ebb7dd

Here’s how you use it:

1. Go to http://benday.com/WarehouseUtility and install the application
2. Type the name of your TFS application tier in the TFS2010 Server Name textbox
3. Click the Populate URL button or type <Enter> in the server name box
4. Click the Get Warehouse Status button to display the current state of your TFS2010 data warehouse. 
5. Click Process Warehouse or Process Analysis to update the data warehouse or analysis service cube. 
6. Watch the warehouse status to see if your job is running and whether that jobs succeeds or fails. 

-Ben

 

— Want some help with your Team Foundation Server or TFS Reports?  Need some coaching on how to do Scrum in a TFS environment?  Drop us a line at info@benday.com.

SUBSCRIBE TO THE BLOG


6 responses to “Utility to Manually Refresh the TFS2010 Warehouse”

  1. frank black Avatar
    frank black

    Awesome little tool. Thanks

  2. Pete Avatar

    Hey Ben!

    I was trying to install your nifty TFS Warehouse Service Utility, but I’m unable to install it. Plus, our TFS is on a network isolated from the internet. Is there another way for me to download this tool?

    Thanks,

    Pete

    1. Ryan Youngman Avatar
      Ryan Youngman

      Pete, you should be able to browse to the tfs web service and manually refresh by invoking them. Here’s a good blog post on how to do this:

      http://blog.accentient.com/2010/04/08/ManuallyProcessingTheTeamFoundationServer2010DataWarehouseAndAnalysisServicesDatabase.aspx

  3. Matt Patterson Avatar
    Matt Patterson

    Handy tool, I’d like to extend it to provide status on the individual Jobs too, any chance it’s either up on a open source repo already, or if not, you could share the source?

  4. […] couple years ago I wrote a utility to help manage rebuilding the Team Foundation Server 2010 data warehouse.  I finally got […]

  5. Robert Chapman Avatar
    Robert Chapman

    This tool did exactly what I needed, thank you very much for your efforts!

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.