我需要在TFS管理控制台上更改默认计算机名称。
我在下面找到了一些tfsconfig.exe
参数。但我无法改变TFS 2010配置。
tfsconfig prepSql /sqlInstance:<ServerName>
其中ServerName是新sql实例的名称。对部署中的所有新sql实例重复此命令
答案 0 :(得分:2)
您可以更改web.config applicationDatabase
密钥以更改 computer_name 。
文件路径为:C:\ Program Files \ Microsoft Team Foundation Server 2010 \ Application Tier \ Web Services \ web.config
<add key="applicationDatabase" value="Data Source=**computer_name**;Initial Catalog=Tfs_Configuration;Integrated Security=True;" />
答案 1 :(得分:0)
STEP 1: Verify the Data Tier Summary in TFS Administration console is right
STEP 2: If the computer name(server name) is wrong then update
the "application database" key in
ProgramFiles -> Microsoft TFS 11.0 -> Application Tier ->
Web Services -> web.config with the correct computer name