Fixing TFS reports after an upgrade/migration to TFS 2008
Posted: Monday, February 25, 2008 12:11 PM
by
max
Filed under: TFS, Tips & Tricks, VSTS, Reporting Services
Microsoft has made quite a few changes to reports in TFS 2008. As you can see form the table below in TFS 2008 we do not only have 6 new reports, but some of the existing reports have been modified/removed (new reports are in red, removed reports are in orange).
TFS 2005 default reports | TFS 2008 default reports |
Actual Quality vs Planned Velocity Bug Rates Bugs by Priority Bugs Found Without Corresponding Tests Builds Load Test Summary Project Velocity Quality Indicators Reactivations Regressions Related Work Items Remaining Work Scenario Details Tests Failing Without Active Bugs Tests Passing With Active Bugs Unplanned Work
| Actual Quality vs Planned Velocity Bug Rates Bugs by Priority Bugs Found Without Corresponding Tests Builds Exit Criteria Issues List Load Test Detail Load Test Summary Project Velocity Quality Indicators Reactivations Regressions Related Work Items Remaining Work Scenario Details Tests Failing Without Active Bugs Tests Passing With Active Bugs Unplanned Work Work Item with Tasks Work Item with TestResults Work Items
|
This means that when you upgrade/migrate to Team Foundation Server 2008, your reports will no longer work as the schema has changed. To resolve the issue you need to download the new process template (http://msdn2.microsoft.com/en-us/teamsystem/aa718795.aspx) and add or update your reports on TFS server.
To add new report:
- Go to your Reports server (http:// [SERVERNAME] /reports)
- Click on Upload file
- Browse to the report file (.rdl) you want to upload and click OK to upload
- Click on newly uploaded report file and click on Properties
- Set up data sources by clicking on Data Sources (Don't forget to click Apply button)
- Depending on report, you might also have to set up default parameters by clicking on Parameters (Don't forget to click Apply button)
- Click on View to make sure that report is displaying properly
To update existing report:
- Go to your Reports server (http:// [SERVERNAME] /reports)
- Click on report that you want to update and click on Properties
- Click on Update
- Browse to the report file (.rdl) you want to upload and click OK to upload
- Make sure that data sources are configured properly by clicking on Data Sources (Don't forget to click Apply button)
- Depending on report, you might also have to set up default parameters by clicking on Parameters (Don't forget to click Apply button)
- Click on View to make sure that report is displaying properly
Note: You will have to update reports for each TFS project
If you would like to receive an email when updates are made to this post, please register here