Monthly archive - April 2010

Upgrading TFS 2010 RC to TFS 2010 RTM

 

The recommended step for installation is to uninstall the RC version and install RTM on the Application Tier.  I found a great post to follow by Martin Hinshelwoods. http://geekswithblogs.net/hinshelm/archive/2010/04/12/_upgrading-from-tfs-2010-rc-to-tfs-2010-rtm-done.aspx   

The first step was to make sure I had all of the settings from the initial installation on hand such as the Data Tier and Service Users. I also made a list of urls for the Report Server and existing SharePoint installation. After uninstalling TFS RC and made an attempt to install RTM I was asked to Uninstall Team Explorer 2010 and Microsoft Visual Studio 2010 Shell separately from the TFS Uninstall.  Just a minor difference from Martin Hinshelwood’s post. Once the installation was completed I started the RTM install wizard and chose the upgrade option. The process went as planned with no interruptions using the existing settings when prompted for credentials.  I have to admit I am falling in love with the new TFS 2010.

TFS 2010 Reporting Services Error (rsInvalidReportParameter)

TFS 2010 Reporting Services Error (rsInvalidReportParameter)

After installing TFS 2010 RC the project dashboard shows a reporting services error “Default value or value provided for the report parameter ‘StateParam’ is not a valid value. (rsInvalidReportParameter)”.

After searching for a few minutes the issue was resolved by Processing the Analysis Database.

There are 2 ways to complete this task.

Using the TFS webservice

1. Logon to the Application Tier for TFS.

2. Browse to http://localhost:8080/tfs/TeamFoundation/Administration/v3.0/WarehouseControlService.asmx or Use IIS Manager to navigate to this URL.

3. Select Process Analysis Database  and Invoke a Full processing Type.

Using  SQL Management Studio

1. Login to SQL Management Studio

2. Select your TFS Analysis Server under Databases.

3. Right Mouse Click on the Database and select Process.

4. Select Ok.