0

We are working to install SCCM 2012 using SQL Server 2008 R2 as our Database Target.

About our environment.

  • SCCM server is part of of "Domain A" and SQL Server is Part of "Domain B". A two trust is between the two.
  • SQL Server is running CU 6 (10.50.1765).
  • I've enabled: Named Pipes, TCIP, Disable Dynamic Ports and set the Port to 1433
  • SQL Server is running under a named instance
  • I granted the SCCM Server full access and as well as the domain account being used to do the install.
  • The default collation is set to "SQL_Latin1_General_CP1_CI_AS

To rule out firewall problems we ran a PS script to test the connectivity to the server\instance and it checked out ok.

We are getting the error.

Setup is unable to connect to SQL Server with the connection information provided. Verify the following:

The sql server and instance names are entered correctly The specified sql server instance is not configured to use dynamic ports If a firewall is enabled on the SQL Server, inbound rules exists to allow connection to the correct ports. The account used to run Setup has permissions to connect to the specified SQL Server Instance.

Any assistance would be greatly appreciated.

4

2 回答 2

0

可以在此处找到不同版本的 SQL Server 所需的不同修补程序的详细信息:

http://technet.microsoft.com/en-us/library/gg682077#BKMK_SupConfigSQLDBconfig

支持的最低配置包括:

  • 具有最低累积更新 9 的 SQL Server 2008 SP2
  • 具有最低累积更新 4 的 SQL Server 2008 SP3
  • SQL Server 2008 R2 SP1 和最低累积更新 6

System Center Configuration Manager 2012 不支持 SQL Server Express(任何版本)

于 2012-06-08T15:58:56.120 回答
0

我们终于想通了。

我们检查的东西。

使用查询启用 CLR 任何 IP 上都没有动态端口 升级到 2008 R2 CU 6 使用查询添加了 SCCM 计算机作为系统管理员

最后,如果您处于具有多个租户的环境中(我们为多个学区提供服务),则无法安装 Windows SUS 并指向不同的服务器。预检查会自动检查与 SUS 相同的数据库服务器。我们卸载了它(out 指向一个较旧的数据库服务器),然后它就像一个冠军一样工作。

于 2012-06-08T19:56:48.210 回答