Hello Guys,
I've come into the office this morning to get spme work done and for some reason when trying to access my local SQL Express databases I get an error saying that connection is refused.
So, I too a look at the running services on my system and noticed that SQL Express service hadnt started by itself when the system booted. So I try to start it manualy and get an error saying it was unable to start, check the event logs for more information.
Now, when I look at the event log it seems to stem from one which looks like this:
After doing a little googling around it seems that this error 80092004 is somthing to do with SSL certification? is that correct? The system doesnt have any SQL certificates assigned too it so I cant see why this is a problem.
The system was working fine when I left the office last night at around 11pm, back in the morning and its stopped, dont you just love it.
Can anyone offer any advice?
Thanks,
Rob
I've come into the office this morning to get spme work done and for some reason when trying to access my local SQL Express databases I get an error saying that connection is refused.
So, I too a look at the running services on my system and noticed that SQL Express service hadnt started by itself when the system booted. So I try to start it manualy and get an error saying it was unable to start, check the event logs for more information.
Now, when I look at the event log it seems to stem from one which looks like this:
Code:
- <Event xmlns="[URL unfurl="true"]http://schemas.microsoft.com/win/2004/08/events/event">[/URL]
- <System>
<Provider Name="MSSQL$SQLEXPRESS" />
<EventID Qualifiers="49152">17182</EventID>
<Level>2</Level>
<Task>2</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2008-02-10T11:14:16.000Z" />
<EventRecordID>9582</EventRecordID>
<Channel>Application</Channel>
<Computer>RobRawlins-PC</Computer>
<Security />
</System>
- <EventData>
<Data>80092004</Data>
<Data>80</Data>
</Event>
After doing a little googling around it seems that this error 80092004 is somthing to do with SSL certification? is that correct? The system doesnt have any SQL certificates assigned too it so I cant see why this is a problem.
The system was working fine when I left the office last night at around 11pm, back in the morning and its stopped, dont you just love it.
Can anyone offer any advice?
Thanks,
Rob