如何在Tfs管理控制台上更改计算机名称

时间:2010-12-30 13:14:26

标签: tfs tfs2010

我需要在TFS管理控制台上更改默认计算机名称。

我在下面找到了一些tfsconfig.exe参数。但我无法改变TFS 2010配置。

tfsconfig prepSql /sqlInstance:<ServerName>

其中ServerName是新sql实例的名称。对部署中的所有新sql实例重复此命令

2 个答案:

答案 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