티스토리 뷰
https://support.microsoft.com/ko-kr/kb/3135244
Known issues
Issue 1
SQL Server Management Studio (SSMS), Report Server, and Report Manager don't connect to the database engine after you apply the fix for SQL Server 2008, 2008 R2, 2012, or 2014. Report Server and Report Manager fail and return the following error message:
The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. (rsReportServerDatabaseUnavailable)
This issue occurs because SSMS, Report Manager, and Reporting Services Configuration Manager use ADO.NET, and ADO.NET support for TLS 1.2 is available only in the .NET Framework 4.6. For earlier versions of the .NET Framework, you have to apply a Windows update so that ADO.NET can support TLS 1.2 communications for the client. The Windows updates that enable TLS 1.2 support in earlier versions of .NET framework are listed in the table in the "How to know whether you need this update" section.
Issue 2
Reporting Services Configuration Manager reports the following error message even after client providers have been updated to a version that supports TLS 1.2:
Could not connect to server: A connection was successfully established to the server, but then an error occurred during the pre-login handshake.
To resolve this problem, manually create the following registry key on the system that hosts the Reporting Services Configuration Manager:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client : "Enabled"=dword:00000001
Issue 3
The encrypted endpoint communication that uses TLS 1.2 fails when you use encrypted communications for Availability Groups or Database Mirroring or Service Broker in SQL Server. An error message that resembles the following is logged in the SQL Error log:
Connection handshake failed. An OS call failed: (80090331) 0x80090331(The client and server cannot communicate, because they do not possess a common algorithm.). State 56.
For more information about this issue, see FIX: The encrypted endpoint communication with TLS 1.2 fails when you use SQL Server.
For more information, see FIX: Error when you install SQL Server 2012 or SQL Server 2014 on a server that has TLS 1.2 enabled.
An error message that resembles the following is logged in the SQL Server Error log:
An error message that resembles the following is logged in Windows event log:
For more information, see FIX: Communication using MD5 hash algorithm fails if SQL Server uses TLS 1.2.
The following SQL Server database engine versions are affected by the intermittent service termination issue that is reported in Knowledge Base article 3146034. For customers to protect themselves from the service termination issue, we recommend that they install the TLS 1.2 updates for Microsoft SQL Server that are mentioned in this article if their SQL Server version is listed in the following table.
SQL Server release | Affected version |
SQL Server 2008 R2 SP3 (x86 and x64) | 10.50.6537.0 |
SQL Server 2008 R2 SP2 GDR (IA-64 only) | 10.50.4046.0 |
SQL Server 2008 R2 SP2 (IA-64 only) | 10.50.4343.0 |
SQL Server 2008 SP4 (x86 and x64) | 10.0.6543.0 |
SQL Server 2008 SP3 GDR (IA-64 only) | 10.0.5544.0 |
SQL Server 2008 SP3 (IA-64 only) | 10.0.5894.0 |
Database Mail does not work with TLS 1.2. Database Mail fails with the following errors:
Microsoft.SqlServer.Management.SqlIMail.Server.Common.BaseException:
Mail configuration information could not be read from the database.
'SQL Server' 카테고리의 다른 글
SQL Server 업그레이드 관리자 (0) | 2016.11.08 |
---|---|
SQL Server 프로시저 암호화/복호화 (0) | 2016.11.08 |
SQL Server Default Port (0) | 2016.09.01 |
컬럼암호화를 사용중인 데이터베이스를 다른 서버로 복원하는 방법 (0) | 2016.09.01 |
SQL Server 데이터정렬 Collation (0) | 2016.07.21 |
- Total
- Today
- Yesterday