Click here to Skip to main content
15,888,579 members
Articles / DevOps / TFS

TF400324: Team Foundation Services Are Not Available From Server…

Rate me:
Please Sign up or sign in to vote.
4.89/5 (9 votes)
28 Jun 2013CPOL1 min read 118.3K   4   9
TF400324: Team Foundation Services are not available from server…

Full Error

TF400324: Team Foundation services are not available from server <Server/CollectionName>. Technical information (for administrator): Page not found.

Problem

This error could occur if you have moved a collection from one server to another and a client application connects to both servers. In my case, this is because I’m running TFS 2012 on one server for production use and have backed up and restored a collection to a newly installed TFS 2013 Preview so that I can configure the process template (Upgrading to Visual Studio Scrum 3.0 process template in TFS 2013) to take advantage of the new features in 2013 and test that before moving/upgrading the production server.

Quick Fix

As a quick fix, you can:

  1. Close Visual Studio and related apps
  2. Browse to %LocalAppData%\Microsoft\Team Foundation\4.0\Cache and delete all the contents of that folder

This isn’t ideal as you will need to do this for each client and every time you switch between the two.

Better Fix

As a better and more user friendly fix, you can:

  1. Do the Quick Fix
  2. TS to the server where you have the new TFS server with a copy of your collection attached (my TFS 2013 instance)
  3. Open a command line window in Administrator mode
  4. Run cd C:\Program Files\Microsoft Team Foundation Server 12.0\Tools”
  5. Run tfsconfig ChangeServerID /sqlinstance:<Your Sql Instance Name> /databasename:<Your configuration Database Name> /ProjectCollectionsOnly
  6. This should bring up a message that says “The command ChangeServerId should only be run against a set of Team Foundation Server databases that have no application tiers configured. Do you want to continue with this operation? (Yes/No)
  7. Type Yes and hit enter

Now you should be fine to use both instances of TFS with the same collection name without issues.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect SSW
South Africa South Africa

Comments and Discussions

 
QuestionWhat's the TS? Pin
‫احمد یوسفی‬‎28-Oct-16 20:38
‫احمد یوسفی‬‎28-Oct-16 20:38 
AnswerRe: What's the TS? Pin
Gordon Beeming28-Oct-16 22:47
professionalGordon Beeming28-Oct-16 22:47 
QuestionThanks for this great article! Pin
Manfred Rudolf Bihy1-Apr-16 0:14
professionalManfred Rudolf Bihy1-Apr-16 0:14 
Questionmultiple cache folders Pin
KevinPo23-Sep-15 3:56
KevinPo23-Sep-15 3:56 
QuestionError still exists please helo Pin
ramyajaya9-Jul-15 6:40
ramyajaya9-Jul-15 6:40 
AnswerRe: Error still exists please helo Pin
KevinPo23-Sep-15 3:58
KevinPo23-Sep-15 3:58 
QuestionThe gift that keeps on giving! Pin
alan.us25-Dec-14 8:43
alan.us25-Dec-14 8:43 
Questionthe quick fix works!!! Pin
Yingwei Yang28-May-14 12:30
Yingwei Yang28-May-14 12:30 
GeneralWorked! Pin
EBYRWA16-Dec-13 4:31
EBYRWA16-Dec-13 4:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.