tfs2012 - TFS Express 2012: Changed Windows server name, receiving error TF246017 and TF30040 -


i changed hostname of server hosting team foundation server express 2012 instance synqueuemgmt banedev. host os windows server 2012 standard , not member of domain. when attempt open team foundation administration console receiving following error:

team foundation error

tf246017: team foundation server not connect database. verify server hosting database operational, , network problems not blocking communication server.

i have attempted run following command elevated command prompt in order point tfs database new name:

c:\program files\microsoft team foundation server 11.0\tools>tfsconfig.exe remapdbs /databasename:banedev\sqlexpress;tfs_defaultcollection /sqlinstances:banedev 

however receiving following error:

tf30040: database not correctly configured. contact team foundation server administrator.

i able launch microsoft sql server management studio 2012 on server , can connect tfs express sqlexpress instance , can run queries against databases contained under instance. can please me point current installation of tfs express database new server name? i'd avoid uninstalling/reinstalling tfs express since have quite few of visual studio projects added source control under old server hostname.

you need reconfigure tfs in order use new server name. command line call "tfsconfig.exe setup /uninstall:all"

then open admin console , run "configure application tier only" wizard.

one compete server work. changing server name same moving new server far tfs concerned.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -