Share via


The computer did not resync because no time data was available (w32tm)

Question

Thursday, August 20, 2009 10:17 AM

Hi everyone,
               I a new too this, so please be patient with me.  I am trying to sync client time with the server time.  We have PC's on the factory floor called Clock in that require the engineer too clock in after at the begin and end of the task.  I am having trouble getting the clock in machines’ to sync with the DHCP server Windows’ Server 2003 SE SP1 which has the w32tm. 

I have tried a few ways to configure the time sever but I keep getting

*C:\Documents and Settings\nrothwell>w32tm /resync /rediscover
Sending resync command to local computer...
The computer did not resync because no time data was available.

*I do not want the time server to obtain the time from a external source but from the DHCP server its self.

I have used the following: http://support.microsoft.com/default.aspx/kb/929276 and it still has not resolved my problem.   I am not sure if I have changed the reg settings correctly. 
I have aslo read the following: www.mmmug.co.uk/files/216/download.aspx which is very good and useful.  I just can’t seem to get my head around this problem.

Please help

Kind Regards
Nigel

All replies (37)

Thursday, November 5, 2009 10:57 AM ✅Answered

Hi,
I have similar issue time sync problem with PDC. Below is some details to understand the issue. Could you please help me to resolve the issue.

we have adc01,02,03 in one site under same network, other DC's (6)are members located in different sites. (all DC's for same domain xxxx.dk)
Adc03 is having all FSMO roles, and including PDC, receiving the time from external NTP server. (type value NTP) ,
All DC's synchronizing time with PDC (Adc03) except Adc01 /02.  (type value NT5DS)
All DC's are Physical Machines except ADC01 and 02 both are VM machines, We set the time to not sync with ESX server. 

The following is the issue.
when we run w32tm /monitor then result is RefID: unspecified / unsynchronized [0.0.0.0]
when we run w32tm /resync /rediscover  the result is "The computer did not resync because no time data was available."
we have verified the policy and its already there as recommended in  http://support.microsoft.com/default.aspx/kb/929276 .
NTP port 123 on ADC03 is listening and able to reach(listening) from ADC01 and 02

ADC01 /02 time is not synchronizing with ADC03.
Please advice what needs to be done to resolve the issue.


Thursday, August 20, 2009 10:24 AM

Hello,

do you have a domain or only a workgroup?


Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights.


Thursday, August 20, 2009 10:46 AM

Hi Meinolf, 
           I have a domain, with over 150 clients.  The domain would be the DHCP server with Active directory. 
Thanks


Thursday, August 20, 2009 10:56 AM | 8 votes

Hello,

on the DC which has the PDCEmulator FSMO, by default the first installed DC in the domain is the time source for all domain machines. All DCs sync with that one and member servers and workstations sync with an available DC, this results in the same time for all domain members.

The PDCEmulator should be configured to an external time source if possible:
w32tm /config /manualpeerlist:PEERS /syncfromflags:manual /reliable:yes /update

With "PEERS" you can set the time source, either DNS name (time.windows.com) or an ip address from a reliable time source.

Here you can find some of them:
http://www.pool.ntp.org/

To make sure that all domain members are using it, run:
w32tm /config /syncfromflags:domhier /update

After that run:
net stop w32time
net start w32time

This commands can also be scripted as a startup script to resync all to the domain.

Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights.


Thursday, August 20, 2009 12:28 PM

Ok this is what I have done so fair.

On the Timer server I ran the command: 
w32tm /config /manualpeerlist:time.windows.com /syncfromflags:manual /reliable:yes /update

followed by:

net stop w32time && net start w32time

Then on a the client PC i ran:
w32tm /config /syncfromflags:domhier /update

followed by:

net stop w32time && net start w32time

I have done all of this and it still has not sync with the time server.  (i changed the time to see if it worked).

I have also checked the Time Server Policy, theses settings are set to Not Configured.
What am I doing wrong !!

Thanks


Thursday, August 20, 2009 12:42 PM

Hello,

make sure no firewall is running between them and if this is needed open port 123 UDP.Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights.


Thursday, August 20, 2009 2:37 PM

Ok I have downloaded a program to check the port 123, it is working fine, has full access to the web. 

I am really lost here.  any other suggestions

THanks


Thursday, August 20, 2009 7:20 PM

Hello,

let's check your DNS configuration, please post an unedited ipconfig /all from the PDCEmulator and a problem machine.Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights.


Friday, August 21, 2009 2:36 PM | 1 vote

The DNS Config are as follows:

(C) Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\Administrator.KEENANS01>ipconfig /all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : server09
   Primary Dns Suffix  . . . . . . . : KEENANS.IE
   Node Type . . . . . . . . . . . . : Unknown
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : KEENANS.IE

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit Ethernet
   Physical Address. . . . . . . . . : 00-18-8B-24-C1-0E
   DHCP Enabled. . . . . . . . . . . : No
   IP Address. . . . . . . . . . . . : 192.168.1.25
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.1.254
   DNS Servers . . . . . . . . . . . : 192.168.1.25

C:\Documents and Settings\Administrator.KEENANS01>

A probem PC ipconfig /all:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\nrothwell>ipconfig /all

Windows IP Configuration

        Host Name . . . . . . . . . . . . : keenan170l
        Primary Dns Suffix  . . . . . . . : KEENANS.IE
        Node Type . . . . . . . . . . . . : Unknown
        IP Routing Enabled. . . . . . . . : No
        WINS Proxy Enabled. . . . . . . . : No
        DNS Suffix Search List. . . . . . : KEENANS.IE
                                            keenans.ie

Ethernet adapter Local Area Connection 2:

        Media State . . . . . . . . . . . : Media disconnected
        Description . . . . . . . . . . . : Bluetooth Personal Area Network from
 TOSHIBA
        Physical Address. . . . . . . . . : 00-16-41-8B-75-9C

Ethernet adapter Local Area Connection:

        Connection-specific DNS Suffix  . : keenans.ie
        Description . . . . . . . . . . . : Broadcom NetXtreme 57xx Gigabit Cont
roller
        Physical Address. . . . . . . . . : 00-15-C5-3E-60-0E
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 192.168.1.73
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.1.254
        DHCP Server . . . . . . . . . . . : 192.168.1.25
        DNS Servers . . . . . . . . . . . : 192.168.1.25
        Lease Obtained. . . . . . . . . . : 21 August 2009 15:23:59
        Lease Expires . . . . . . . . . . : 23 August 2009 15:23:59

Ethernet adapter Wireless Network Connection:

        Media State . . . . . . . . . . . : Media disconnected
        Description . . . . . . . . . . . : Intel(R) PRO/Wireless 3945ABG Networ
k Connection
        Physical Address. . . . . . . . . : 00-13-02-A1-88-F3

Ethernet adapter SonicWALL Virtual Adapter:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : SonicWALL VPN Adapter
        Physical Address. . . . . . . . . : 00-60-73-E8-67-A6
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : No
        IP Address. . . . . . . . . . . . : 223.1.1.128
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . :
        DHCP Server . . . . . . . . . . . : 223.1.1.2
        Lease Obtained. . . . . . . . . . : 21 August 2009 15:17:16
        Lease Expires . . . . . . . . . . : 21 August 2010 15:17:16

Ethernet adapter Local Area Connection 4:

        Media State . . . . . . . . . . . : Media disconnected
        Description . . . . . . . . . . . : TeamViewer VPN Adapter #2
        Physical Address. . . . . . . . . : 00-FF-6D-84-0D-8C

Ethernet adapter Local Area Connection 3:

        Media State . . . . . . . . . . . : Media disconnected
        Description . . . . . . . . . . . : TeamViewer VPN Adapter
        Physical Address. . . . . . . . . : 00-FF-DD-FB-26-BA

C:\Documents and Settings\nrothwell>

I als  posted the W32tm Debug.log file might be some use!!!

