Here is what my event log looks like:
Log Name is Application
Source: MSSQL$SQLSERVER2012
Date: 6/26/2014 12:29:55 PM
Task Category: Server
Level: Error
Keywords: Classic
User: N/A
Computer: Suzie-PC
Event ID: 17120
Description:
SQL Server could not spawn FRunCommunicationsManager thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MSSQL$SQLSERVER2012" />
<EventID Qualifiers="49152">17120</EventID>
<Level>2</Level>
<Task>2</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-06-26T19:29:55.000000000Z" />
<EventRecordID>401427</EventRecordID>
<Channel>Application</Channel>
<Computer>Suzie-PC</Computer>
<Security />
</System>
<EventData>
<Data>FRunCommunicationsManager</Data>
<Binary>E04200001000000017000000530055005A00490045002D00500043005C00530051004C005300450052005600450052003200300031003200000000000000</Binary>
</EventData>
</Event>
Event ID: 17826
Description:
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.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MSSQL$SQLSERVER2012" />
<EventID Qualifiers="49152">17826</EventID>
<Level>2</Level>
<Task>2</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-06-26T19:29:55.000000000Z" />
<EventRecordID>401426</EventRecordID>
<Channel>Application</Channel>
<Computer>Suzie-PC</Computer>
<Security />
</System>
<EventData>
<Binary>A24500001200000017000000530055005A00490045002D00500043005C00530051004C005300450052005600450052003200300031003200000000000000</Binary>
</EventData>
</Event>
Event ID: 17182
Description:
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.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MSSQL$SQLSERVER2012" />
<EventID Qualifiers="49152">17182</EventID>
<Level>2</Level>
<Task>2</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-06-26T19:29:55.000000000Z" />
<EventRecordID>401425</EventRecordID>
<Channel>Application</Channel>
<Computer>Suzie-PC</Computer>
<Security />
</System>
<EventData>
<Data>80092004</Data>
<Data>1</Data>
<Data>Initialization failed with an infrastructure error. Check for previous errors.</Data>
<Data>Cannot find object or property. </Data>
<Binary>1E4300001000000017000000530055005A00490045002D00500043005C00530051004C005300450052005600450052003200300031003200000000000000</Binary>
</EventData>
</Event>
Event ID: 17182
Description:
TDSSNIClient initialization failed with error 0x80092004, status code 0x80. Reason: Unable to initialize SSL support. Cannot find object or property.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MSSQL$SQLSERVER2012" />
<EventID Qualifiers="49152">17182</EventID>
<Level>2</Level>
<Task>2</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-06-26T19:29:55.000000000Z" />
<EventRecordID>401424</EventRecordID>
<Channel>Application</Channel>
<Computer>Suzie-PC</Computer>
<Security />
</System>
<EventData>
<Data>80092004</Data>
<Data>80</Data>
<Data>Unable to initialize SSL support.</Data>
<Data>Cannot find object or property. </Data>
<Binary>1E4300001000000017000000530055005A00490045002D00500043005C00530051004C005300450052005600450052003200300031003200000000000000</Binary>
</EventData>
</Event>
Also, I ran certutil -store My and it failed.
C:\Users\Suzie>certutil -store MyMy
================ Certificate 0 ================
Serial Number: 65143821fd0109864b5666cf04876d65
Issuer: CN=localhost
NotBefore: 10/3/2013 8:17 PM
NotAfter: 10/2/2018 5:00 PM
Subject: CN=localhost
Signature matches Public Key
Root Certificate: Subject matches Issuer
Template:
Cert Hash(sha1): 50 2f 7e c1 52 7d 56 e1 2d 5a 2a 44 fb 4a d1 29 0d 01 ec dd
Key Container = IIS Express Development Certificate Container
Provider = Microsoft RSA SChannel Cryptographic Provider
Encryption test FAILED
CertUtil: -store command completed successfully.
What should I do to fix this?