Browse by Tags
All Tags »
TFS Reporting (
RSS)
By default TFS 2010 updates its warehouse every 2 hours. You can change the frequency by running the WarehouseControlService SOAP webservice, as explained in this article . Furthermore the webservice exploses some more settings as well. To force the warehouse...
Problem The Release Burndown (from the VS Scrum 1.0 template ) stays empty and shows " No data available ". How to fix Make sure to specify Start / End Date on the corresponding Sprint work item . Wait until the warehouse is refreshed (or invoke...
By default, TFS will process it's Data Warehouse and Analysis Services Cube (and thus update the data for the reports) every 2 hours . You can change the default frequency or manually invoke cube processing , if needed. Be careful with changing it...
You created the team project without a project portal and/or without reports? Or maybe you upgraded your TFS to 2010 and did not migrate the reports/portals as well and want to create new, fresh ones? The TFS 2010 Power Tools are your friend: tfpt addprojectportal...
Getting this error (and your TFS is installed on a Domain Controller)? Problem : An error has occurred during report processing. (rsProcessingAborted) Cannot impersonate user for data source 'TfsReportDS'. (rsErrorImpersonatingUser) Logon failed...
You use SQL Server Reporting Services (SSRS) and wonder why you can't set the "To" field. By default, SSRS will use your user name as the receipient and not allow manual changes. How to enable the "To" field? Locate RSReportServer...
You receive the following error message when opening a TFS report: An error has occurred during report processing. (rsProcessingAborted) Query execution failed for dataset 'dsIteration'. (rsErrorExecutingCommand) The Team System cube eitehr does...
Grant Holliday, who runs the busiest TFS at Microsoft, posted 6 handy reports you can easily import into your TFS to monitor system performance. "We have a responsibility to ensure that the server is performing as expected and to identify any efficiencies...
A: You can change it's encoding in version control to Binary . Background: The code churn value used by TFS report, like the Quality Indicators report, might not make any sense to you if files this value includes some specific files, like auto-generated...
After uninstalling TFS 2005 (services) from a standby TFS application tier the SQL Server Reporting Services were not available, i.e. browsing http://server/reports and http://server/reportserver/ resulted in a 404 error. Workaround: Run the Reporting...
Code churn [1] in TFS 2005 and TFS 2008 is calculated using a very simple algorithm: inserted + changed + deleted lines [2]. This is done independently of the contents of the line, which means that everything - incl. comments, blank lines, etc. - is counted...