I am trying to install SQLSERVER 2012 SP1 (cuz my VisioStudios told me to) but the SQLEngine and Replication failed. Looking into the log I get the following:
2014-03-20 15:04:42.61 spid5s Starting up database 'msdb'.
2014-03-20 15:04:42.61 spid11s Unable to initialize SSL encryption because a valid certificate could not be found, and it is not possible to create a self-signed certificate.
2014-03-20 15:04:42.62 spid11s Error: 17182, Severity: 16, State: 1.
2014-03-20 15:04:42.62 spid11s TDSSNIClient initialization failed with error 0x80092004, status code 0x80. Reason: Unable to initialize SSL support. Cannot find object or property.
2014-03-20 15:04:42.62 spid11s Error: 17182, Severity: 16, State: 1.
2014-03-20 15:04:42.62 spid11s 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.
2014-03-20 15:04:42.62 spid11s
Error: 17826, Severity: 18, State: 3.
Apparently there is something wrong with my certificate? If I run certutil -store - user I don't see any problems there
So what do I do now?
Should I just delete everything as suggested in thread "SQL Server 2012 Install Failure 17190, Severity:16, State:1"
Thank You to anyone who can give me a hand!