149250 14:21:24.3730000s - Log File Opened
149250 14:21:24.3730000s - Entered W32TmServiceMain W2K3SP1
149250 14:21:24.3730000s - CurSpc:15625000ns  BaseSpc:15625000ns  SyncToCmos:Yes
149250 14:21:24.3730000s - PerfFreq:1861950000c/s
149250 14:21:24.3730000s - Time zone OK.
149250 14:21:24.3730000s - ReadConfig: Found provider 'NtpClient':
149250 14:21:24.3730000s - ReadConfig:   'Enabled'=0x00000000
149250 14:21:24.3730000s - ReadConfig:   'DllName'='C:\WINDOWS\system32\w32time.dll'
149250 14:21:24.3730000s - ReadConfig:   'InputProvider'=0x00000001
149250 14:21:24.3730000s - ReadConfig: Found provider 'NtpServer':
149250 14:21:24.3730000s - ReadConfig:   'Enabled'=0x00000001
149250 14:21:24.3730000s - ReadConfig:   'DllName'='C:\WINDOWS\system32\w32time.dll'
149250 14:21:24.3730000s - ReadConfig:   'InputProvider'=0x00000000
149250 14:21:24.3730000s - ReadConfig (policy): Found provider 'NtpClient':
149250 14:21:24.3730000s - ReadConfig (policy):   'Enabled'=0x00000001
149250 14:21:24.3730000s - ReadConfig (policy): Found provider 'NtpServer':
149250 14:21:24.3730000s - ReadConfig (policy):   'Enabled'=0x00000001
149250 14:21:24.3730000s - ReadConfig: 'PhaseCorrectRate'=0x00000001
149250 14:21:24.3730000s - ReadConfig: 'UpdateInterval'=0x00007530
149250 14:21:24.3730000s - ReadConfig: 'FrequencyCorrectRate'=0x00000004
149250 14:21:24.3730000s - ReadConfig: 'PollAdjustFactor'=0x00000005
149250 14:21:24.3730000s - ReadConfig: 'LargePhaseOffset'=0x00138800
149250 14:21:24.3730000s - ReadConfig: 'SpikeWatchPeriod'=0x0000005A
149250 14:21:24.3730000s - ReadConfig: 'HoldPeriod'=0x00000005
149250 14:21:24.3730000s - ReadConfig: 'MinPollInterval'=0x0000000A
149250 14:21:24.3730000s - ReadConfig: 'MaxPollInterval'=0x0000000F
149250 14:21:24.3730000s - ReadConfig: 'AnnounceFlags'=0x0000000A
149250 14:21:24.3730000s - ReadConfig: 'LocalClockDispersion'=0x0000000A
149250 14:21:24.3730000s - ReadConfig: 'MaxNegPhaseCorrection'=0x0000D2F0
149250 14:21:24.3730000s - ReadConfig: 'MaxPosPhaseCorrection'=0x0000D2F0
149250 14:21:24.3730000s - ReadConfig: 'EventLogFlags'=0x00000002
149250 14:21:24.3730000s - ReadConfig: 'MaxAllowedPhaseOffset'=0x0000012C
149250 14:21:24.3730000s - ReadConfig: failed. Use default one 'TimeJumpAuditOffset'=0x00007080
149250 14:21:24.3730000s -   DomainHierarchy: LSA role change notification. Redetecting.
149250 14:21:24.3730000s -     DomainHierarchy:  we are now the domain root.  Should be advertised as reliable
149250 14:21:24.3730000s - ClockDisciplineThread: Starting:149250 14:21:24.3730000s -  LI:0 S:1 RDl:0 RDs:100000000 TSF:0x0
149250 14:21:24.3730000s - ClockDispln: we're a reliable time service with no time source: LS: 0, TN: 864000000000, WAIT: 86400000
149250 14:21:24.3730000s - Starting Providers.
149250 14:21:24.3730000s - Starting 'NtpClient', dll:'C:\WINDOWS\system32\w32time.dll'
149250 14:21:24.3730000s - NtpTimeProvOpen("NtpClient") called.
149250 14:21:24.3730000s - sysPrecision=-6, systmeClockResolution=156250
149250 14:21:24.3730000s - NtpProvider: Created 0 sockets.
149250 14:21:24.3730000s - PeerPollingThread: waiting forever
149250 14:21:24.3730000s - ReadConfig: 'AllowNonstandardModeCombinations'=0x00000001
149250 14:21:24.3730000s - ReadConfig: 'CompatibilityFlags'=0x80000000
149250 14:21:24.3730000s - ReadConfig: 'SpecialPollInterval'=0x00000E10
149250 14:21:24.3730000s - ReadConfig: 'ResolvePeerBackoffMinutes'=0x0000000F
149250 14:21:24.3730000s - ReadConfig: 'ResolvePeerBackoffMaxTimes'=0x00000007
149250 14:21:24.3730000s - ReadConfig: 'EventLogFlags'=0x00000000
149250 14:21:24.3730000s - ReadConfig: 'LargeSampleSkew'=0x00000003
149250 14:21:24.3730000s - ReadConfig: 'CrossSiteSyncFlags'=0x00000002
149250 14:21:24.3730000s - PeerPollingThread: waiting forever
149250 14:21:24.3730000s - NtpClient started.
149250 14:21:24.3730000s - Starting 'NtpServer', dll:'C:\WINDOWS\system32\w32time.dll'
149250 14:21:24.3730000s - PeerPollingThread: PeerListUpdated
149250 14:21:24.3730000s - PeerPollingThread: waiting forever
149250 14:21:24.3730000s - NtpTimeProvOpen("NtpServer") called.
149250 14:21:24.3730000s - ReadConfig: 'AllowNonstandardModeCombinations'=0x00000001
149250 14:21:24.3730000s - PeerPollingThread: waiting forever
149250 14:21:24.3730000s - NtpServer started.
149250 14:21:24.3730000s - Successfully started 2 providers.
149250 14:21:24.3730000s - W32TmServiceMain: waiting i16.000s (1024.000s)
149250 14:21:24.3730000s - W32TmServiceMain: waiting i16.000s (1024.000s)
149250 14:25:15.4013750s - W32TmServiceMain: timeout
149250 14:25:15.4013750s - TimeProvCommand([NtpClient], TPC_GetSamples) called.
149250 14:25:15.4013750s - NtpClient returned 0 samples.
149250 14:25:15.4013750s - W32TmServiceMain: waiting 1024.000s
149250 14:25:31.3076250s - W32TimeHandler called: SERVICE_CONTROL_STOP
149250 14:25:31.3076250s - Service shutdown initiated with exit code: 0.
149250 14:25:31.3076250s - ClockDisciplineThread: hShutDownEvent signaled. Exiting.
149250 14:25:31.3076250s - Stopping 'NtpClient', dll:'C:\WINDOWS\system32\w32time.dll'
149250 14:25:31.3076250s - NtpTimeProvClose([NtpClient]) called.
149250 14:25:31.3076250s - PeerPollingThread: waiting forever
149250 14:25:31.3076250s - PeerPollingThread: PeerListUpdated
149250 14:25:31.3076250s - PeerPollingThread: waiting forever
149250 14:25:31.3076250s - Stopping 'NtpServer', dll:'C:\WINDOWS\system32\w32time.dll'
149250 14:25:31.3076250s - NtpTimeProvClose([NtpServer]) called.
149250 14:25:31.3076250s - PeerPollingThread: waiting forever
149250 14:25:31.3076250s - ListeningThread: StopEvent
149250 14:25:31.3076250s - Exiting ServiceShutdown
149250 14:25:31.3076250s - Log File Closed
149250 14:25:32.3076250s - Log File Opened
149250 14:25:32.3076250s - Entered W32TmServiceMain W2K3SP1
149250 14:25:32.3076250s - CurSpc:15625000ns  BaseSpc:15625000ns  SyncToCmos:Yes
149250 14:25:32.3076250s - PerfFreq:1861950000c/s
149250 14:25:32.3076250s - Time zone OK.
149250 14:25:32.3076250s - ReadConfig: Found provider 'NtpClient':
149250 14:25:32.3076250s - ReadConfig:   'Enabled'=0x00000000
149250 14:25:32.3076250s - ReadConfig:   'DllName'='C:\WINDOWS\system32\w32time.dll'
149250 14:25:32.3076250s - ReadConfig:   'InputProvider'=0x00000001
149250 14:25:32.3076250s - ReadConfig: Found provider 'NtpServer':
149250 14:25:32.3076250s - ReadConfig:   'Enabled'=0x00000001
149250 14:25:32.3076250s - ReadConfig:   'DllName'='C:\WINDOWS\system32\w32time.dll'
149250 14:25:32.3076250s - ReadConfig:   'InputProvider'=0x00000000
149250 14:25:32.3076250s - ReadConfig (policy): Found provider 'NtpClient':
149250 14:25:32.3076250s - ReadConfig (policy):   'Enabled'=0x00000001
149250 14:25:32.3076250s - ReadConfig (policy): Found provider 'NtpServer':
149250 14:25:32.3076250s - ReadConfig (policy):   'Enabled'=0x00000001
149250 14:25:32.3076250s - ReadConfig: 'PhaseCorrectRate'=0x00000001
149250 14:25:32.3076250s - ReadConfig: 'UpdateInterval'=0x00007530
149250 14:25:32.3076250s - ReadConfig: 'FrequencyCorrectRate'=0x00000004
149250 14:25:32.3076250s - ReadConfig: 'PollAdjustFactor'=0x00000005
149250 14:25:32.3076250s - ReadConfig: 'LargePhaseOffset'=0x00138800
149250 14:25:32.3076250s - ReadConfig: 'SpikeWatchPeriod'=0x0000005A
149250 14:25:32.3076250s - ReadConfig: 'HoldPeriod'=0x00000005
149250 14:25:32.3076250s - ReadConfig: 'MinPollInterval'=0x0000000A
149250 14:25:32.3076250s - ReadConfig: 'MaxPollInterval'=0x0000000F
149250 14:25:32.3076250s - ReadConfig: 'AnnounceFlags'=0x0000000A
149250 14:25:32.3076250s - ReadConfig: 'LocalClockDispersion'=0x0000000A
149250 14:25:32.3076250s - ReadConfig: 'MaxNegPhaseCorrection'=0x0000D2F0
149250 14:25:32.3076250s - ReadConfig: 'MaxPosPhaseCorrection'=0x0000D2F0
149250 14:25:32.3076250s - ReadConfig: 'EventLogFlags'=0x00000002
149250 14:25:32.3076250s - ReadConfig: 'MaxAllowedPhaseOffset'=0x0000012C
149250 14:25:32.3076250s - ReadConfig: failed. Use default one 'TimeJumpAuditOffset'=0x00007080
149250 14:25:32.3076250s -   DomainHierarchy: LSA role change notification. Redetecting.
149250 14:25:32.3076250s -     DomainHierarchy:  we are now the domain root.  Should be advertised as reliable
149250 14:25:32.3076250s - ClockDisciplineThread: Starting:149250 14:25:32.3076250s -  LI:0 S:1 RDl:0 RDs:100000000 TSF:0x0
149250 14:25:32.3076250s - ClockDispln: we're a reliable time service with no time source: LS: 0, TN: 864000000000, WAIT: 86400000
149250 14:25:32.3076250s - Starting Providers.
149250 14:25:32.3076250s - Starting 'NtpClient', dll:'C:\WINDOWS\system32\w32time.dll'
149250 14:25:32.3076250s - NtpTimeProvOpen("NtpClient") called.
149250 14:25:32.3076250s - sysPrecision=-6, systmeClockResolution=156250
149250 14:25:32.3076250s - NtpProvider: Created 0 sockets.
149250 14:25:32.3076250s - PeerPollingThread: waiting forever
149250 14:25:32.3076250s - ReadConfig: 'AllowNonstandardModeCombinations'=0x00000001
149250 14:25:32.3076250s - ReadConfig: 'CompatibilityFlags'=0x80000000
149250 14:25:32.3076250s - ReadConfig: 'SpecialPollInterval'=0x00000E10
149250 14:25:32.3076250s - ReadConfig: 'ResolvePeerBackoffMinutes'=0x0000000F
149250 14:25:32.3076250s - ReadConfig: 'ResolvePeerBackoffMaxTimes'=0x00000007
149250 14:25:32.3076250s - ReadConfig: 'EventLogFlags'=0x00000000
149250 14:25:32.3076250s - ReadConfig: 'LargeSampleSkew'=0x00000003
149250 14:25:32.3076250s - ReadConfig: 'CrossSiteSyncFlags'=0x00000002
149250 14:25:32.3076250s - PeerPollingThread: waiting forever
149250 14:25:32.3076250s - NtpClient started.
149250 14:25:32.3076250s - Starting 'NtpServer', dll:'C:\WINDOWS\system32\w32time.dll'
149250 14:25:32.3076250s - PeerPollingThread: PeerListUpdated
149250 14:25:32.3076250s - PeerPollingThread: waiting forever
149250 14:25:32.3076250s - NtpTimeProvOpen("NtpServer") called.
149250 14:25:32.3076250s - ReadConfig: 'AllowNonstandardModeCombinations'=0x00000001
149250 14:25:32.3076250s - PeerPollingThread: waiting forever
149250 14:25:32.3076250s - NtpServer started.
149250 14:25:32.3076250s - Successfully started 2 providers.
149250 14:25:32.3076250s - W32TmServiceMain: waiting i16.000s (1024.000s)
149250 14:25:32.3076250s - W32TmServiceMain: waiting i16.000s (1024.000s)
149250 14:25:34.6510000s - W32TimeHandler called: SERVICE_CONTROL_STOP
149250 14:25:34.6510000s - Service shutdown initiated with exit code: 0.
149250 14:25:34.6510000s - ClockDisciplineThread: hShutDownEvent signaled. Exiting.
149250 14:25:34.6510000s - Stopping 'NtpClient', dll:'C:\WINDOWS\system32\w32time.dll'
149250 14:25:34.6510000s - NtpTimeProvClose([NtpClient]) called.
149250 14:25:34.6510000s - PeerPollingThread: waiting forever
149250 14:25:34.6510000s - PeerPollingThread: PeerListUpdated
149250 14:25:34.6510000s - PeerPollingThread: waiting forever
149250 14:25:34.6510000s - Stopping 'NtpServer', dll:'C:\WINDOWS\system32\w32time.dll'
149250 14:25:34.6510000s - NtpTimeProvClose([NtpServer]) called.
149250 14:25:34.6510000s - PeerPollingThread: waiting forever
149250 14:25:34.6510000s - ListeningThread: StopEvent
149250 14:25:34.6510000s - Exiting ServiceShutdown
149250 14:25:34.6510000s - Log File Closed
149250 14:25:35.6510000s - Log File Opened
149250 14:25:35.6510000s - Entered W32TmServiceMain W2K3SP1
149250 14:25:35.6510000s - CurSpc:15625000ns  BaseSpc:15625000ns  SyncToCmos:Yes
149250 14:25:35.6510000s - PerfFreq:1861950000c/s
149250 14:25:35.6510000s - Time zone OK.
149250 14:25:35.6510000s - ReadConfig: Found provider 'NtpClient':
149250 14:25:35.6510000s - ReadConfig:   'Enabled'=0x00000000
149250 14:25:35.6510000s - ReadConfig:   'DllName'='C:\WINDOWS\system32\w32time.dll'
149250 14:25:35.6510000s - ReadConfig:   'InputProvider'=0x00000001
149250 14:25:35.6510000s - ReadConfig: Found provider 'NtpServer':
149250 14:25:35.6510000s - ReadConfig:   'Enabled'=0x00000001
149250 14:25:35.6510000s - ReadConfig:   'DllName'='C:\WINDOWS\system32\w32time.dll'
149250 14:25:35.6510000s - ReadConfig:   'InputProvider'=0x00000000
149250 14:25:35.6510000s - ReadConfig (policy): Found provider 'NtpClient':
149250 14:25:35.6510000s - ReadConfig (policy):   'Enabled'=0x00000001
149250 14:25:35.6510000s - ReadConfig (policy): Found provider 'NtpServer':
149250 14:25:35.6510000s - ReadConfig (policy):   'Enabled'=0x00000001
149250 14:25:35.6510000s - ReadConfig: 'PhaseCorrectRate'=0x00000001
149250 14:25:35.6510000s - ReadConfig: 'UpdateInterval'=0x00007530
149250 14:25:35.6510000s - ReadConfig: 'FrequencyCorrectRate'=0x00000004
149250 14:25:35.6510000s - ReadConfig: 'PollAdjustFactor'=0x00000005
149250 14:25:35.6510000s - ReadConfig: 'LargePhaseOffset'=0x00138800
149250 14:25:35.6510000s - ReadConfig: 'SpikeWatchPeriod'=0x0000005A
149250 14:25:35.6510000s - ReadConfig: 'HoldPeriod'=0x00000005
149250 14:25:35.6510000s - ReadConfig: 'MinPollInterval'=0x0000000A
149250 14:25:35.6510000s - ReadConfig: 'MaxPollInterval'=0x0000000F
149250 14:25:35.6510000s - ReadConfig: 'AnnounceFlags'=0x0000000A
149250 14:25:35.6510000s - ReadConfig: 'LocalClockDispersion'=0x0000000A
149250 14:25:35.6510000s - ReadConfig: 'MaxNegPhaseCorrection'=0x0000D2F0
149250 14:25:35.6510000s - ReadConfig: 'MaxPosPhaseCorrection'=0x0000D2F0
149250 14:25:35.6510000s - ReadConfig: 'EventLogFlags'=0x00000002
149250 14:25:35.6510000s - ReadConfig: 'MaxAllowedPhaseOffset'=0x0000012C
149250 14:25:35.6510000s - ReadConfig: failed. Use default one 'TimeJumpAuditOffset'=0x00007080
149250 14:25:35.6510000s -   DomainHierarchy: LSA role change notification. Redetecting.
149250 14:25:35.6510000s -     DomainHierarchy:  we are now the domain root.  Should be advertised as reliable
149250 14:25:35.6510000s - ClockDisciplineThread: Starting:149250 14:25:35.6510000s -  LI:0 S:1 RDl:0 RDs:100000000 TSF:0x0
149250 14:25:35.6510000s - ClockDispln: we're a reliable time service with no time source: LS: 0, TN: 864000000000, WAIT: 86400000
149250 14:25:35.6510000s - Starting Providers.
149250 14:25:35.6510000s - Starting 'NtpClient', dll:'C:\WINDOWS\system32\w32time.dll'
149250 14:25:35.6510000s - NtpTimeProvOpen("NtpClient") called.
149250 14:25:35.6510000s - sysPrecision=-6, systmeClockResolution=156250
149250 14:25:35.6510000s - NtpProvider: Created 2 sockets (1 listen-only): 192.168.1.25:123, (127.0.0.1:123)
149250 14:25:35.6510000s - PeerPollingThread: waiting forever
149250 14:25:35.6510000s - ReadConfig: 'AllowNonstandardModeCombinations'=0x00000001
149250 14:25:35.6510000s - ReadConfig: 'CompatibilityFlags'=0x80000000
149250 14:25:35.6510000s - ReadConfig: 'SpecialPollInterval'=0x00000E10
149250 14:25:35.6510000s - ReadConfig: 'ResolvePeerBackoffMinutes'=0x0000000F
149250 14:25:35.6510000s - ReadConfig: 'ResolvePeerBackoffMaxTimes'=0x00000007
149250 14:25:35.6510000s - ReadConfig: 'EventLogFlags'=0x00000000
149250 14:25:35.6510000s - ReadConfig: 'LargeSampleSkew'=0x00000003
149250 14:25:35.6510000s - ReadConfig: 'CrossSiteSyncFlags'=0x00000002
149250 14:25:35.6510000s - PeerPollingThread: waiting 0.000s
149250 14:25:35.6510000s - NtpClient started.
149250 14:25:35.6510000s - Starting 'NtpServer', dll:'C:\WINDOWS\system32\w32time.dll'
149250 14:25:35.6510000s - PeerPollingThread: PeerListUpdated
149250 14:25:35.6510000s - Resolving domain hierarchy
149250 14:25:35.6510000s - NtpTimeProvOpen("NtpServer") called.
149250 14:25:35.6510000s - ReadConfig: 'AllowNonstandardModeCombinations'=0x00000001
149250 14:25:35.6666250s - RPC Caller is NT AUTHORITY\LOCAL SERVICE (S-1-5-19)
149250 14:25:35.6666250s - Query 1 (BACKGROUND): <SITE: Default-First-Site-Name, DOM: KEENANS.IE, FLAGS: 00026B00>
149250 14:25:35.6666250s - PeerPollingThread: WaitTimeout
149250 14:25:35.6666250s - PeerPollingThread: waiting forever
149250 14:25:36.1510000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:25:36.1510000s - ListeningThread -- response heard from 192.168.1.25:1278
149250 14:25:36.1510000s - Ignoring packet invalid mode combination (in:3 out:0).
149250 14:25:36.4791250s - Query 1: no DC found (asked for reliable timeserv, got regular timeserv)
149250 14:25:36.4791250s - Query 4 (BACKGROUND): <SITE: (null), DOM: (null), FLAGS: 00006B00>
149250 14:25:36.6510000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:25:36.6510000s - ListeningThread -- response heard from 192.168.1.25:1280
149250 14:25:36.6510000s - Ignoring packet invalid mode combination (in:3 out:0).
149250 14:25:37.6510000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:25:37.6510000s - ListeningThread -- response heard from 192.168.1.25:1282
149250 14:25:37.6510000s - Ignoring packet invalid mode combination (in:3 out:0).
149250 14:25:43.9791250s - Query 4: no DC found (asked for reliable timeserv, got regular timeserv)
149250 14:25:43.9791250s - Logging warning: NtpClient: This machine is the PDC of the domain at the root of the forest, so there is no machine above it in the domain hierarchy to use as a time source. NtpClient will fall back to the remaining configured time sources, if any are available.
149250 14:25:43.9791250s - Retrying resolution for domain hierarchy. Retry 1 will be in 15 minutes.
149250 14:25:43.9791250s - PeerPollingThread: waiting 908.313s
149250 14:25:43.9791250s - PeerPollingThread: waiting 900.000s
149250 14:25:43.9791250s - NtpServer started.
149250 14:25:43.9791250s - Successfully started 2 providers.
149250 14:25:43.9791250s - PeerPollingThread: PeerListUpdated
149250 14:25:43.9791250s - W32TmServiceMain: waiting i16.000s (1024.000s)
149250 14:25:43.9791250s - PeerPollingThread: waiting 900.000s
149250 14:25:43.9791250s - W32TmServiceMain: waiting i16.000s (1024.000s)
149250 14:25:50.5885000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:25:50.5885000s - ListeningThread -- response heard from 223.1.1.128:123
149250 14:25:50.5885000s - /-- NTP Packet:
149250 14:25:50.5885000s - | LeapIndicator: 0 - no warning;  VersionNumber: 3;  Mode: 1 - SymmetricActive;  LiVnMode: 0x19
149250 14:25:50.5885000s - | Stratum: 2 - secondary reference (syncd by (S)NTP)
149250 14:25:50.5885000s - | Poll Interval: 9 - 512s;  Precision: -6 - 15.625ms per tick
149250 14:25:50.5885000s - | RootDelay: 0x0000.0400s - 0.015625s;  RootDispersion: 0x0010.0000s - 16s
149250 14:25:50.5885000s - | ReferenceClockIdentifier: 0xC0A80119 - source IP: 192.168.1.25
149250 14:25:50.5885000s - | ReferenceTimestamp:   0xCE37D091D74B6F6A149250 14:25:50.5885000s -  - 12895249169840994800ns - 149250 13:39:29.8409948s
149250 14:25:50.5885000s - | OriginateTimestamp:   0x0000000000000000 - unspecified
149250 14:25:50.5885000s - | ReceiveTimestamp:     0x0000000000000000 - unspecified
149250 14:25:50.5885000s - | TransmitTimestamp:    0xCE37DA91D4484C9F149250 14:25:50.5885000s -  - 12895251729829228200ns - 149250 14:22:09.8292282s
149250 14:25:50.5885000s - >-- Non-packet info:
149250 14:25:50.5885000s - | DestinationTimestamp: 149250 14:25:50.5885000s - 0xCE37DB6E96A7EF9D149250 14:25:50.5885000s -  - 12895251950588500000ns149250 14:25:50.5885000s -  - 149250 14:25:50.5885000s
149250 14:25:50.5885000s - | RoundtripDelay: 220759271800ns (220s)
149250 14:25:50.5885000s - | LocalClockOffset: -110379635900ns - 1:50.379635900s
149250 14:25:50.5885000s - \-
149250 14:25:50.5885000s - Computing server digest: OLD:FALSE, RID:00000630
149250 14:25:50.5885000s - TransmitResponse: sent 192.168.1.25:123->223.1.1.128:123
149250 14:25:51.0103750s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:25:51.0103750s - ListeningThread -- response heard from 192.168.1.25:1287
149250 14:25:51.0103750s - TransmitResponse: sent 192.168.1.25:123->192.168.1.25:1287
149250 14:25:59.9791250s - W32TmServiceMain: timeout
149250 14:25:59.9791250s - TimeProvCommand([NtpClient], TPC_GetSamples) called.
149250 14:25:59.9791250s - NtpClient returned 0 samples.
149250 14:25:59.9791250s - W32TmServiceMain: waiting 1024.000s
149250 14:26:00.9635000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:26:00.9635000s - ListeningThread -- response heard from 192.168.1.118:3118
149250 14:26:00.9635000s - Computing server digest: OLD:FALSE, RID:00000865
149250 14:26:00.9635000s - TransmitResponse: sent 192.168.1.25:123->192.168.1.118:3118
149250 14:26:00.9947500s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:26:00.9947500s - ListeningThread -- response heard from 192.168.1.118:3119
149250 14:26:00.9947500s - Computing server digest: OLD:FALSE, RID:00000865
149250 14:26:00.9947500s - TransmitResponse: sent 192.168.1.25:123->192.168.1.118:3119
149250 14:26:06.6510000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:26:06.6510000s - ListeningThread -- response heard from 192.168.1.25:1290
149250 14:26:06.6510000s - TransmitResponse: sent 192.168.1.25:123->192.168.1.25:1290
149250 14:26:07.1500000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:26:07.1500000s - ListeningThread -- response heard from 192.168.1.25:1291
149250 14:26:07.1500000s - TransmitResponse: sent 192.168.1.25:123->192.168.1.25:1291
149250 14:26:07.6500000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:26:07.6500000s - ListeningThread -- response heard from 192.168.1.25:1292
149250 14:26:07.6500000s - TransmitResponse: sent 192.168.1.25:123->192.168.1.25:1292
149250 14:26:08.1500000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:26:08.1500000s - ListeningThread -- response heard from 192.168.1.25:1293
149250 14:26:08.1500000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:26:08.1500000s - ListeningThread -- response heard from 192.168.1.25:1294
149250 14:26:08.1500000s - TransmitResponse: sent 192.168.1.25:123->192.168.1.25:1294
149250 14:26:08.1500000s - TransmitResponse: sent 192.168.1.25:123->192.168.1.25:1293
149250 14:26:08.6500000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:26:08.6500000s - ListeningThread -- response heard from 192.168.1.25:1295
149250 14:26:08.6500000s - TransmitResponse: sent 192.168.1.25:123->192.168.1.25:1295
149250 14:26:08.6500000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:26:08.6500000s - ListeningThread -- response heard from 192.168.1.25:1296
149250 14:26:08.6500000s - TransmitResponse: sent 192.168.1.25:123->192.168.1.25:1296
149250 14:26:09.1500000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:26:09.1500000s - ListeningThread -- response heard from 192.168.1.25:1298
149250 14:26:09.1500000s - TransmitResponse: sent 192.168.1.25:123->192.168.1.25:1298
149250 14:26:09.1500000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:26:09.1500000s - ListeningThread -- response heard from 192.168.1.25:1299
149250 14:26:09.1500000s - TransmitResponse: sent 192.168.1.25:123->192.168.1.25:1299
149250 14:26:09.6500000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:26:09.6500000s - ListeningThread -- response heard from 192.168.1.25:1302
149250 14:26:09.6500000s - TransmitResponse: sent 192.168.1.25:123->192.168.1.25:1302
149250 14:26:10.1500000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:26:10.1500000s - ListeningThread -- response heard from 192.168.1.25:1303
149250 14:26:10.1500000s - TransmitResponse: sent 192.168.1.25:123->192.168.1.25:1303
149250 14:26:10.6500000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:26:10.6500000s - ListeningThread -- response heard from 192.168.1.25:1304
149250 14:26:10.6500000s - TransmitResponse: sent 192.168.1.25:123->192.168.1.25:1304
149250 14:26:11.1500000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:26:11.1500000s - ListeningThread -- response heard from 192.168.1.25:1305
149250 14:26:11.1500000s - TransmitResponse: sent 192.168.1.25:123->192.168.1.25:1305
149250 14:26:11.6500000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:26:11.6500000s - ListeningThread -- response heard from 192.168.1.25:1306
149250 14:26:11.6500000s - TransmitResponse: sent 192.168.1.25:123->192.168.1.25:1306
149250 14:26:12.1500000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:26:12.1500000s - ListeningThread -- response heard from 192.168.1.25:1307
149250 14:26:12.1500000s - TransmitResponse: sent 192.168.1.25:123->192.168.1.25:1307
149250 14:26:49.4000000s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:26:49.4000000s - ListeningThread -- response heard from 192.168.1.80:123
149250 14:26:49.4000000s - /-- NTP Packet:
149250 14:26:49.4000000s - | LeapIndicator: 0 - no warning;  VersionNumber: 3;  Mode: 1 - SymmetricActive;  LiVnMode: 0x19
149250 14:26:49.4000000s - | Stratum: 2 - secondary reference (syncd by (S)NTP)
149250 14:26:49.4000000s - | Poll Interval: 10 - 1024s;  Precision: -6 - 15.625ms per tick
149250 14:26:49.4000000s - | RootDelay: 0x0000.0000s - unspecified;  RootDispersion: 0x000F.D88Es - 15.8459s
149250 14:26:49.4000000s - | ReferenceClockIdentifier: 0xC0A80119 - source IP: 192.168.1.25
149250 14:26:49.4000000s - | ReferenceTimestamp:   0xCE37C2DAE7DAFF95149250 14:26:49.4000000s -  - 12895245658905685400ns - 149250 12:40:58.9056854s
149250 14:26:49.4000000s - | OriginateTimestamp:   0xCE37D6D2AD810624149250 14:26:49.4000000s -  - 12895250770677750000ns - 149250 14:06:10.6777500s
149250 14:26:49.4000000s - | ReceiveTimestamp:     0xCE37D6D000B30D08149250 14:26:49.4000000s -  - 12895250768002732100ns - 149250 14:06:08.0027321s
149250 14:26:49.4000000s - | TransmitTimestamp:    0xCE37DAD04C74AC7A149250 14:26:49.4000000s -  - 12895251792298655300ns - 149250 14:23:12.2986553s
149250 14:26:49.4000000s - >-- Non-packet info:
149250 14:26:49.4000000s - | DestinationTimestamp: 149250 14:26:49.4000000s - 0xCE37DBA966666666149250 14:26:49.4000000s -  - 12895252009400000000ns149250 14:26:49.4000000s -  - 149250 14:26:49.4000000s
149250 14:26:49.4000000s - | RoundtripDelay: 214426326800ns (214s)
149250 14:26:49.4000000s - | LocalClockOffset: -109888181300ns - 1:49.888181300s
149250 14:26:49.4000000s - \-
149250 14:26:49.4000000s - Computing server digest: OLD:FALSE, RID:00000E4E
149250 14:26:49.4156250s - TransmitResponse: sent 192.168.1.25:123->192.168.1.80:123
149250 14:27:01.3687500s - ListeningThread -- DataAvailEvent set for socket 0 (192.168.1.25:123)
149250 14:27:01.3687500s - ListeningThread -- response heard from 192.168.1.58:123
149250 14:27:01.3687500s - /-- NTP Packet:
149250 14:27:01.3687500s - | LeapIndicator: 0 - no warning;  VersionNumber: 3;  Mode: 1 - SymmetricActive;  LiVnMode: 0x19
149250 14:27:01.3687500s - | Stratum: 2 - secondary reference (syncd by (S)NTP)
149250 14:27:01.3687500s - | Poll Interval: 10 - 1024s;  Precision: -6 - 15.625ms per tick
149250 14:27:01.3687500s - | RootDelay: 0x0000.0000s - unspecified;  RootDispersion: 0x000E.B82Cs - 14.7194s
149250 14:27:01.3687500s - | ReferenceClockIdentifier: 0xC0A80119 - source IP: 192.168.1.25
149250 14:27:01.3687500s - | ReferenceTimestamp:   0xCE37D6DB8DC0808E149250 14:27:01.3687500s -  - 12895250779553718600ns - 149250 14:06:19.5537186s
149250 14:27:01.3687500s - | OriginateTimestamp:   0xCE37D6DEA5810624149250 14:27:01.3687500s -  - 12895250782646500000ns - 149250 14:06:22.6465000s
149250 14:27:01.3687500s - | ReceiveTimestamp:     0xCE37D6CDFD0EA330149250 14:27:01.3687500s -  - 12895250765988504600ns - 149250 14:06:05.9885046s
149250 14:27:01.3687500s - | TransmitTimestamp:    0xCE37DADCDD5BF84E149250 14:27:01.3687500s -  - 12895251804864684600ns - 149250 14:23:24.8646846s
149250 14:27:01.3687500s - >-- Non-packet info:
149250 14:27:01.3687500s - | DestinationTimestamp: 149250 14:27:01.3687500s - 0xCE37DBB55E666666149250 14:27:01.3687500s -  - 12895252021368750000ns149250 14:27:01.3687500s -  - 149250 14:27:01.3687500s
149250 14:27:01.3687500s - | RoundtripDelay: 199846070000ns (199s)
149250 14:27:01.3687500s - | LocalClockOffset: -116581030400ns - 1:56.581030400s
149250 14:27:01.3687500s - \-
149250 14:27:01.3687500s - Computing server digest: OLD:FALSE, RID:000006CD
149250 14:27:01.3687500s - TransmitResponse: sent 192.168.1.25:123->192.168.1.58:123
149250 14:27:29.6180000s - W32TimeHandler called: SERVICE_CONTROL_STOP
149250 14:27:29.6180000s - Service shutdown initiated with exit code: 0.
149250 14:27:29.6180000s - ClockDisciplineThread: hShutDownEvent signaled. Exiting.
149250 14:27:29.6180000s - Stopping 'NtpClient', dll:'C:\WINDOWS\system32\w32time.dll'
149250 14:27:29.6180000s - NtpTimeProvClose([NtpClient]) called.
149250 14:27:29.6180000s - PeerPollingThread: waiting forever
149250 14:27:29.6180000s - PeerPollingThread: PeerListUpdated
149250 14:27:29.6180000s - PeerPollingThread: waiting forever
149250 14:27:29.6180000s - Stopping 'NtpServer', dll:'C:\WINDOWS\system32\w32time.dll'
149250 14:27:29.6180000s - NtpTimeProvClose([NtpServer]) called.
149250 14:27:29.6180000s - PeerPollingThread: waiting forever
149250 14:27:29.6180000s - ListeningThread: StopEvent
149250 14:27:29.6180000s - Exiting ServiceShutdown
149250 14:27:29.6180000s - Log File Closed
149250 14:27:30.6180000s - Log File Opened
149250 14:27:30.6180000s - Entered W32TmServiceMain W2K3SP1
149250 14:27:30.6180000s - CurSpc:15625000ns  BaseSpc:15625000ns  SyncToCmos:Yes
149250 14:27:30.6180000s - PerfFreq:1861950000c/s
149250 14:27:30.6180000s - Time zone OK.
149250 14:27:30.6180000s - ReadConfig: Found provider 'NtpClient':
149250 14:27:30.6180000s - ReadConfig:   'Enabled'=0x00000000
149250 14:27:30.6180000s - ReadConfig:   'DllName'='C:\WINDOWS\system32\w32time.dll'
149250 14:27:30.6180000s - ReadConfig:   'InputProvider'=0x00000001
149250 14:27:30.6180000s - ReadConfig: Found provider 'NtpServer':
149250 14:27:30.6180000s - ReadConfig:   'Enabled'=0x00000001
149250 14:27:30.6180000s - ReadConfig:   'DllName'='C:\WINDOWS\system32\w32time.dll'
149250 14:27:30.6180000s - ReadConfig:   'InputProvider'=0x00000000
149250 14:27:30.6180000s - ReadConfig (policy): Found provider 'NtpClient':
149250 14:27:30.6180000s - ReadConfig (policy):   'Enabled'=0x00000001
149250 14:27:30.6180000s - ReadConfig (policy): Found provider 'NtpServer':
149250 14:27:30.6180000s - ReadConfig (policy):   'Enabled'=0x00000001
149250 14:27:30.6180000s - ReadConfig: 'PhaseCorrectRate'=0x00000001
149250 14:27:30.6180000s - ReadConfig: 'UpdateInterval'=0x00007530
149250 14:27:30.6180000s - ReadConfig: 'FrequencyCorrectRate'=0x00000004
149250 14:27:30.6180000s - ReadConfig: 'PollAdjustFactor'=0x00000005
149250 14:27:30.6180000s - ReadConfig: 'LargePhaseOffset'=0x00138800
149250 14:27:30.6180000s - ReadConfig: 'SpikeWatchPeriod'=0x0000005A
149250 14:27:30.6180000s - ReadConfig: 'HoldPeriod'=0x00000005
149250 14:27:30.6180000s - ReadConfig: 'MinPollInterval'=0x0000000A
149250 14:27:30.6180000s - ReadConfig: 'MaxPollInterval'=0x0000000F
149250 14:27:30.6180000s - ReadConfig: 'AnnounceFlags'=0x0000000A
149250 14:27:30.6180000s - ReadConfig: 'LocalClockDispersion'=0x0000000A
149250 14:27:30.6180000s - ReadConfig: 'MaxNegPhaseCorrection'=0x0000D2F0
149250 14:27:30.6180000s - ReadConfig: 'MaxPosPhaseCorrection'=0x0000D2F0
149250 14:27:30.6180000s - ReadConfig: 'EventLogFlags'=0x00000002
149250 14:27:30.6180000s - ReadConfig: 'MaxAllowedPhaseOffset'=0x0000012C
149250 14:27:30.6180000s - ReadConfig: failed. Use default one 'TimeJumpAuditOffset'=0x00007080
149250 14:27:30.6180000s -   DomainHierarchy: LSA role change notification. Redetecting.
149250 14:27:30.6180000s -     DomainHierarchy:  we are now the domain root.  Should be advertised as reliable
149250 14:27:30.6180000s - ClockDisciplineThread: Starting:149250 14:27:30.6180000s -  LI:0 S:1 RDl:0 RDs:100000000 TSF:0x0
149250 14:27:30.6180000s - ClockDispln: we're a reliable time service with no time source: LS: 0, TN: 864000000000, WAIT: 86400000
149250 14:27:30.6180000s - Starting Providers.
149250 14:27:30.6180000s - Starting 'NtpClient', dll:'C:\WINDOWS\system32\w32time.dll'
149250 14:27:30.6180000s - NtpTimeProvOpen("NtpClient") called.
149250 14:27:30.6180000s - sysPrecision=-6, systmeClockResolution=156250
149250 14:27:30.6180000s - NtpProvider: Created 0 sockets.
149250 14:27:30.6180000s - PeerPollingThread: waiting forever
149250 14:27:30.6180000s - ReadConfig: 'AllowNonstandardModeCombinations'=0x00000001
149250 14:27:30.6180000s - ReadConfig: 'CompatibilityFlags'=0x80000000
149250 14:27:30.6180000s - ReadConfig: 'SpecialPollInterval'=0x00000E10
149250 14:27:30.6180000s - ReadConfig: 'ResolvePeerBackoffMinutes'=0x0000000F
149250 14:27:30.6180000s - ReadConfig: 'ResolvePeerBackoffMaxTimes'=0x00000007
149250 14:27:30.6180000s - ReadConfig: 'EventLogFlags'=0x00000000
149250 14:27:30.6180000s - ReadConfig: 'LargeSampleSkew'=0x00000003
149250 14:27:30.6180000s - ReadConfig: 'CrossSiteSyncFlags'=0x00000002
149250 14:27:30.6180000s - PeerPollingThread: waiting forever
149250 14:27:30.6180000s - NtpClient started.
149250 14:27:30.6180000s - Starting 'NtpServer', dll:'C:\WINDOWS\system32\w32time.dll'
149250 14:27:30.6180000s - PeerPollingThread: PeerListUpdated
149250 14:27:30.6180000s - PeerPollingThread: waiting forever
149250 14:27:30.6180000s - NtpTimeProvOpen("NtpServer") called.
149250 14:27:30.6180000s - ReadConfig: 'AllowNonstandardModeCombinations'=0x00000001
149250 14:27:30.6180000s - PeerPollingThread: waiting forever
149250 14:27:30.6180000s - NtpServer started.
149250 14:27:30.6180000s - Successfully started 2 providers.
149250 14:27:30.6180000s - W32TmServiceMain: waiting i16.000s (1024.000s)
149250 14:27:30.6180000s - W32TmServiceMain: waiting i16.000s (1024.000s)
149250 14:24:11.9340000s - W32TmServiceMain: timeout
149250 14:24:11.9340000s - TimeProvCommand([NtpClient], TPC_GetSamples) called.
149250 14:24:11.9340000s - NtpClient returned 0 samples.
149250 14:24:11.9340000s - W32TmServiceMain: waiting 1024.000s
149250 14:24:23.9180000s - W32TimeHandler called: SERVICE_CONTROL_STOP
149250 14:24:23.9180000s - Service shutdown initiated with exit code: 0.
149250 14:24:23.9180000s - ClockDisciplineThread: hShutDownEvent signaled. Exiting.
149250 14:24:23.9180000s - Stopping 'NtpClient', dll:'C:\WINDOWS\system32\w32time.dll'
149250 14:24:23.9180000s - NtpTimeProvClose([NtpClient]) called.
149250 14:24:23.9180000s - PeerPollingThread: waiting forever
149250 14:24:23.9180000s - PeerPollingThread: PeerListUpdated
149250 14:24:23.9180000s - PeerPollingThread: waiting forever
149250 14:24:23.9180000s - Stopping 'NtpServer', dll:'C:\WINDOWS\system32\w32time.dll'
149250 14:24:23.9180000s - NtpTimeProvClose([NtpServer]) called.
149250 14:24:23.9180000s - PeerPollingThread: waiting forever
149250 14:24:23.9180000s - ListeningThread: StopEvent
149250 14:24:23.9180000s - Exiting ServiceShutdown
149250 14:24:23.9180000s - Log File Closed
149250 14:24:24.9180000s - Log File Opened
149250 14:24:24.9180000s - Entered W32TmServiceMain W2K3SP1
149250 14:24:24.9180000s - CurSpc:15625000ns  BaseSpc:15625000ns  SyncToCmos:Yes
149250 14:24:24.9180000s - PerfFreq:1861950000c/s
149250 14:24:24.9180000s - Time zone OK.
149250 14:24:24.9180000s - ReadConfig: Found provider 'NtpClient':
149250 14:24:24.9180000s - ReadConfig:   'Enabled'=0x00000000
149250 14:24:24.9180000s - ReadConfig:   'DllName'='C:\WINDOWS\system32\w32time.dll'
149250 14:24:24.9180000s - ReadConfig:   'InputProvider'=0x00000001
149250 14:24:24.9180000s - ReadConfig: Found provider 'NtpServer':
149250 14:24:24.9180000s - ReadConfig:   'Enabled'=0x00000001
149250 14:24:24.9180000s - ReadConfig:   'DllName'='C:\WINDOWS\system32\w32time.dll'
149250 14:24:24.9180000s - ReadConfig:   'InputProvider'=0x00000000
149250 14:24:24.9180000s - ReadConfig (policy): Found provider 'NtpClient':
149250 14:24:24.9180000s - ReadConfig (policy):   'Enabled'=0x00000001
149250 14:24:24.9180000s - ReadConfig (policy): Found provider 'NtpServer':
149250 14:24:24.9180000s - ReadConfig (policy):   'Enabled'=0x00000001
149250 14:24:24.9180000s - ReadConfig: 'PhaseCorrectRate'=0x00000001
149250 14:24:24.9180000s - ReadConfig: 'UpdateInterval'=0x00007530
149250 14:24:24.9180000s - ReadConfig: 'FrequencyCorrectRate'=0x00000004
149250 14:24:24.9180000s - ReadConfig: 'PollAdjustFactor'=0x00000005
149250 14:24:24.9180000s - ReadConfig: 'LargePhaseOffset'=0x00138800
149250 14:24:24.9180000s - ReadConfig: 'SpikeWatchPeriod'=0x0000005A
149250 14:24:24.9180000s - ReadConfig: 'HoldPeriod'=0x00000005
149250 14:24:24.9180000s - ReadConfig: 'MinPollInterval'=0x0000000A
149250 14:24:24.9180000s - ReadConfig: 'MaxPollInterval'=0x0000000F
149250 14:24:24.9180000s - ReadConfig: 'AnnounceFlags'=0x0000000A
149250 14:24:24.9180000s - ReadConfig: 'LocalClockDispersion'=0x0000000A
149250 14:24:24.9180000s - ReadConfig: 'MaxNegPhaseCorrection'=0x0000D2F0
149250 14:24:24.9180000s - ReadConfig: 'MaxPosPhaseCorrection'=0x0000D2F0
149250 14:24:24.9180000s - ReadConfig: 'EventLogFlags'=0x00000002
149250 14:24:24.9180000s - ReadConfig: 'MaxAllowedPhaseOffset'=0x0000012C
149250 14:24:24.9180000s - ReadConfig: failed. Use default one 'TimeJumpAuditOffset'=0x00007080
149250 14:24:24.9180000s -   DomainHierarchy: LSA role change notification. Redetecting.
149250 14:24:24.9180000s -     DomainHierarchy:  we are now the domain root.  Should be advertised as reliable
149250 14:24:24.9180000s - ClockDisciplineThread: Starting:149250 14:24:24.9180000s -  LI:0 S:1 RDl:0 RDs:100000000 TSF:0x0
149250 14:24:24.9180000s - ClockDispln: we're a reliable time service with no time source: LS: 0, TN: 864000000000, WAIT: 86400000
149250 14:24:24.9180000s - Starting Providers.
149250 14:24:24.9180000s - Starting 'NtpClient', dll:'C:\WINDOWS\system32\w32time.dll'
149250 14:24:24.9180000s - NtpTimeProvOpen("NtpClient") called.
149250 14:24:24.9180000s - sysPrecision=-6, systmeClockResolution=156250
149250 14:24:24.9180000s - NtpProvider: Created 0 sockets.
149250 14:24:24.9180000s - PeerPollingThread: waiting forever
149250 14:24:24.9180000s - ReadConfig: 'AllowNonstandardModeCombinations'=0x00000001
149250 14:24:24.9180000s - ReadConfig: 'CompatibilityFlags'=0x80000000
149250 14:24:24.9180000s - ReadConfig: 'SpecialPollInterval'=0x00000E10
149250 14:24:24.9180000s - ReadConfig: 'ResolvePeerBackoffMinutes'=0x0000000F
149250 14:24:24.9180000s - ReadConfig: 'ResolvePeerBackoffMaxTimes'=0x00000007
149250 14:24:24.9180000s - ReadConfig: 'EventLogFlags'=0x00000000
149250 14:24:24.9180000s - ReadConfig: 'LargeSampleSkew'=0x00000003
149250 14:24:24.9180000s - ReadConfig: 'CrossSiteSyncFlags'=0x00000002
149250 14:24:24.9180000s - PeerPollingThread: waiting forever
149250 14:24:24.9180000s - NtpClient started.
149250 14:24:24.9180000s - Starting 'NtpServer', dll:'C:\WINDOWS\system32\w32time.dll'
149250 14:24:24.9180000s - PeerPollingThread: PeerListUpdated
149250 14:24:24.9180000s - PeerPollingThread: waiting forever
149250 14:24:24.9180000s - NtpTimeProvOpen("NtpServer") called.
149250 14:24:24.9180000s - ReadConfig: 'AllowNonstandardModeCombinations'=0x00000001
149250 14:24:24.9180000s - PeerPollingThread: waiting forever
149250 14:24:24.9180000s - NtpServer started.
149250 14:24:24.9180000s - Successfully started 2 providers.
149250 14:24:24.9180000s - W32TmServiceMain: waiting i16.000s (1024.000s)
149250 14:24:24.9180000s - W32TmServiceMain: waiting i16.000s (1024.000s)
149250 14:24:40.9170000s - W32TmServiceMain: timeout
149250 14:24:40.9170000s - TimeProvCommand([NtpClient], TPC_GetSamples) called.
149250 14:24:40.9170000s - NtpClient returned 0 samples.
149250 14:24:40.9170000s - W32TmServiceMain: waiting 1024.000s
149250 14:41:44.9170000s - W32TmServiceMain: timeout
149250 14:41:44.9170000s - TimeProvCommand([NtpClient], TPC_GetSamples) called.
149250 14:41:44.9170000s - NtpClient returned 0 samples.
149250 14:41:44.9170000s - W32TmServiceMain: waiting 1024.000s
149250 14:58:48.9170000s - W32TmServiceMain: timeout
149250 14:58:48.9170000s - TimeProvCommand([NtpClient], TPC_GetSamples) called.
149250 14:58:48.9170000s - NtpClient returned 0 samples.
149250 14:58:48.9170000s - W32TmServiceMain: waiting 1024.000s
149250 15:15:52.9170000s - W32TmServiceMain: timeout
149250 15:15:52.9170000s - TimeProvCommand([NtpClient], TPC_GetSamples) called.
149250 15:15:52.9170000s - NtpClient returned 0 samples.
149250 15:15:52.9170000s - W32TmServiceMain: waiting 1024.000s
149250 15:32:56.9170000s - W32TmServiceMain: timeout
149250 15:32:56.9170000s - TimeProvCommand([NtpClient], TPC_GetSamples) called.
149250 15:32:56.9170000s - NtpClient returned 0 samples.
149250 15:32:56.9170000s - W32TmServiceMain: waiting 1024.000s
149250 15:50:00.9170000s - W32TmServiceMain: timeout
149250 15:50:00.9170000s - TimeProvCommand([NtpClient], TPC_GetSamples) called.
149250 15:50:00.9170000s - NtpClient returned 0 samples.
149250 15:50:00.9170000s - W32TmServiceMain: waiting 1024.000s
149250 16:07:04.9170000s - W32TmServiceMain: timeout
149250 16:07:04.9170000s - TimeProvCommand([NtpClient], TPC_GetSamples) called.
149250 16:07:04.9170000s - NtpClient returned 0 samples.
149250 16:07:04.9170000s - W32TmServiceMain: waiting 1024.000s
149250 16:24:08.9170000s - W32TmServiceMain: timeout
149250 16:24:08.9170000s - TimeProvCommand([NtpClient], TPC_GetSamples) called.
149250 16:24:08.9170000s - NtpClient returned 0 samples.
149250 16:24:08.9170000s - W32TmServiceMain: waiting 1024.000s
149250 16:40:17.7920000s - W32TmServiceMain: Group Policy Update
149250 16:40:17.7920000s - W32TmServiceMain: Param change notification
149250 16:40:17.7920000s - ReadConfig: Found provider 'NtpClient':
149250 16:40:17.7920000s - ReadConfig:   'Enabled'=0x00000000
149250 16:40:17.7920000s - ReadConfig:   'DllName'='C:\WINDOWS\system32\w32time.dll'
149250 16:40:17.7920000s - ReadConfig:   'InputProvider'=0x00000001
149250 16:40:17.7920000s - ReadConfig: Found provider 'NtpServer':
149250 16:40:17.7920000s - ReadConfig:   'Enabled'=0x00000001
149250 16:40:17.7920000s - ReadConfig:   'DllName'='C:\WINDOWS\system32\w32time.dll'
149250 16:40:17.7920000s - ReadConfig:   'InputProvider'=0x00000000
149250 16:40:17.7920000s - ReadConfig (policy): Found provider 'NtpClient':
149250 16:40:17.7920000s - ReadConfig (policy): Found provider 'NtpServer':
149250 16:40:17.7920000s - ReadConfig (policy):   'Enabled'=0x00000001
149250 16:40:17.7920000s - ReadConfig: 'PhaseCorrectRate'=0x00000001
149250 16:40:17.7920000s - ReadConfig: 'UpdateInterval'=0x00007530
149250 16:40:17.7920000s - ReadConfig: 'FrequencyCorrectRate'=0x00000004
149250 16:40:17.7920000s - ReadConfig: 'PollAdjustFactor'=0x00000005
149250 16:40:17.7920000s - ReadConfig: 'LargePhaseOffset'=0x00138800
149250 16:40:17.7920000s - ReadConfig: 'SpikeWatchPeriod'=0x0000005A
149250 16:40:17.7920000s - ReadConfig: 'HoldPeriod'=0x00000005
149250 16:40:17.7920000s - ReadConfig: 'MinPollInterval'=0x0000000A
149250 16:40:17.7920000s - ReadConfig: 'MaxPollInterval'=0x0000000F
149250 16:40:17.7920000s - ReadConfig: 'AnnounceFlags'=0x0000000A
149250 16:40:17.7920000s - ReadConfig: 'LocalClockDispersion'=0x0000000A
149250 16:40:17.7920000s - ReadConfig: 'MaxNegPhaseCorrection'=0x0000D2F0
149250 16:40:17.7920000s - ReadConfig: 'MaxPosPhaseCorrection'=0x0000D2F0
149250 16:40:17.7920000s - ReadConfig: 'EventLogFlags'=0x00000002
149250 16:40:17.7920000s - ReadConfig: 'MaxAllowedPhaseOffset'=0x0000012C
149250 16:40:17.7920000s - ReadConfig: failed. Use default one 'TimeJumpAuditOffset'=0x00007080
149250 16:40:17.7920000s -   No params changed for local clock.
149250 16:40:17.7920000s - Stopping 'NtpClient', dll:'C:\WINDOWS\system32\w32time.dll'
149250 16:40:17.7920000s - NtpTimeProvClose([NtpClient]) called.
149250 16:40:17.7920000s - PeerPollingThread: waiting forever
149250 16:40:17.7920000s - TimeProvCommand([NtpServer], TPC_UpdateConfig) called.
149250 16:40:17.7920000s - ReadConfig: 'AllowNonstandardModeCombinations'=0x00000001
149250 16:40:17.8076250s - PeerPollingThread: PeerListUpdated
149250 16:40:17.8076250s - PeerPollingThread: waiting forever
149250 16:40:17.8076250s - PeerPollingThread: waiting forever
149250 16:40:17.8076250s -   Provider list: 1 stopped, 0 started, 1 not changed.
149250 16:40:17.8076250s -   AnnounceFlags are auto. Updating announcement to match new provider list.
149250 16:40:17.8076250s - W32TmServiceMain: waiting 55.125s
149250 16:41:12.9326250s - W32TmServiceMain: timeout
149250 16:41:12.9326250s - W32TmServiceMain: waiting 1024.000s
149250 16:58:16.9326250s - W32TmServiceMain: timeout
149250 16:58:16.9326250s - W32TmServiceMain: waiting 1024.000s
149250 17:15:20.9326250s - W32TmServiceMain: timeout
149250 17:15:20.9326250s - W32TmServiceMain: waiting 1024.000s
149250 17:32:24.9326250s - W32TmServiceMain: timeout
149250 17:32:24.9326250s - W32TmServiceMain: waiting 1024.000s
149250 17:49:28.9326250s - W32TmServiceMain: timeout
149250 17:49:28.9326250s - W32TmServiceMain: waiting 1024.000s
149250 18:06:32.9326250s - W32TmServiceMain: timeout
149250 18:06:32.9326250s - W32TmServiceMain: waiting 1024.000s
149250 18:23:36.9326250s - W32TmServiceMain: timeout
149250 18:23:36.9326250s - W32TmServiceMain: waiting 1024.000s
149250 18:40:40.9326250s - W32TmServiceMain: timeout
149250 18:40:40.9326250s - W32TmServiceMain: waiting 1024.000s
149250 18:57:44.9326250s - W32TmServiceMain: timeout
149250 18:57:44.9326250s - W32TmServiceMain: waiting 1024.000s
149250 19:14:48.9326250s - W32TmServiceMain: timeout
149250 19:14:48.9326250s - W32TmServiceMain: waiting 1024.000s
149250 19:31:52.9326250s - W32TmServiceMain: timeout


