Próbuję zainstalować SQL2008R2 - SQL2012 - sql2014
2014-07-17 16:31:16.00 spid14s Error: 17190, Severity: 16, State: 1.
2014-07-17 16:31:16.00 spid14s Initializing the FallBack certificate failed with error code: 1, state: 20, error number: 0.
2014-07-17 16:31:16.00 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.
2014-07-17 16:31:16.00 spid7s Starting up database 'msdb'.
2014-07-17 16:31:16.01 spid12s Starting up database 'mssqlsystemresource'.
2014-07-17 16:31:16.01 spid14s Error: 17182, Severity: 16, State: 1.
2014-07-17 16:31:16.01 spid14s TDSSNIClient initialization failed with error 0x80092004, status code 0x80. Reason: Unable to initialize SSL support. Cannot find object or property.
2014-07-17 16:31:16.01 spid14s Error: 17182, Severity: 16, State: 1.
2014-07-17 16:31:16.01 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.
2014-07-17 16:31:16.01 spid14s Error: 17826, Severity: 18, State: 3.
2014-07-17 16:31:16.01 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.
2014-07-17 16:31:16.01 spid14s Error: 17120, Severity: 16, State: 1.
2014-07-17 16:31:16.01 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.
źródło
Powodem, dla którego SQL się nie uruchamia, jest to, że nie można znaleźć certyfikatu SSL, który skonfigurowałeś do używania SQL Servera do szyfrowania ruchu SQL Server, więc SQL nie może się uruchomić. Otwórz Menedżera konfiguracji programu SQL Server W obszarze „Konfiguracja sieciowa programu SQL Server” kliknij prawym przyciskiem myszy „Protokoły dla MSSQLSERVER” i wybierz właściwości. Na karcie certyfikatu zmień certyfikat na istniejący lub jeśli nie próbujesz szyfrować ruchu sieciowego, nie zaznaczaj żadnego certyfikatu. Kliknij przycisk OK, a następnie spróbuj uruchomić usługę SQL Server.
źródło
Dodawanie uprawnienia pełnego dostępu do % userprofile% \ AppData \ Roaming \ Microsoft \ Crypto \ RSA \ S-1-5-xxxxx folderu (gdzie xxxxx jest specyficzne dla twojego środowiska) dla konta używanego przez usługę MSSQLSERVER naprawiło mój problem.
Zobacz więcej na: http://www.iamberke.com/post/2013/07/05/SQL-Server-cannot-start-TDSSNIClient-initialization-failed.aspx#sthash.nxHHQ6WQ.dpuf
źródło
Wybierz prawidłowe konto użytkownika podczas instalacji i prawidłowe hasło zamiast NTUSER / LOCAL i to wszystko. Najlepiej wybierz także WINDOWS / SQL_SERVER ACCESS.
źródło
Próbowałem zainstalować SQL Server na kontrolerze domeny i napotkałem ten problem. Rozwiązałem ten problem, tworząc wybitnego użytkownika w active directory i udostępniając odpowiednich użytkowników w usługach SQL Server podczas instalacji. Mam nadzieję, że to może komuś pomóc.
źródło