TFS & Visual Studio ALM - by Neno Loje

(formerly Team System, VSTS)

News

Recent Posts

Community

Tags

Email Notifications

VSTS Blogs

VSTS Community

My Other Blogs

German VSTS Websites

Archives

May 2008 - Posts

Screen Gallery: Creating a Team Project in TFS 2008

Screenshots from a successful team project creation.

Image-0073

Image-0074

Image-0075

 Image-0076

 Image-0077

 Image-0078

 Image-0079

Screen Gallery: Upgrading WSS 2.0 to WSS 3.0

You updated to TFS 2008, but since the upgrade process doesn't touch your already installed WSS you are responsible for upgrading it yourself.

Official Guidance:

 

Step 1: Run Prescan.EXE

Image-0000

Image-0001

Resulting log file:

Image-0008

Resulting XML file:

Image-0009

Step 2: Install WSS 3.0

Image-0002

Image-0003

Image-0004

Image-0005

Image-0006   

Image-0010

Image-0011

Step 3a: Upgrade (invoked automatically by setup)

Image-0012

Image-0013

Image-0014

Image-0015

(Be aware: if you do not use the same port as your TFS is configured to talk to today you need to change the TFS registration using TFSAdminUtil afterwards!)

Image-0016

Image-0017

Image-0018

Image-0019

Step 3b: Still Upgrade (not in the web browser)

Image-0020

Image-0021

Step 4: Finalization (manual step)

Image-0022

Image-0023

Step 5: Uninstall WSS 2.0 (manual step)

Image-0024

Image-0025

Image-0026

Step 6: Install & configure TFS Extensions for WSS (located on the TFS media)

Image-0030

Image-0031

Image-0032

Image-0033

Image-0034

Step 7: Verify success by creating a new team project

Image-0035

Screen Gallery: Installing TFS Power Tools 2008

Screenshots from a successful Power Tools installation

Step 1: Installing Windows PowerShell

Image-0086

Step 2: Installing TFS Power Tools

Image-0087

Image-0088

Image-0089

Image-0090

Image-0091

Image-0092

Screen Gallery: Installing Team System Web Access (TSWA) 2008

Screenshots of a successful Team System Web Access (TSWA) installation.

Requires: Team Explorer 2008 to be installed.

Image-0060

Image-0061

Image-0062

Image-0063  

Image-0065

Image-0066

Image-0067

Image-0068

Image-0069

Image-0070

Image-0071

Open TSWA to verify it's working:

Image-0072

Image-0080

Screen Gallery: Installing Team Build 2008

Screenshots from a successful Team Build installation

Image-0052

Image-0053

Image-0054

Image-0055

 Image-0056

 Image-0057

 Image-0058

 Image-0059

Screen Gallery: Installing TFS 2008 (single-tier)

Screenshots of a successful TFS 2008 singe-tier installation.

Step 1: Installing IIS

Image-0003

Step 2: Installing SQL Server 2005

Image-0004

Image-0005

Image-0006

Image-0007

Image-0008

Image-0009

Image-0010

Image-0011

Image-0012

Image-0013

Image-0014

Image-0015

Image-0016

Image-0017

Image-0018

Image-0019

 Image-0020

Image-0021

And verify it's working:

Image-0022

Image-0023

Image-0024

Apply SQL Server 2005 SP2:

Image-0025

Image-0026

Image-0027

Image-0028

Image-0029

Image-0030

Image-0031

Image-0032

Image-0034

Image-0035

Image-0036

Image-0037

Step 3: Installing TFS 2008

Image-0039

Image-0040

Image-0041

Image-0042

Image-0043

Image-0044

Image-0045

Image-0046

Image-0047

Image-0048

Image-0049

Image-0050

Image-0051

TF220064 when trying to upgrade to TFS 2008

I you received:

TF220064: An error occurred while the Setup program was querying the settings from the server that is running SQL Server Reporting Services. This error is most likely caused by your account not having the required administrative permissions on the server that is running Reporting Services. Click Next to try again. For more information about this error, see the installation logs. For more information about the installation logs, see “Troubleshooting Installation for Team Foundation” in the Team Foundation Installation Guide.

Cause:

You probably use FQDN names for your reporting services server as explained here.

Workaround:

Change URI for the ReportsService to use a NETBIOS name instead of a fully qualified domain name (FQDN) - and revert it back after successful setup.

 

(Special thanks to Daniel Hackel who administers this environment and had to go all the upgrade trouble as well.)

Uninstalling TFS 2005 (services) on the app tier removes reporting services virtual directories

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 Services Configuration Tool and recreate both virtual directories and re-configure the identities.

 

(Thanks to Daniel Hackel who administers this environment.)

Problem when upgrading to TFS 2008: Setup has detected that the specified database server is already in use by another Team Foundation Server (services) computer...

When trying to upgrade to TFS 2008 you receive the following error message on your primary AT shortly after starting the setup program

"Setup has detected that the specified database server is already in use by another Team Foundation Server (services) computer. Click OK to configure this computer as a stand-by Team Foundation Server (services) computer. Click Cancel to specify a different database server."

Cause:

You are using a fully qualified domain name (FQDN) to reference your Team Foundation Server application tier.

Workaround:

  1. Remove the FQDN (run the ActivateAt command with the NETBIOS name), i.e. change it back to the regular NETBIOS name.
  2. Apply the TFS 2008 upgrade.
  3. Re-apply the FQDN.

 

Update: There is an official KB article now.

 

Enjoy TFS 2008!

 

(Thanks to Daniel Hackel who adminsters this environment.)