Monday, August 24, 2009 11:58 AM

Hello,

why does the problem machine have this setup:
IP Address. . . . . . . . . . . . : 223.1.1.128
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DHCP Server . . . . . . . . . . . : 223.1.1.2

If you check the logfile the connection attempt is done with both ip addresses and this will result in your problems in my opinion. Remove the multihoming of the machine and use only domain internal ip addresses on the NIC.Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights.


Saturday, October 24, 2009 6:15 PM

Hi,
You need to use the  ,0x1 after your dns addresses in your peerlist. So you have the following command:
w32tm /config /manualpeerlist:time.windows.com**,0x1** /syncfromflags:manual /reliable:yes /update

Take a look at this two articles:

http://support.microsoft.com/kb/816042

http://www.windowsnetworking.com/articles_tutorials/Configuring-Windows-Time-Service.html

Have a good day!
Givago


Wednesday, December 2, 2009 9:10 PM

Hi,

I also had similar issue time sync problem with PDC in a Windows Server 2008 DataCenter with Hyper-V configuration.

Thank You! for the above reference to http://support.microsoft.com/default.aspx/kb/929276 .   That seems to have solved the problem!!

Regards,
Ben


Tuesday, December 8, 2009 8:23 PM | 2 votes

I researched forever to find out the solution to my problem that is very similar to this issue.  I found the answer from this posting http://www.msfn.org/board/lofiversion/index.php/t67060.html.  There was an actual document from the forum that helped me find the issue found here http://www.mmmug.co.uk/files/216/download.aspx.  

