I'm getting an error while installing SQL Server Standard edition 2012 sp1 in Windows Server 2012 R2.
Component name: SQL Server Database Engine Services Instance Features
Component error code: 0x851A001A
Error description:Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
I found a solution from technet for the same and it was not worked for me.
According to that I have changed Database Engine & Agent Service Account to NT AUTHORITY\SYSTEM.
But I'm getting the same error Database Engine recovery handle failed.
I found the below exceptions in detail log file.
=============================
The server was unable to initialize encryption because of a problem with a security library. The security library may be missing. Verify that security.dll exists on the system.
Error: 17182, Severity: 16, State: 1.
TDSSNIClient initialization failed with error 0x139f, status code 0x80. Reason: Unable to initialize SSL support. The group or resource is not in the correct state to perform the requested operation.
Error: 17182, Severity: 16, State: 1.
TDSSNIClient initialization failed with error 0x139f, status code 0x1. Reason: Initialization failed with an infrastructure error. Check for previous errors. The group or resource is not in the correct state to perform the requested operation.
Error: 17826, Severity: 18, State: 3.
Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log.
Error: 17120, Severity: 16, State: 1.
SQL Server could not spawn FRunCommunicationsManager thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.
So any one have faced the same issue or since I'm new to this your help will be much appreciated.
Thanks,
Isuru