TFS Gotcha (server name)

TL;DR

Explains how to fix TFS installation issues caused by server name and proxy settings by editing the hosts file and renaming the server to its fully qualified domain name.

19 March 2007
Written by Martin Hinshelwood
1 minute read
Comments
Subscribe

If you are installing TFS in a large network that utilises proxy servers, especialy those that strip network credentials for what it thinks are internet sites, then you may run into problems..

The instalation program always uses the netbios name of you server. But in my enviroment navigating to thsi in a browser produces a DNS error even on the local machiene.

To solve this problem and actualy get an install, you will need to add:

127.0.0.1       [servername]

To the local hosts file, which you can find at:

c:windowssystem32driversetchost

This will solve the problem on teh local box, but your users will still be unable to access TFS. You require to rename teh server using the instructions: How to: Rename an Application-Tier Server  but make sure that you do not actualy rename the physical box.

You will probably need to rename the server to your fully qualified domain name.

You will probably need to rename TFS to the fully qualified domain name of your server.

Have fun…

Technorati Tags: ALM

Smart Classifications

Each classification [Concepts, Categories, & Tags] was assigned using AI-powered semantic analysis and scored across relevance, depth, and alignment. Final decisions? Still human. Always traceable. Hover to see how it applies.

Comments
Subscribe

What to read next