I checked the domain controller to find that it was using the NT5DS and the IntranetServer that was having  0x8007277C peerlist problems W32Time Parameter Type from the Registry was set to NTP even though it had been joined to the Domain.  I ran the command,w32tm /config /syncfromflags:domhier /update, to change the IntranetServer w32time type to nt5ds (this sets the service to pull from the AD).  After this was set I didn't get the error when resyncing.  

"These parameters tell the computer whether or not to look for a time server within an Active Directory hierarchy or whether it should sync from and external source and then, if so, what that source is! What these parameters actually do is control a registry entry called "Type" in:

HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Parameters

This key is either set to "NT5DS" if you're in an AD, or "NTP" if you're either not an AD member, or if you're the root domain's PDCe. Actually, this key could also be set to “NoSync” to prevent any time sync taking place.

To tell a system's W32Time service to get its time from the Active Directory, type

**            w32tm /config /syncfromflags:domhier /update**

This does two things.  First, it sets that Type value to "NT5DS."  Second, it notifies the w32time service that settings have changed.

If the system is not a member of and AD or is the root PDCe then change two things. First, the value of the “/syncfromflags” option changes from "domhier" to "manual" which changes the “Type” value from "NT5DS" to "NTP". Second, add the “/manualpeerlist:” option, to tell it where to sync from. Adding the “/manualpeerlist:” actually adds the entry specified to another key under the location above. The key is called “NTPServer”."

