Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Clustering / July 2008

Tip: Looking for answers? Try searching our database.

Event ID 17055 (18052 Error:826)

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Paul Essick - 30 Jul 2008 02:38 GMT
Lost power on the active node of my SQL Server. It failed over to Node 2
without problem, but when I brought it back to Node 1 (the server that lost
power) I get Event ID 17055
Error Description 18052
Error 826
Severity 22

The MSSQLServer service trys to start and then stops. I can't find anything
on this specific error.

Thanks,
Paul
Geoff N. Hiten - 30 Jul 2008 14:08 GMT
Sounds like the MSSQL service is set to start up automatically.  A clustered
SQL service should be set to Manual start.  The Cluster service handles
starting and stopping the actual SQL services.  SQL likely failed because
its disk resources were not online on Node 1.

Signature

Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP

> Lost power on the active node of my SQL Server. It failed over to Node 2
> without problem, but when I brought it back to Node 1 (the server that
[quoted text clipped - 10 lines]
> Thanks,
> Paul
Paul Essick - 30 Jul 2008 15:21 GMT
Services are set correctly. Disk resources are on the node and accessable.
The service starts and then immediately stops when attempting to start from
Services.

> Sounds like the MSSQL service is set to start up automatically.  A clustered
> SQL service should be set to Manual start.  The Cluster service handles
[quoted text clipped - 15 lines]
> > Thanks,
> > Paul
Tom Moreau - 30 Jul 2008 15:36 GMT
Anything in the SQL Server errorlog - beyond what you have posted?

Signature

  Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON   Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau

Services are set correctly. Disk resources are on the node and accessable.
The service starts and then immediately stops when attempting to start from
Services.

"Geoff N. Hiten" wrote:

> Sounds like the MSSQL service is set to start up automatically.  A
> clustered
[quoted text clipped - 16 lines]
> > Thanks,
> > Paul
Paul Essick - 30 Jul 2008 16:26 GMT
Nope, that's pretty much everything.

Paul

> Anything in the SQL Server errorlog - beyond what you have posted?
>
[quoted text clipped - 24 lines]
> > > Thanks,
> > > Paul
Geoff N. Hiten - 30 Jul 2008 18:15 GMT
Anything in the system application log?

Is this the exact same not physically repaired or is it a replacement node
with a new OS?

Signature

Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP

> Nope, that's pretty much everything.
>
[quoted text clipped - 33 lines]
>> > > Thanks,
>> > > Paul
Paul Essick - 30 Jul 2008 23:04 GMT
Nothing different on the system, simply lost power due to a faulty UPS.
Brought the system back up when the power came back on.

Nothing in the system log.

Paul

> Anything in the system application log?
>
[quoted text clipped - 38 lines]
> >> > > Thanks,
> >> > > Paul
Geoff N. Hiten - 31 Jul 2008 04:02 GMT
Sorry if I was not specific enough.  Look in the Application Log to see if
there are any extended error messages related to startup failures for SQL.
SQL logs errors in its own error log once it is running, but it logs in the
Application log when it fails to start.

Signature

Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP

> Nothing different on the system, simply lost power due to a faulty UPS.
> Brought the system back up when the power came back on.
[quoted text clipped - 47 lines]
>> >> > > Thanks,
>> >> > > Paul
Paul Essick - 31 Jul 2008 11:50 GMT
Geoff,

The reason I am posting is because there is no additional information in any
of the logs. I have reviewed Application, System, and Security logs. I have
reviewed the SQL Logs. The only thing they say is: Event ID 17055, in the
description it states 18052 Error:826 Severity:24(mis-stated in initial post)
and State:6. Nothing else in any of the logs.

I cannot post the logs since the servers are in a Government facility.

Thanks,
Paul

> Sorry if I was not specific enough.  Look in the Application Log to see if
> there are any extended error messages related to startup failures for SQL.
[quoted text clipped - 52 lines]
> >> >> > > Thanks,
> >> >> > > Paul
Tom Moreau - 31 Jul 2008 13:05 GMT
Sorry to say this, but you may be looking at opening a ticket with
Microsoft.

Signature

  Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON   Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau

Geoff,

The reason I am posting is because there is no additional information in any
of the logs. I have reviewed Application, System, and Security logs. I have
reviewed the SQL Logs. The only thing they say is: Event ID 17055, in the
description it states 18052 Error:826 Severity:24(mis-stated in initial
post)
and State:6. Nothing else in any of the logs.

I cannot post the logs since the servers are in a Government facility.

Thanks,
Paul

"Geoff N. Hiten" wrote:

> Sorry if I was not specific enough.  Look in the Application Log to see if
> there are any extended error messages related to startup failures for SQL.
[quoted text clipped - 52 lines]
> >> >> > > Thanks,
> >> >> > > Paul
Linchi Shea - 30 Jul 2008 19:29 GMT
> The service starts and then immediately stops when attempting to start from
> Services.

Did you try to start it from Cluster Administrator by bringing the SQL
Server resource online?

Linchi

> Services are set correctly. Disk resources are on the node and accessable.
> The service starts and then immediately stops when attempting to start from
[quoted text clipped - 19 lines]
> > > Thanks,
> > > Paul
Paul Essick - 30 Jul 2008 23:05 GMT
I first attempted to start it from Cluster Administrator, then when the
resource failed I tried to start it from Services.

Paul

> > The service starts and then immediately stops when attempting to start from
> > Services.
[quoted text clipped - 27 lines]
> > > > Thanks,
> > > > Paul
Jeffrey Williams - 31 Jul 2008 18:14 GMT
> Lost power on the active node of my SQL Server. It failed over to Node 2
> without problem, but when I brought it back to Node 1 (the server that lost
[quoted text clipped - 8 lines]
> Thanks,
> Paul

Review the document at

http://www.eventid.net/display.asp?eventid=17055&eventno=251&source=MSSQLServer&
phase=1


Towards the middle of the page, I found this:

Error: 18052 - Startup of MSSQLServer fails with this listed in Event
Viewer and no real additional information. I found that a second startup
parameter for the master_log_path was added pointing to an invalid file,
conflicting with the default (mastlog.ldf). The only resolution was via
Regedit -> HKLM\Software\Microsoft\MSSQLServer\Parameters\SQLArg#.
Look for a duplicate -l pointing to anything but the mastlog.ldf and
remove it. This may cause some errors on the master_file_path and
error_log_path; situation that I have not tested.

Don't know if this applies, but worth a shot.

Jeff
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.