TF250025 and TF262600 errors on Team Foundation Server (TFS) 2010 Project Portal Dashboard

I came across these errors when configuring TFS 2010 Beta 2.

TF250025: The following URL does not point to a valid SharePoint site: <URL to your Project Portal> Verify that you have the correct URL and that it points to a SharePoint site.

or

TF262600: This SharePoint site was created using a site definition that requires data from Team Foundation Server. However, the site is not currently associated with data for a team project. To ensure that this site functions correctly, you must configure a team project to refer data for that project to this site.

or

This site doesn’t have a default Team Foundation Server instance. You can explicitly select a Team Foundation Server.

If you receive these errors, then you are most likely trying to access the project portal via a URL that is not recognised by SharePoint. Each URL that you use to access the site must be registered with SharePoint – even if your IIS Web Site is set to accept all host headers on a specified port.

For example, your may have configured your project site’s URL to be http://tfsserver but when you try to access it via http://tfsserver.companydomain.com your get the above errors.

To resolve this issue, you will need to register a new internal URL for the SharePoint site using Alternate Access Mappings. Please follow these steps:

  1. Log into the SharePoint Central Administration site (a link can be found under Control Panel > Administrative Tools)
  2. Click on the “Operations” tab at the top
  3. Under “Global Configuration”, choose “Alternate Access Mappings”
  4. On the menu bar, select “Add Internal URLs”
  5. Choose the web application that hosts your Project Portals (usually Default Web Site)
  6. In the “URL protocol, host and port” text box, enter the alternate URL that can be used to access the Project Portals (must include http:// or https://). Using the example above, this would be “http://tfsserver.companydomain.com”
  7. Click Save

Perhaps a good practice would be to use FQNs when referencing servers during TFS configuration.

Hope this helps.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.