I hope this helps


Saturday, September 18, 2010 10:47 PM

Hey Guys,

         I have a network which contains a Domain Controller(DC) and Additional Domain Controller(ADC). The DC is taking time from external source and rest all i.e. ADC and client are taking time from DC. Right now DC is able to sync with external source but ADC and clients are not syncing with the DC. We have tried syncing clients with following command and its successful. 

/net time /domain:domain name /set /y

but if i change the time manually on the client, it is not regaining the time manually.

there are two querys,

1.should the client and domain sync automatically if the time on the client is changed manually? if yes after how much time?

2.I have also tried /w32tm /resync but it says

The computer did not resync because no time data was available.

i have also opened UDP port123 as you suggested but still the error is same.

Can you pl. advice on this.

i am affraid, if ther is any problem with DC or ADC.

 

Thanks in advance,

 

Swapnil


Wednesday, November 17, 2010 4:40 AM | 1 vote

 

Try the following steps to fix the time synchronization issue:

1. Click Start > Run

2. Type "regedit" and press "Enter"

3. Navigate to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters"

4. Double-click on "Type" and replace "NTP" with "NT5DS"

5. Now try to synchronize the windows time. (If it doesn't work, try again after restarting your computer)

 


Thursday, November 25, 2010 1:17 AM | 2 votes

Did you get this resolved?

If not, your chosen time service provider may have a lot to do with your inability to get this to work. Have a list of known good time server service providers, and start rotating them until you find one that works.

Try this command for instance (there's a list of time server service providers at http://tf.nist.gov/tf-cgi/servers.cgi):

w32tm /monitor /computers:time-b.timefreq.bldrdoc.gov

You should get a positive result. If not, keep looking. If you get a positive result, however, then change your HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\W32time\Parameters (or Group Policy Settings) to

NtpServer=time-b.timefreq.bldrdoc.gov
Type=NTP

Then stop and start your services, then:

w32tm /resync /rediscover

Then:

w32tm /monitor

All should be good.


Thursday, August 4, 2011 7:36 PM | 3 votes

The probleme for me is this

Check the Default Domain Controllers group policy and the Default Domain group policy and any others that could affect the PDCe or other DCs. Check the following areas:

Computer configuration/Administrative Templates /System/Windows Time service/Time Providers

Ensure that all three settings listed are set to “not configured”.

Sure enough, the first two entries where set to "Enabled" and after setting them to "Not Configured" and restarting the time service all was well and time was synced.

have nice day.


Tuesday, October 18, 2011 4:42 AM | 4 votes

I had the same problem.

Tried everything, to make the PDC see itself as an authoritative time source.  It had been NT5DS, nopt NTP.

The solution was w32tm /config /manualpeerlist:time.windows.com**,0x1** /syncfromflags:manual /reliable:yes /update

Thanks for everyone's postings.

ken


Tuesday, October 18, 2011 3:42 PM

I have noticed many Admins using time.windows.com, why?

I have found this and it seems to be a much better choice. http://www.pool.ntp.org/en/

You can also use this to see if an NTP server is reliable and see if you meet iis guidlines. http://tf.nist.gov/tf-cgi/servers.cgi


Thursday, May 3, 2012 12:57 PM

I had the same problem.

Tried everything, to make the PDC see itself as an authoritative time source.  It had been NT5DS, nopt NTP.

The solution was w32tm /config /manualpeerlist:time.windows.com**,0x1** /syncfromflags:manual /reliable:yes /update

Thanks for everyone's postings.

ken

this fixed it on my PDC. Thanks!


Sunday, June 24, 2012 6:16 PM

Adding /syncfromflags:manual resolved this issue on my PDC as well.  Thanks!


Tuesday, October 9, 2012 3:50 PM

I had the same problem.

Tried everything, to make the PDC see itself as an authoritative time source.  It had been NT5DS, nopt NTP.

The solution was w32tm /config /manualpeerlist:time.windows.com**,0x1** /syncfromflags:manual /reliable:yes /update

Thanks for everyone's postings.

ken

this fixed it on my PDC. Thanks!

I had all the same issues, this was the only fix that worked for me, THANK YOU !!!


Tuesday, December 18, 2012 8:34 PM

Thank you for your post: to use the w32tm /config /manualpeerlist:PEERS /syncfromflags:manual /reliable:yes /update

This updated a client server and is now able to sync time to the PDC. Thank you!


Friday, December 28, 2012 7:09 PM

Hello all, I've attempted to follow the instructions here, and on a blog, here:

http://tigermatt.wordpress.com/2009/08/01/windows-time-for-active-directory/

I haven't not been able to resolve this issue as of yet.  Commands and output below

w32tm /config /manualpeerlist:"10.50.0.2,0x8" /syncfromflags:manual /reliable:yes /update

^C
C:\Windows\system32>w32tm /resync /rediscover
Sending resync command to local computer
The computer did not resync because no time data was available.

C:\Windows\system32>w32tm /query /status
Leap Indicator: 0(no warning)
Stratum: 1 (primary reference - syncd by radio clock)
Precision: -6 (15.625ms per tick)
Root Delay: 0.0000000s
Root Dispersion: 10.0000000s
ReferenceId: 0x4C4F434C (source name:  "LOCL")
Last Successful Sync Time: 12/28/2012 11:01:38 AM
Source: Local CMOS Clock
Poll Interval: 6 (64s)

C:\Windows\system32>w32tm /query /source
Local CMOS Clock

C:\Windows\system32>w32tm /query /peers
#Peers: 1

Peer: 10.50.0.2,0x8
State: Active
Time Remaining: 26.5755343s
Mode: 3 (Client)
Stratum: 0 (unspecified)
PeerPoll Interval: 0 (unspecified)
HostPoll Interval: 6 (64s)

My peer is set, but it fails to connect:

Log Name:      System
Source:        Microsoft-Windows-Time-Service
Date:          12/28/2012 11:05:22 AM
Event ID:      47
Task Category: None
Level:         Warning
Keywords:      
User:          LOCAL SERVICE
Computer:      
Description:
Time Provider NtpClient: No valid response has been received from manually configured peer 10.50.0.2,0x8 after 8 attempts to contact it. This peer will be discarded as a time source and NtpClient will attempt to discover a new peer with this DNS name. The error was: The peer is unreachable. 
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-Time-Service" Guid="{06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB}" />
    <EventID>47</EventID>
    <Version>0</Version>
    <Level>3</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2012-12-28T19:05:22.704409900Z" />
    <EventRecordID>20741732</EventRecordID>
    <Correlation />
    <Execution ProcessID="1004" ThreadID="3008" />
    <Channel>System</Channel>
    <Computer>WTAPDC.whatcomtrans.net</Computer>
    <Security UserID="S-1-5-19" />
  </System>
  <EventData Name="TMP_EVENT_MANUAL_PEER_TIMEOUT">
    <Data Name="ManualPeer">10.50.0.2,0x8</Data>
    <Data Name="ErrorMessage">The peer is unreachable. </Data>
  </EventData>
</Event>

UDP ports 123 are open between our PDC emulator and the time source 10.50.0.2.  My understanding is that it only need port 123 UDP.  Any help would be appreciated.


Tuesday, September 17, 2013 3:29 PM

time.windows.com is for consumer use only, DO NOT USE on servers


Wednesday, September 18, 2013 3:11 AM

well, u guys not gonna believe this but my server fault was because the firewall wasn't on. I turned it on and that's all! W32tm restarted and resync'd fine now!


Saturday, November 9, 2013 7:36 AM

I am having this irksome problem on my W2008R2 box.  My NTP source is my firewall/router.  I've tried manualpeerlist: pool.ntp.org, the ip of my router, 192.168.1.1, the DNS name of my router all to no avail!  Who would have thought time would be so difficult?  :)

My HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\w32time\Parameters Type key is set to NTP

C:\Windows\system32>w32tm /config /manualpeerlist:"router,0x8" /syncfromflags:ma
nual /reliable:yes /update
The command completed successfully.

C:\Windows\system32>net stop w32time
The Windows Time service is stopping.
The Windows Time service was stopped successfully.

C:\Windows\system32>net start w32time
The Windows Time service is starting.
The Windows Time service was started successfully.

C:\Windows\system32>w32tm /resync /rediscover
Sending resync command to local computer
The computer did not resync because no time data was available.

Here's my logfile:

150792 07:44:25.2278097s - Log File Opened
150792 07:44:25.2288098s - CurSpc:15600200ns  BaseSpc:15600100ns  SyncToCmos:No
150792 07:44:25.2288098s - PerfFreq:2922373c/s
150792 07:44:25.2288098s - ReadConfig: Found provider 'NtpClient':
150792 07:44:25.2288098s - ReadConfig:   'Enabled'=0x00000001
150792 07:44:25.2288098s - ReadConfig:   'DllName'='C:\Windows\system32\w32time.DLL'
150792 07:44:25.2288098s - ReadConfig:   'DllName'='C:\Windows\system32\w32time.DLL'
150792 07:44:25.2288098s - ReadConfig:   'DllName'='C:\Windows\system32\w32time.DLL'
150792 07:44:25.2288098s - ReadConfig:   'InputProvider'=0x00000001
150792 07:44:25.2288098s - ReadConfig: Found provider 'NtpServer':
150792 07:44:25.2288098s - ReadConfig:   'Enabled'=0x00000001
150792 07:44:25.2288098s - ReadConfig:   'DllName'='C:\Windows\system32\w32time.DLL'
150792 07:44:25.2288098s - ReadConfig:   'DllName'='C:\Windows\system32\w32time.DLL'
150792 07:44:25.2288098s - ReadConfig:   'DllName'='C:\Windows\system32\w32time.DLL'
150792 07:44:25.2288098s - ReadConfig:   'InputProvider'=0x00000000
150792 07:44:25.2288098s - ReadConfig: Found provider 'VMICTimeProvider':
150792 07:44:25.2288098s - ReadConfig:   'Enabled'=0x00000001
150792 07:44:25.2288098s - ReadConfig:   'DllName'='%SystemRoot%\System32\vmictimeprovider.dll'
150792 07:44:25.2288098s - ReadConfig:   'DllName'='C:\Windows\System32\vmictimeprovider.dll'
150792 07:44:25.2288098s - ReadConfig:   'DllName'='C:\Windows\System32\vmictimeprovider.dll'
150792 07:44:25.2288098s - ReadConfig:   'InputProvider'=0x00000001
150792 07:44:25.2288098s - ReadConfig: 'PhaseCorrectRate'=0x00000007 (2)
150792 07:44:25.2288098s - ReadConfig: 'UpdateInterval'=0x00000064 (2)
150792 07:44:25.2288098s - ReadConfig: 'FrequencyCorrectRate'=0x00000004 (2)
150792 07:44:25.2288098s - ReadConfig: 'PollAdjustFactor'=0x00000005 (2)
150792 07:44:25.2298099s - ReadConfig: 'LargePhaseOffset'=0x02FAF080 (2)
150792 07:44:25.2298099s - ReadConfig: 'SpikeWatchPeriod'=0x00000384 (2)
150792 07:44:25.2298099s - ReadConfig: 'HoldPeriod'=0x00000005 (2)
150792 07:44:25.2298099s - ReadConfig: 'MinPollInterval'=0x00000006 (2)
150792 07:44:25.2298099s - ReadConfig: 'MaxPollInterval'=0x0000000A (2)
150792 07:44:25.2298099s - ReadConfig: 'AnnounceFlags'=0x00000005 (2)
150792 07:44:25.2298099s - ReadConfig: 'LocalClockDispersion'=0x0000000A (2)
150792 07:44:25.2298099s - ReadConfig: 'MaxNegPhaseCorrection'=0x0002A300 (2)
150792 07:44:25.2298099s - ReadConfig: 'MaxPosPhaseCorrection'=0x0002A300 (2)
150792 07:44:25.2298099s - ReadConfig: 'EventLogFlags'=0x00000002 (2)
150792 07:44:25.2298099s - ReadConfig: 'MaxAllowedPhaseOffset'=0x0000012C (2)
150792 07:44:25.2298099s - ReadConfig: 'TimeJumpAuditOffset'=0x00007080 (2)
150792 07:44:25.2298099s - lastClockRate=156001, clockPrecision=-6
150792 07:44:25.2298099s - SetTimeSlipNotification succeeds with 0x00000000.
150792 07:44:25.2298099s - W32TmServiceMain: RequestNetTopoChangeNotification Succeed
150792 07:44:25.2308100s -   DomainHierarchy: LSA role change notification. Redetecting.
150792 07:44:25.2338103s -     DomainHierarchy:  we are now the domain root.  Should be advertised as reliable
150792 07:44:25.2348104s - ClockDisciplineThread: Starting: SetUnsync: LI:0 S:1 RDl:0 RDs:100000000 TSF:0x0  LastUTC:10640616
150792 07:44:25.2448114s - ClockDispln: we're a reliable time service with no time source: LS: 16, TN: 864000000000, WAIT: 86399984
150792 07:44:25.2448114s - Starting Providers.
150792 07:44:25.2448114s - Starting 'NtpClient', dll:'C:\Windows\system32\w32time.DLL'
150792 07:44:25.2448114s - LoadLibrary
150792 07:44:25.2448114s - NtpTimeProvOpen("NtpClient") called.
150792 07:44:25.2448114s - StartNtpProv
150792 07:44:25.2448114s - sysPrecision=-6, systmeClockResolution=156250
150792 07:44:25.2458115s - NtpProvider: Created 0 sockets.
150792 07:44:25.2458115s - StartListeningThread completed!
150792 07:44:25.2458115s - PeerPollingThread: waiting forever
150792 07:44:25.2458115s - StartPeerPollingThread completed!
150792 07:44:25.2458115s - ReadConfig: 'AllowNonstandardModeCombinations'=0x00000001 (2)
150792 07:44:25.2458115s - ReadConfig: 'CompatibilityFlags'=0x80000000 (2)
150792 07:44:25.2468116s - ReadConfig: 'SpecialPollInterval'=0x00000E10 (2)
150792 07:44:25.2468116s - ReadConfig: 'ResolvePeerBackoffMinutes'=0x0000000F (2)
150792 07:44:25.2468116s - ReadConfig: 'ResolvePeerBackoffMaxTimes'=0x00000007 (2)
150792 07:44:25.2468116s - ReadConfig: 'EventLogFlags'=0x00000001 (2)
150792 07:44:25.2468116s - ReadConfig: 'LargeSampleSkew'=0x00000003 (2)
150792 07:44:25.2468116s - ReadConfig: 'Type'=NTP (2)
150792 07:44:25.2468116s - ReadConfig: 'NtpServer'=router,0x8 (2)
150792 07:44:25.2468116s - ReadConfig: 'ManualPeerList'(parsed)='router,0x8'
150792 07:44:25.2468116s - AddNewPendingPeer: manual
150792 07:44:25.2468116s - StartListeningThread completed!
150792 07:44:25.2468116s - PeerPollingThread: waiting forever
150792 07:44:25.2468116s - StartPeerPollingThread completed!
150792 07:44:25.2468116s - NtpClient started.
150792 07:44:25.2468116s - PeerPollingThread: PeerListUpdated
150792 07:44:25.2468116s - Starting 'NtpServer', dll:'C:\Windows\system32\w32time.DLL'
150792 07:44:25.2468116s - PeerPollingThread: waiting forever
150792 07:44:25.2468116s - LoadLibrary
150792 07:44:25.2468116s - NtpTimeProvOpen("NtpServer") called.
150792 07:44:25.2468116s - ReadConfig: 'AllowNonstandardModeCombinations'=0x00000001 (2)
150792 07:44:25.2468116s - ReadConfig: 'EventLogFlags'=0x00000000 (0)
150792 07:44:25.2468116s - StartListeningThread completed!
150792 07:44:25.2468116s - PeerPollingThread: waiting forever
150792 07:44:25.2468116s - StartPeerPollingThread completed!
150792 07:44:25.2468116s - NtpServer started.
150792 07:44:25.2468116s - Starting 'VMICTimeProvider', dll:'C:\Windows\System32\vmictimeprovider.dll'
150792 07:44:25.2478117s - LoadLibrary
150792 07:44:25.2478117s - Successfully started 3 providers.
150792 07:44:25.2478117s - /--TimeProvider: All providers started
150792 07:44:25.2478117s - | Name:NtpClient, Started:1, Input:1, Marked:0, RefCount:0, DllName:C:\Windows\system32\w32time.DLL
150792 07:44:25.2478117s - | Name:NtpServer, Started:1, Input:0, Marked:0, RefCount:0, DllName:C:\Windows\system32\w32time.DLL
150792 07:44:25.2478117s - | Name:VMICTimeProvider, Started:1, Input:1, Marked:0, RefCount:0, DllName:C:\Windows\System32\vmictimeprovider.dll
150792 07:44:25.2478117s - >--
150792 07:44:25.2478117s - | Total:3, Input: 2, Marked: 0
150792 07:44:25.2478117s - \-
150792 07:44:25.2488118s - W32TmServiceMain: waiting i16.000s (64.000s)
150792 07:44:25.2488118s - W32TmServiceMain: Network Topology Change
150792 07:44:25.2488118s - TimeProvCommand([NtpClient], TPC_NetTopoChange) called.
150792 07:44:25.2488118s - NtpProvider: Network Topology Change
150792 07:44:25.2488118s -   Peer  never sync'd, resync now!
150792 07:44:25.2488118s -   Peers reset: p-p:1 a-p:1 a-x:0
150792 07:44:25.2498119s - NtpProvider: Created 0 sockets.
150792 07:44:25.2498119s - StartListeningThread completed!
150792 07:44:25.2498119s - PeerPollingThread: waiting forever
150792 07:44:25.2498119s - StartPeerPollingThread completed!
150792 07:44:25.2498119s - TimeProvCommand([NtpServer], TPC_NetTopoChange) called.
150792 07:44:25.2498119s - PeerPollingThread: PeerListUpdated
150792 07:44:25.2498119s - PeerPollingThread: waiting forever
150792 07:44:25.2498119s - W32TmServiceMain: waiting i16.000s (64.000s)
150792 07:44:25.2498119s - W32TmServiceMain: RequestNetTopoChangeNotification Succeed
150792 07:44:27.2280097s - W32TimeHandler called: SERVICE_CONTROL_INTERROGATE


Wednesday, December 11, 2013 10:31 PM

Just to let you know - i was having problems with Internet Time Sync failing in Windows 7 Ultimate. It was also failing from the command line and saying that response not received in time.

I'm in the UK and I tried syncing to 0.uk.pool.ntp.org instead of the Windows-default US servers. Magic - it worked! I then put that address into the dialog box from the clock on the task bar and now both PCs sync fine.

Morale of the story for me - make sure I've got a nearby NTP server!


Thursday, December 26, 2013 7:03 PM

Just want to add on to this for anyone who might be having this issue.  I was getting the Peer Unresolved issue when I was trying to use 1 server and was placing quotations around the IP address in the manualpeerlist parameter.  The error went away when I got rid of the quotations.


Sunday, October 12, 2014 9:05 PM | 1 vote

After making the Registry change, if you run into problem still with the command W32tm /resync, try adding /rediscover to the command:  w32tm /resync /rediscover


Thursday, November 13, 2014 4:49 PM | 2 votes

1. If your server is the primary AD server, make sure ALL polities are "Not Configured" under:

Group Policy > Computer Configuration > Administrative Templates > System > Windows Time Service

  1. Make sure you have followed the instructions in:

http://support.microsoft.com/kb/816042/en-us#LetMeFixItMyselfAlways1

  1. Then, under the command prompt do:
  • net stop w32time
  • net start w32time
  • w32tm /resync /rediscover

Voila!

Worked for me.  No more

  • "The computer did not resync because no time data was available" not any more "
  • "The computer did not resync because no time data was available" (in Event Viewer)
  • "Time Provider NtpClient: No valid response has been received from  manually configured peer [IP A.B.C.D] after 8 attempts to contact it. "

All began working after the "/rediscover" was added to "w32tm /resync"; as in "w32tm /resync /rediscover"


Thursday, January 15, 2015 4:27 PM | 1 vote

Hey all,

I have the issue too on my PDC. Registry keys look good and it is using NTP but it keeps synching to the CMOS and if I try to resync and rediscover, I get a no time data was available. The GP is set to Not Configured.

This is on a Windows 2012 AD server (the PDC one) that is running on Hyper-V

Now I have:

w32tm /monitor /computers:0.pool.ntp.org

Analyzing 0.pool.ntp.org (1 of 1)...

0.pool.ntp.org[206.108.0.131:123]:
    ICMP: 21ms delay
    NTP: +67.3246524s offset from local clock
        RefID: 'PPS [0x00535050]
        Stratum: 1

So, to me, this means I am able to contact the time server without a hitch.

The command I ran to update my time settings was:

  • w32tm /config /manualpeerlist:"0.pool.ntp.org" /syncfromflags:MANUAL /reliable:yes /update

I also tried:

  • w32tm /config /manualpeerlist:"0.pool.ntp.org",0x1 /syncfromflags:MANUAL /reliable:yes /update

But to no avail.

I also tried: http://support.microsoft.com/kb/816042

Anyone has an idea ?

Best regards,

EDIT: Fixed

If you still have issues:

* run rsop on the PDC, check if it does not get any NTP settings from one of the many policies. For instance mine was getting it from the Default Domain Policy.

* so either block inheritance or remove the NTP settings from the default domain policy, etc ...

I am not sure if that default domain policy by default has the NTP settings. Mine had Microsoft as an NTP server and I know I never used these so I feel like it's enabled by default.

Thus it can completely screw up your NTP on the PDC


Tuesday, January 27, 2015 6:43 PM | 1 vote

I faced similar issue on one of WIndows 2008 R2 domain controller error **The computer did not resync because no time data was available.  **Following link does provide decent information about this issue

http://www.grishbi.com/2015/01/local-cmos-clock/


Friday, April 17, 2015 9:56 PM

I had the same problem.

Tried everything, to make the PDC see itself as an authoritative time source.  It had been NT5DS, nopt NTP.

The solution was w32tm /config /manualpeerlist:time.windows.com**,0x1** /syncfromflags:manual /reliable:yes /update

Thanks for everyone's postings.

ken

Thanks you solve my problem


Tuesday, August 18, 2015 6:55 PM

When I type w32tm /resync (on PDC DC (VM))  I got error "The computer did not resync because only stale time data was available even though I configured NTPSERVER details in the registry HKLM\system\currentcontrolset\services\w32time\parameters

But my problem is resolved when I type w32tm /resync /rediscover :) w32 query shows exact internal NTP server name as source details.

Vijay B. Girija


Wednesday, July 5, 2017 1:49 AM

Thanks lawrence1183. Your steps solved my issue. Thanks for provide information.


Saturday, March 30, 2019 6:11 PM

Hi,

C:\w32tm /resync
Sending resync command to local computer
The computer did not resync because no time data was available. - The only come when the computer unable to reach/contact intended time server/time source. Though the NTP Server is showing in registry, check the address minutely- you find the address with extra "1." or "."  before or after the NTP server address. Also check the client's "Internet Time Setting"- is it really showing the NTP server address.

Hope for the best.

-Suddhaman