|
Next: RRAS / Incoming Connection
|
| Author |
Message |
External

Since: Dec 07, 2005 Posts: 15
|
(Msg. 1) Posted: Mon Jun 19, 2006 9:11 am
Post subject: W32time service suddenly stopped working and refuses to start on one of my DCs Archived from groups: microsoft>public>windows>server>networking (more info?)
|
|
|
If anyone knows how to decipher this issue, much appreciated.
C:\Documents and Settings\root>sc query w32time
SERVICE_NAME: w32time
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 1 STOPPED
(NOT_STOPPABLE, NOT_PAUSABLE,
IGNORES_SHUTDOWN))
WIN32_EXIT_CODE : 126 (0x7e)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
C:\Documents and Settings\root>net start w32time
The Windows Time service is starting.
The Windows Time service could not be started.
A system error has occurred.
System error 126 has occurred.
The specified module could not be found. >> Stay informed about: W32time service suddenly stopped working and refuses to st.. |
|
| Back to top |
|
 |  |
External

Since: Apr 13, 2006 Posts: 115
|
(Msg. 2) Posted: Mon Jun 19, 2006 2:01 pm
Post subject: Re: W32time service suddenly stopped working and refuses to start on one of my DCs [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Greetings,
Try re-registering the w32time.dll file.
In a command prompt enter:
regsvr32 w32time.dll and press enter
Then type:
net time /setsntp:time.windows.com and press enter
Lastly, try restarting the service.
Hope this helps,
--
Louis Vitiello Jr.
MCSE +S, MCSA, MCP, A+/N+
ERCP XP Pro / Net Concepts
"Edward Ray" wrote in message
> If anyone knows how to decipher this issue, much appreciated.
>
> C:\Documents and Settings\root>sc query w32time
>
> SERVICE_NAME: w32time
> TYPE : 20 WIN32_SHARE_PROCESS
> STATE : 1 STOPPED
> (NOT_STOPPABLE, NOT_PAUSABLE,
> IGNORES_SHUTDOWN))
> WIN32_EXIT_CODE : 126 (0x7e)
> SERVICE_EXIT_CODE : 0 (0x0)
> CHECKPOINT : 0x0
> WAIT_HINT : 0x0
>
> C:\Documents and Settings\root>net start w32time
> The Windows Time service is starting.
> The Windows Time service could not be started.
>
> A system error has occurred.
>
> System error 126 has occurred.
>
> The specified module could not be found.
> >> Stay informed about: W32time service suddenly stopped working and refuses to st.. |
|
| Back to top |
|
 |  |
External

Since: Dec 07, 2005 Posts: 15
|
(Msg. 3) Posted: Mon Jun 19, 2006 4:17 pm
Post subject: Re: W32time service suddenly stopped working and refuses to start on one of my DCs [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Tried that stuff already, no change.
Demoted and reprmoted the DC, that seemed to do it.
"Louis Vitiello Jr." wrote in message
> Greetings,
>
> Try re-registering the w32time.dll file.
> In a command prompt enter:
> regsvr32 w32time.dll and press enter
>
> Then type:
> net time /setsntp:time.windows.com and press enter
>
> Lastly, try restarting the service.
>
> Hope this helps,
> --
> Louis Vitiello Jr.
> MCSE +S, MCSA, MCP, A+/N+
> ERCP XP Pro / Net Concepts
>
>
> "Edward Ray" wrote in message
>
>> If anyone knows how to decipher this issue, much appreciated.
>>
>> C:\Documents and Settings\root>sc query w32time
>>
>> SERVICE_NAME: w32time
>> TYPE : 20 WIN32_SHARE_PROCESS
>> STATE : 1 STOPPED
>> (NOT_STOPPABLE, NOT_PAUSABLE,
>> IGNORES_SHUTDOWN))
>> WIN32_EXIT_CODE : 126 (0x7e)
>> SERVICE_EXIT_CODE : 0 (0x0)
>> CHECKPOINT : 0x0
>> WAIT_HINT : 0x0
>>
>> C:\Documents and Settings\root>net start w32time
>> The Windows Time service is starting.
>> The Windows Time service could not be started.
>>
>> A system error has occurred.
>>
>> System error 126 has occurred.
>>
>> The specified module could not be found.
>>
>
>
> >> Stay informed about: W32time service suddenly stopped working and refuses to st.. |
|
| Back to top |
|
 |  |
External

