0

我研究了解决这个错误

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和报告服务。我进行了很多搜索以找到并修复此错误,但失败了!

4

2 回答 2

0

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

于 2014-05-12T18:25:17.600 回答
0

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

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

然后安装 SQL 2012 SP1,然后是 TFS 2013,你应该很高兴。

于 2014-02-03T20:17:53.523 回答