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

サポートされる最小構成は次のとおりです。

  • SQL Server 2008 SP2 と Cumulative Update 9 以降
  • SQL Server 2008 SP3 と累積更新プログラム 4 以降
  • SQL Server 2008 R2 SP1 および累積更新プログラム 6 以降

SQL Server Express (すべてのバージョン) は、System Center Configuration Manager 2012 ではサポートされていません

于 2012-06-08T15:58:56.120 に答える
0

私たちはついにそれを理解しました。

私たちがチェックしたこと。

クエリで CLR を有効化 どの IP でも動的ポートなし 2008 R2 CU 6 にアップグレード クエリで sysadmin として SCCM コンピュータを追加

最後に、複数のテナントがある環境 (複数の学区にサービスを提供しています) にいる場合、Windows SUS をインストールして別のサーバーを指すことはできません。事前チェックは、SUS と同じ DB サーバーを自動的にチェックします。アンインストールすると (outs は古い db サーバーを指していました)、チャンピオンのように機能しました。

于 2012-06-08T19:56:48.210 に答える