Since: Jan 08, 2008 Posts: 1
|
(Msg. 4) Posted: Tue Jan 08, 2008 10:15 pm
Post subject: Re: W32time service suddenly stopped working and refuses to start on one of my DCs [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
I am getting the exact same message when attempting to start the time
service.
C:\Documents and Settings\root>sc query w32time
>>
>> SERVICE_NAME: w32time
>> TYPE : 20 WIN32_SHARE_PROCESS
>> STATE : 1 STOPPED
>> (NOT_STOPPABLE, NOT_PAUSABLE,
>> IGNORES_SHUTDOWN))
>> WIN32_EXIT_CODE : 126 (0x7e)
>> SERVICE_EXIT_CODE : 0 (0x0)
>> CHECKPOINT : 0x0
>> WAIT_HINT : 0x0
>>
>> C:\Documents and Settings\root>net start w32time
>> The Windows Time service is starting.
>> The Windows Time service could not be started.
>>
>> A system error has occurred.
>>
>> System error 126 has occurred.
>>
>> The specified module could not be found.
I have re-registered the w32time.dll, set the local service account to
have change system time rights, rebooted and still have not resolved
the issue. The box is an application server (MQ Series) and the time
will not synch up.
The only thing I have not done is defrag, not that I think is will
resolve my issue however it is 29% fragmented with 57% file
fragmentation
Any suggestions you may have would be greatly appreciated.
--
gary self
------------------------------------------------------------------------
gary self's Profile: http://forums.techarena.in/member.php?userid=39177
View this thread: http://forums.techarena.in/showthread.php?t=535110
http://forums.techarena.in >> Stay informed about: W32time service suddenly stopped working and refuses to st.. |
|
| Back to top |
|
 |  |
External

Since: Nov 08, 2006 Posts: 68
|
(Msg. 5) Posted: Tue Jan 08, 2008 10:15 pm
Post subject: Re: W32time service suddenly stopped working and refuses to start on one of my DCs [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
When you say register w32time.dll, does this mean you did the following?
w32tm /unregister
w32tm /register
/neo
ps - I assumed your DCs are Windows 2003.
"gary self" wrote in message
>
> I am getting the exact same message when attempting to start the time
> service.
>
> C:\Documents and Settings\root>sc query w32time
>>>
>>> SERVICE_NAME: w32time
>>> TYPE : 20 WIN32_SHARE_PROCESS
>>> STATE : 1 STOPPED
>>> (NOT_STOPPABLE, NOT_PAUSABLE,
>>> IGNORES_SHUTDOWN))
>>> WIN32_EXIT_CODE : 126 (0x7e)
>>> SERVICE_EXIT_CODE : 0 (0x0)
>>> CHECKPOINT : 0x0
>>> WAIT_HINT : 0x0
>>>
>>> C:\Documents and Settings\root>net start w32time
>>> The Windows Time service is starting.
>>> The Windows Time service could not be started.
>>>
>>> A system error has occurred.
>>>
>>> System error 126 has occurred.
>>>
>>> The specified module could not be found.
>
> I have re-registered the w32time.dll, set the local service account to
> have change system time rights, rebooted and still have not resolved
> the issue. The box is an application server (MQ Series) and the time
> will not synch up.
> The only thing I have not done is defrag, not that I think is will
> resolve my issue however it is 29% fragmented with 57% file
> fragmentation
>
> Any suggestions you may have would be greatly appreciated.
>
>
> --
> gary self
> ------------------------------------------------------------------------
> gary self's Profile: http://forums.techarena.in/member.php?userid=39177
> View this thread: http://forums.techarena.in/showthread.php?t=535110
>
> http://forums.techarena.in
> >> Stay informed about: W32time service suddenly stopped working and refuses to st.. |
|
| Back to top |
|
 |  |
External

Since: Jan 09, 2008 Posts: 1
|
(Msg. 6) Posted: Wed Jan 09, 2008 1:55 am
Post subject: Re: W32time service suddenly stopped working and refuses to start on one of my DCs [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Jan 09, 2008 Posts: 1
|
(Msg. 7) Posted: Wed Jan 09, 2008 4:55 am
Post subject: Re: W32time service suddenly stopped working and refuses to start on one of my DCs [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
gary self wrote in
>
> Yes, I did that once. When I attempted to unregister I got an error
> saying access is denied. When I did the regserv32 /u I successfully
> unregistered. Then I used regsrv32 to register and was also sucessful.
> Still unable to start the time service
>
I notice a post in m.p.w.s.general mentioning they're having time problems
after applying windows updates today.
Can you confirm if you have applied any updates to your DC today?
(See Message-ID: )
Z.
--
Please remove my_pants when replying by email. >> Stay informed about: W32time service suddenly stopped working and refuses to st.. |
|
| Back to top |
|
 |  |
External

Since: Jan 09, 2008 Posts: 1
|
(Msg. 8) Posted: Wed Jan 09, 2008 7:35 pm
Post subject: Re: W32time service suddenly stopped working and refuses to start on one of my DCs [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Jan 25, 2008 Posts: 1
|
(Msg. 9) Posted: Fri Jan 25, 2008 3:33 am
Post subject: Re: W32time service suddenly stopped working and refuses to start on one of my DCs [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Jan 28, 2008 Posts: 1
|
(Msg. 10) Posted: Mon Jan 28, 2008 7:54 pm
Post subject: Re: W32time service suddenly stopped working and refuses to start on one of my DCs [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |