![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
|Content-Class: urn:content-classes:message |From: "Steve" <anonymous (AT) discussions (DOT) microsoft.com |Sender: "Steve" <anonymous (AT) discussions (DOT) microsoft.com |Subject: [sqsrvres] OnlineThread: Error 42d bringing resource online |Date: Mon, 12 Jan 2004 04:32:03 -0800 |Lines: 29 |Message-ID: <066701c3d908$151f6290$a501280a (AT) phx (DOT) gbl |MIME-Version: 1.0 |Content-Type: text/plain; | charset="iso-8859-1" |Content-Transfer-Encoding: 7bit |X-Newsreader: Microsoft CDO for Windows 2000 |X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 |Thread-Index: AcPZCBUfFblUMBZxSTKBegMOTkDDYA== |Newsgroups: microsoft.public.sqlserver.clustering |Path: cpmsftngxa07.phx.gbl |Xref: cpmsftngxa07.phx.gbl microsoft.public.sqlserver.clustering:12437 |NNTP-Posting-Host: tk2msftngxa13.phx.gbl 10.40.1.165 |X-Tomcat-NG: microsoft.public.sqlserver.clustering | |Hello, | |Wondering if anyone can assist with this problem. We have |SQL 2000 clustered over two servers. SQL runs fine when on |server 01, but when we try to fail-over SQL to server 02, |the MSSQLServer logs the following errors to the NT event |log. All have MSSQLSERVER as the source, and all are event |ID 17052: | |[sqsrvres] StartResourceService: StartService |(MSSQLSERVER) failed. Error: 42d | |[sqsrvres] OnlineThread: ResUtilsStartResourceService |failed (status 42d) | |[sqsrvres] OnlineThread: Error 42d bringing resource |online. | |These three error messages are logged another 12 times |each (36 messages in total) over the next 12 minutes, and |then the SQL Server cluster resource is marked as Failed. | |I cannot find any information about these errors on |Google, this newsgroup, or Microsoft Support. Any |assistance would be appreciated. | |Regards, | |Steve | |
#3
| |||
| |||
|
|
-----Original Message----- Hi Steve - The status info that you got with this error indicates [sqsrvres] OnlineThread: ResUtilsStartResourceService failed (status 42d). Here 42d is expressed in Hexadecimal. The decimal equivalent is 1069. From the command prompt, c:\> net helpmsg 1069 -- shows "The service did not start due to a logon failure". I would advise you to check the service startup account for both SQL and SQL agent services. Recently if you had changed the password of this windows account, then change the password in the service windows as well. Ensure that the service startup account is same in both the nodes of your cluster. Let me know once you check this. Regards, Chandra -------------------- ||Content-Class: urn:content-classes:message ||From: "Steve" <anonymous (AT) discussions (DOT) microsoft.com ||Sender: "Steve" <anonymous (AT) discussions (DOT) microsoft.com ||Subject: [sqsrvres] OnlineThread: Error 42d bringing resource online ||Date: Mon, 12 Jan 2004 04:32:03 -0800 ||Lines: 29 ||Message-ID: <066701c3d908$151f6290$a501280a (AT) phx (DOT) gbl ||MIME-Version: 1.0 ||Content-Type: text/plain; || charset="iso-8859-1" ||Content-Transfer-Encoding: 7bit ||X-Newsreader: Microsoft CDO for Windows 2000 ||X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 ||Thread-Index: AcPZCBUfFblUMBZxSTKBegMOTkDDYA== ||Newsgroups: microsoft.public.sqlserver.clustering ||Path: cpmsftngxa07.phx.gbl ||Xref: cpmsftngxa07.phx.gbl microsoft.public.sqlserver.clustering:12437 ||NNTP-Posting-Host: tk2msftngxa13.phx.gbl 10.40.1.165 ||X-Tomcat-NG: microsoft.public.sqlserver.clustering || ||Hello, || ||Wondering if anyone can assist with this problem. We have ||SQL 2000 clustered over two servers. SQL runs fine when on ||server 01, but when we try to fail-over SQL to server 02, ||the MSSQLServer logs the following errors to the NT event ||log. All have MSSQLSERVER as the source, and all are event ||ID 17052: || ||[sqsrvres] StartResourceService: StartService ||(MSSQLSERVER) failed. Error: 42d || ||[sqsrvres] OnlineThread: ResUtilsStartResourceService ||failed (status 42d) || ||[sqsrvres] OnlineThread: Error 42d bringing resource ||online. || ||These three error messages are logged another 12 times ||each (36 messages in total) over the next 12 minutes, and ||then the SQL Server cluster resource is marked as Failed. || ||I cannot find any information about these errors on ||Google, this newsgroup, or Microsoft Support. Any ||assistance would be appreciated. || ||Regards, || ||Steve || . |
#4
| |||
| |||
|
|
|Content-Class: urn:content-classes:message |From: "Steve" <anonymous (AT) discussions (DOT) microsoft.com |Sender: "Steve" <anonymous (AT) discussions (DOT) microsoft.com |References: <066701c3d908$151f6290$a501280a (AT) phx (DOT) gbl aK3PmSR2DHA.3088 (AT) cpmsftngxa07 (DOT) phx.gbl |Subject: RE: [sqsrvres] OnlineThread: Error 42d bringing resource online |Date: Tue, 13 Jan 2004 08:38:48 -0800 |Lines: 117 |Message-ID: <0d5f01c3d9f3$b809b4b0$a401280a (AT) phx (DOT) gbl |MIME-Version: 1.0 |Content-Type: text/plain; | charset="iso-8859-1" |Content-Transfer-Encoding: 7bit |X-Newsreader: Microsoft CDO for Windows 2000 |X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 |Thread-Index: AcPZ87gHWUUVVhpPQVOdTyuDVmNlDA== |Newsgroups: microsoft.public.sqlserver.clustering |Path: cpmsftngxa07.phx.gbl |Xref: cpmsftngxa07.phx.gbl microsoft.public.sqlserver.clustering:12475 |NNTP-Posting-Host: tk2msftngxa12.phx.gbl 10.40.1.164 |X-Tomcat-NG: microsoft.public.sqlserver.clustering | |Hi Chandra, | |Thank you for your advice. I re-entered the correct |password for the SQL Server account in the Log On tab of |the MSSQLSERVER service, and I was then able to use Move |Group in Cluster Administrator to successfully move SQL to |either of the servers. | |HOWEVER: That all worked yesterday; just out of |curiousity, today I used Cluster Administrator|Move Group |to move SQL to the other server again, but I am getting |the same error messages all over again. | |It seems like something is killing the password of the SQL |Server account on the second server every so often. Yet I |am still able to log into the server using the SQL Server |user login and password. Very strange. Any ideas how I |could troubleshoot this further? | |Regards, | |Steve | | |>-----Original Message----- |>Hi Steve - |> The status info that you got with this |error indicates |>[sqsrvres] OnlineThread: ResUtilsStartResourceService |>failed (status 42d). Here 42d is expressed in |Hexadecimal. The decimal |>equivalent is 1069. | |>From the command prompt, c:\> net helpmsg 1069 -- |shows "The service did |>not start due to a logon failure". | |>I would advise you to check the service startup account |for both SQL and |>SQL agent services. Recently if you had changed the |password of this |>windows account, then change the password in the service |windows as well. | |>Ensure that the service startup account is same in both |the nodes of your |>cluster. | |>Let me know once you check this. | |>Regards, |>Chandra | | |>-------------------- |>||Content-Class: urn:content-classes:message |>||From: "Steve" <anonymous (AT) discussions (DOT) microsoft.com |>||Sender: "Steve" <anonymous (AT) discussions (DOT) microsoft.com |>||Subject: [sqsrvres] OnlineThread: Error 42d bringing |resource online |>||Date: Mon, 12 Jan 2004 04:32:03 -0800 |>||Lines: 29 |>||Message-ID: <066701c3d908$151f6290$a501280a (AT) phx (DOT) gbl |>||MIME-Version: 1.0 |>||Content-Type: text/plain; |>|| charset="iso-8859-1" |>||Content-Transfer-Encoding: 7bit |>||X-Newsreader: Microsoft CDO for Windows 2000 |>||X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 |>||Thread-Index: AcPZCBUfFblUMBZxSTKBegMOTkDDYA== |>||Newsgroups: microsoft.public.sqlserver.clustering |>||Path: cpmsftngxa07.phx.gbl |>||Xref: cpmsftngxa07.phx.gbl |microsoft.public.sqlserver.clustering:12437 |>||NNTP-Posting-Host: tk2msftngxa13.phx.gbl 10.40.1.165 |>||X-Tomcat-NG: microsoft.public.sqlserver.clustering |>|| |>||Hello, |>|| |>||Wondering if anyone can assist with this problem. We |have |>||SQL 2000 clustered over two servers. SQL runs fine when |on |>||server 01, but when we try to fail-over SQL to server |02, |>||the MSSQLServer logs the following errors to the NT |event |>||log. All have MSSQLSERVER as the source, and all are |event |>||ID 17052: |>|| |>||[sqsrvres] StartResourceService: StartService |>||(MSSQLSERVER) failed. Error: 42d |>|| |>||[sqsrvres] OnlineThread: ResUtilsStartResourceService |>||failed (status 42d) |>|| |>||[sqsrvres] OnlineThread: Error 42d bringing resource |>||online. |>|| |>||These three error messages are logged another 12 times |>||each (36 messages in total) over the next 12 minutes, |and |>||then the SQL Server cluster resource is marked as |Failed. |>|| |>||I cannot find any information about these errors on |>||Google, this newsgroup, or Microsoft Support. Any |>||assistance would be appreciated. |>|| |>||Regards, |>|| |>||Steve |>|| | |>. | | |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |