Avatar of c7c4c7
c7c4c7
Flag for United States of America

asked on 

SQL Server express 2014 installation fails

Installing SQL Server Express 2014 on Server 2012 R2 Essentials and it fails the installation.  The error message in the log is as follows.

2020-03-28 12:52:10.39 spid11s     Starting up database 'model'.
2020-03-28 12:52:10.41 spid11s     Clearing tempdb database.
2020-03-28 12:52:10.45 spid11s     Starting up database 'tempdb'.
2020-03-28 12:52:12.38 spid14s     Error: 17190, Severity: 16, State: 1.
2020-03-28 12:52:12.38 spid14s     Initializing the FallBack certificate failed with error code: 1, state: 20, error number: 0.
2020-03-28 12:52:12.38 spid14s     Unable to initialize SSL encryption because a valid certificate could not be found, and it is not possible to create a self-signed certificate.
2020-03-28 12:52:12.38 spid14s     Error: 17182, Severity: 16, State: 1.
2020-03-28 12:52:12.38 spid14s     TDSSNIClient initialization failed with error 0x80092004, status code 0x80. Reason: Unable to initialize SSL support. Cannot find object or property. 
2020-03-28 12:52:12.38 spid14s     Error: 17182, Severity: 16, State: 1.
2020-03-28 12:52:12.38 spid14s     TDSSNIClient initialization failed with error 0x80092004, status code 0x1. Reason: Initialization failed with an infrastructure error. Check for previous errors. Cannot find object or property. 
2020-03-28 12:52:12.38 spid14s     Error: 17826, Severity: 18, State: 3.
2020-03-28 12:52:12.38 spid14s     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.
2020-03-28 12:52:12.38 spid14s     Error: 17120, Severity: 16, State: 1.
2020-03-28 12:52:12.38 spid14s     SQL Server could not spawn FRunCommunicationsManager thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.

Open in new window


Found some related material via Google the talks about TLS 1.2 but that did not resolve the problem
Any Help would be appreciated.  The complete install log is attachedCertificate-error.txt
DatabasesEncryptionInstallationGoogleSQL

Avatar of undefined
Last Comment
c7c4c7

8/22/2022 - Mon