Tejas Patel
Tejas Patel

Reputation: 1447

When configuring TFS 2010, I receive an error: "KB2580221 does not apply, or is blocked by another condition on your computer"

I am trying to install TFS Server 2010 on Windows Server 2008 R2 (Standard Edition). When I Start Configuring TFS on The Advanced Tab it gives a Warning and says that it requires a cumulative update for TFS - called KB2580221.

When I downloaded and tried to run the update, it gives:

KB2580221 does not apply, or is blocked by another condition on your computer.

How do I solve this issue?

Upvotes: 1

Views: 4752

Answers (1)

granth
granth

Reputation: 8939

KB2580221 is "Team Foundation Server 2010 SP1 Cumulative Update 1". Service Pack 1 is a pre-requisite for it, that is why you are receiving the error message.

"Cumulative Update 2" has since been released, and since it is cumulative, you don't need to install Cumulative Update 1 first. (But just to make it confusing, you DO need to install Service Pack 1 first).

So, what you need to do is:

  1. Run the installer for TFS 2010 RTM (you've done this), but don't run the 'configure' wizard
  2. Download and install: Team Foundation Server 2010 SP1 (477 MB)
  3. Download and install: Team Foundation Server 2010 SP1 Cumulative Update 2 (23 MB)
  4. Open the 'Team Foundation Server Administration Console' and select 'Configure installed features'

You will then have a new server running the latest version of TFS 2010.

Take a look at this blog post for a comprehensive list of patches and more information: TFS 2010: What Service Packs and Hotfixes should I install?

Upvotes: 2

Related Questions