I have been trying to install and start SQL Server 2012. I succeeded installing SQL Server 2012 Management Studio but I am still working to start its service.
When I tried to start it I got an error
The request failed or the service did not respond in a timely fashion
I looked at ERRORLOG file and there are 4 type of errors in it.
Error: 17190, Severity: 16, State: 1.
Initializing the FallBack certificate failed with error code: 1, state: 20, error number: 0.Error: 17182, Severity: 16, State: 1.
TDSSNIClient initialization failed with error 0x80092004, status code 0x80. Reason: Unable to initialize SSL support.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.
I googled and found out a lot of solutions but any of them didn't work. What are the reason of this problems? How can I solve these? How can I restart my service without any problem?
Thanks for your answers...
EDIT: I solved the problem changing properties of service. I changed log-on settings as Built-In Local System However I can't log-in to SQL Server Management Studio with both Windows Auth. and SQL Server Auth.
My next question is why can't I log in?