【问题标题】:error TF255146 in installing tfs 2013安装 tfs 2013 时出现错误 TF255146
【发布时间】:2014-02-03 15:18:45
【问题描述】:

我研究了解决这个错误

TF255146: Team Foundation Server requires SQL Server 2012 SP1 (11.00.3000) or greater.  The SQL Server instance SERVER\sql2012 you supplied is version 11.0.2100.60.

TF255507: The security identifier (SID) for the following SQL Server login conflicts with a specified domain or workgroup account: WIN-3QKNH40DUMD\Administrator. The domain or workgroup account is: SERVER\Administrator.  The server selected to host the databases for Team Foundation Server is: SERVER\sql2012. 
You can resolve this issue by renaming the conflicting login. To do so, open a command prompt on the computer that is running SQL Server and execute the following command:
sqlcmd -E -S "SERVER\sql2012" -Q "ALTER LOGIN [WIN-3QKNH40DUMD\Administrator] WITH NAME = [SERVER\Administrator]"
For more information, see the following page on the Microsoft Web site: http://go.microsoft.com/fwlink/?LinkId=183408

我该如何解决? 而且我不需要安装sharepoint 和报告服务。我进行了很多搜索以找到并修复此错误,但失败了!

【问题讨论】:

    标签: tfs tfs-2013


    【解决方案1】:

    你在安装 SQL 后是否重命名了你的机器?

    我建议从头开始重建您的服务器。如果您想选择不同的机器名称,请确保在安装 SQL(或其他任何东西)之前这样做。

    然后安装 SQL 2012 SP1,然后是 TFS 2013,你应该可以开始了。

    【讨论】:

    • 是的,我重命名了机器,非常感谢您的回答...所以如果不重新安装 sql srever,我就没有办法解决这个问题?
    【解决方案2】:

    您需要为 SQL Server 2012 安装 SP1。TFS 2013 不支持没有 SP1 的 SQL Server 2012。 http://support.microsoft.com/kb/321185/en-us

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-09-13
      • 2013-10-26
      • 1970-01-01
      • 2013-12-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-10-28
      相关资源
      最近更新 更多