TFS 2010 Server Default Url change
-
Sunday, March 04, 2012 1:37 AM
Hi,
I have Dual server architecture setup , i want to change the below details on existing server.
Current architecher.
1) Application Server-- Windows 2008 SP2 64 Bit , TFS 201064 Bit, SharePoint 3.0 64 Bit
2) Data tier server --Sql Server 2008 64 Bit with Sp3
TFS Url :- http://pradeep:8080/tfs/Collectionname
Reporting URL:- http://pradeep/reports
SharePoint URL:- http://pradeep/sites
Requirement :-
Change TFS Url to
tfs.domainname.net
Please guide me how to change the TFS defauls url to FQDN and also suggests the impact related to other application.
is we need to change the reporting and SharePoint url to archive the target?
All Replies
-
Monday, March 05, 2012 6:31 AM
Gentle reminder !
-
Monday, March 05, 2012 11:06 PM
In TFS 2008, this can be done using TF configureconnections but in TFS 2010, you can use TFS Admin console. You can change under Collection level and items under sharepoint/reports site tabs. Also, see if you have bindings/mapping set correctly to use FQDN name in IIS for various sites/pools in IIS
Also in TFS Admin Console (TFSAC), see if Machine name under "Application Tier" is FQDN and under "Sharepoint Web Application" section, what do you see under "Sharepoint Web Applications" section under "Name/URL" columns.
basically: http://bartwullems.blogspot.com/2010/04/problems-configuring-team-foundation.html.
See if this all helps.
Arun Sangal Software Configuration Management Denver USA
- Edited by Arun.Sangal Monday, March 05, 2012 11:20 PM
-
Tuesday, March 06, 2012 2:52 AMModerator
Hi PRADEEP,
Thank you for your post.
According to your description of the issue, I suppose you want to change TFS server URL. If I have misunderstood anything, please free feel to let me know. You can take following steps for a try:
1. Change TFS binding in IIS manager.
- Open the IIS Management Console-->click on the Team Foundation Server site, local to TFS home page-->click Bindings in right panel.
- Click on “add” in the “Site Bindings” dialog.
- In the “host name” field, type your FQDN of your new tfs url.
- Click OK.
- Click Close.
2. Change TFS server URL in TFS Administration Console.
- Open TFS Administration Console.
- Click Application Tier.
- Click Change URLs in right panel.
- In the Change URLs dialog, change the Notification URL field to your new FQDN you entered in the IIS manager.
- Your notification and web access urls should also be changed automated(refresh if need be).
- To test, open a browser and browse to your new url, which should bring up the TFS web access site.
I hope this information will help resolve this issue.
If anything is unclear, please free feel to let me know.
Best regards,
Lily Wu [MSFT]
MSDN Community Support | Feedback to us
- Marked As Answer by Lily_WuMicrosoft Contingent Staff, Moderator Monday, March 12, 2012 5:58 AM
-
Tuesday, March 20, 2012 9:07 AM
Thanks Arun and Lily Wu.
I am able to implement this FQDN in our production.
Thanks a lot .
-
Tuesday, April 10, 2012 5:34 PM
Hi,
I added the url in bindings, changed url in TFS console and now when I try to connect to my new url i have 2 errors printed in my TSWA page:
- Les services Team Foundation ne sont pas disponibles à partir du serveur. Informations techniques (pour l'administrateur): TF31002 : connexion impossible à ce serveur Team Foundation Server : http://myserver/tfs. URL Team Foundation Server : http://myserver/tfs. Les raisons possibles de cet échec peuvent être les suivantes : - Le nom, le numéro de port ou le protocole Team Foundation Server sont incorrects. - Team Foundation Server est hors connexion. - Le mot de passe ...
and
Les services Team Foundation ne sont pas disponibles à partir du serveur. Informations techniques (pour l'administrateur): TF31002 : connexion impossible à ce serveur Team Foundation Server : http://myserver/tfs. URL Team Foundation Server : http://myserver/tfs. Les raisons possibles de cet échec peuvent être les suivantes : - Le nom, le numéro de port ou le protocole Team Foundation Server sont incorrects. - Team Foundation Server est hors connexion. - Le mot de passe a expiré ou est incorrect. Pour plus d'informations, contactez votre administrateur Team Foundation Server.
Have you got an idea?
Thanks,
-
Tuesday, June 26, 2012 12:31 PM
Ok I have a question.... how can I change the url DURING install so it eliminates the error?
TF400567: Broken local Web sites are detected. Before continue, you should fix broken sites or remove them from IIS. For more information, see the configuration log.
And what does it mean by Broken Sites, I have 5 running sites in IIS7.5 and they are all 'ok' it seems?
Thanks!
-
Monday, August 20, 2012 1:30 PM
OK, I've tried this a couple of different ways; both changing the binding and adding a new binding. I've tried setting the Server URL (in the Change URLs dialog) to "Localhost" and to my new URL.
In all cases, as soon as I make the change and go to the new URL, I get prompted for my credentials. I get prompted for credentials 3 times and then the pages comes up blank.
If I change the URL back to the default (http://mymachinename:8080), it works fine again.
Any suggestions??
Thanks,
Chris -
Monday, August 20, 2012 8:08 PM
Nevermind we figured it out, but we had to modify the web.config for the TFS WebAccess/Web folder (in TFS install path) in order for it to not use the machine name. Like so (see below), it's odd to me that others didn;t need to do this...
<webAccessSettings> <tfServers> <add name="http://tfs.ourcompany.org/tfs"/> </tfServers> .... </webAccessSettings>
-
Thursday, April 04, 2013 1:46 PM
Hello Lily,
We have updated to TFS 2012 from 2010.
We are unable to update the Notification URL, it prompts for credentials and wont accept the credentials.
Treid the steps mentioned above and still same.
Any thought?
Thanks,
Pavan
Pavan Kumar
-
Friday, May 17, 2013 4:48 PM
I did all the recommended steps:
I changed the Binding in IIS: tfswa.xxx.gov on port 80
Changed the notification URL: tfswa.xxx.gov/tfs
Changed the web config file also – to point to tfswa.xxx.gov/tfs
I still get the error:
unable to connect to this Team Foundataion Server: http://vhaoklhtmtweb1/tfs..............
TF31002: unable to connect to this TFD server http://tfswa.xxx.gov...........
shobsva

