conic123 Posted September 24, 2008 Posted September 24, 2008 For those who run into this issue...My problem was solved by reading the diagnostic steps in the article referenced by Charlow:...15. 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”....LamphaxThank you so much! I too have spent months trying to find the solution to this problem. I too have been through all of the registry settings dozens of times. I caught a lot of grief for the time becoming 'off'.I was especially confused because I even tried using 'atomic clock' programs and they returned the same error as the Windows Time Service. I knew it couldn't be that UDP port 123 was blocked because other DC's and workstations were able to run the atomic.exe program with no problems. It was a real head scratcher.Most of my policy setting were correct, but one was wrong. I changed it and rebooted my PDC. I went back through all of the registry and w32tm settings one more time just to make sure they were correct. Everything works now. Thanks for sticking with this problem and finding a solution. I really appreciate your help! Conic
thydreamwalker Posted September 25, 2008 Posted September 25, 2008 (edited) Neutron ,http://keir.net/ is a time sync file for W2K,XP,98SE,Vista includes atomic time sync too.*Another is Atomictime.exe, <http://worldtimeserver.com/>=cool program too!!! Edited September 27, 2008 by thydreamwalker
anneb2 Posted September 15, 2009 Posted September 15, 2009 All the above solutions still did not work for me. The policies were all set to "not configured". I tried to set them to "disabled", rebooted the machine, reset them to "not configured", rebooted, but to no avail.Finally I found that policies get stored in the registry as well.After renaming the following keys in :\HKEY_LOCAL_MACHINE\SOFTWARE\POLICIES\MICROSOFT\W32TIME\CONFIG to _CONFIGPARAMETERS to _PARAMETERSTIMEPROVIDERS to _TIMEPROVIDERSand restarting w32time,at last w32tm started reading the normal - documented - registry settings and this solved the problem for me as well.( 8 hours wasted thanks to policy settings that do not appear in the policy editor or did I look in the wrong place?)
tropolite Posted December 12, 2009 Posted December 12, 2009 I had to become a member of this forum - just to say a big THANKS to all that participated on this thread... My problem was my PDCe continually bouncing back "The computer did not resync because no time data was available." I spent literally hours scouring the web for solutions, finding great amounts of valuable information but this particular thread, I believe is the most helpful! My problem came down to the solution that annab2, so THANK YOU VERY MUCH - I sincerely appreciate everyone's time spent (no pun intended).I have one question to add if I may... Our secondary DC is returning a NTP: error ERROR_TIMEOUT - no response from server in xxxxms. I have checked the registry settings to ensure that those pesky GPO inherited registry settings are removed, and checked that the DC is set in its default state, so it supposedly will sync automatically with the PDCe.Running a w32tm /monitor command returnsC:\>w32tm /monitorcde01.domainname.local *** PDC *** [xx.x.2.1]: ICMP: 589ms delay. NTP: +0.0000000s offset from cde01.domainname.local RefID: reptile.digitalriver.com.au [121.54.129.52]abc01.domainname.local [xx.x.1.4]: ICMP: 0ms delay. NTP: error ERROR_TIMEOUT - no response from server in 1000msAppreciate any help on this related subject... thanks.Cheerstropolite
tropolite Posted December 12, 2009 Posted December 12, 2009 Fortunately with a bit of persistance I was able to resolve the NTP: error ERROR_TIMEOUT - no response from server in 1000ms problem.My solution - On the secondary DC that was returning the error I; - made sure that W32time service was running - reset HKLM\System\CurrentControlSet\Services\W32Time\Parameters\NTPServer to time.windows.com,0x1 - reset HKLM\System\CurrentControlSet\Services\W32Time\Parameters\Type to NT5DS - reset HKLM\System\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer\Enabled is set to 1 - closed Regedit and in the command prompt ran - net stop w32time && net start w32time - and lastly ran - w32tm /monitor which will confirm the PDCe and DC/s running (hopefully) correctly.C:\>w32tm /monitorcde01.domainname.local *** PDC ***[xx.x.2.1:123]: ICMP: 582ms delay NTP: +0.0000000s offset from cde01.domainname.local RefID: reptile.digitalriver.com.au [121.54.129.52] Stratum: 3abc01.domainname.local *** PDC ***[xx.x.1.19:123]: ICMP: 0ms delay NTP: -0.0044411s offset from cde01.domainname.local RefID: cde01.domainname.local [xx.x.2.1] Stratum: 4I hope this is somewhat helpful to others having similar issues...Cheerstropolite
jrexa Posted January 19, 2010 Posted January 19, 2010 (edited) All the above solutions still did not work for me. The policies were all set to "not configured". I tried to set them to "disabled", rebooted the machine, reset them to "not configured", rebooted, but to no avail.Finally I found that policies get stored in the registry as well.After renaming the following keys in :\HKEY_LOCAL_MACHINE\SOFTWARE\POLICIES\MICROSOFT\W32TIME\CONFIG to _CONFIGPARAMETERS to _PARAMETERSTIMEPROVIDERS to _TIMEPROVIDERSand restarting w32time,at last w32tm started reading the normal - documented - registry settings and this solved the problem for me as well.( 8 hours wasted thanks to policy settings that do not appear in the policy editor or did I look in the wrong place?)This was EXACTLY my problem. I have used a couple of days to solve this problem.My PDC Emulator is running 2003 x64 I ran the "Group Policy Results Wizard" on our x86 DC and found out, that the settings came from the "Local Group Policy"On the "Group Policy Challenged DC" I then ran MMCAdd/Remove SnapinSelect "Group Policy Object Editor"Select "Local Computer" as the "Group Policy Object" (This is the default value)Go to "Local Computer Policy", "Computer Configuration", "Administrative Templates", "System", "Windows Time Service" Make sure that the settings are "not configured", also under "Time Providers"My settings was configured under "Time Providers" and after setting to "Not Configured" the settings imidiately dissapeared from the Registry key in the Quote, and did NOT come back. Edited January 19, 2010 by jrexa
erobinson Posted April 15, 2010 Posted April 15, 2010 (edited) I know this is an older thread, but you guys are amazing. This problem has been driving me crazy for weeks. Sure enough it was because of some group policy settings. Thanks! You guys are lifesavers! Edited April 15, 2010 by erobinson
erobinson Posted April 15, 2010 Posted April 15, 2010 (edited) Thank you all for your time! I just cant say thanks enough! Edited April 15, 2010 by erobinson
ZaidSenall Posted July 1, 2010 Posted July 1, 2010 All the above solutions still did not work for me. The policies were all set to "not configured". I tried to set them to "disabled", rebooted the machine, reset them to "not configured", rebooted, but to no avail.Finally I found that policies get stored in the registry as well.After renaming the following keys in :\HKEY_LOCAL_MACHINE\SOFTWARE\POLICIES\MICROSOFT\W32TIME\CONFIG to _CONFIGPARAMETERS to _PARAMETERSTIMEPROVIDERS to _TIMEPROVIDERSand restarting w32time,at last w32tm started reading the normal - documented - registry settings and this solved the problem for me as well.( 8 hours wasted thanks to policy settings that do not appear in the policy editor or did I look in the wrong place?)GENIUS! PURE GENIUS!I have had this problem for god knows how long! none of the replied to none of the other forums helped just like the fist post, but this one, this was the answer to all my problems!I had to update group policy on all my machines and resync them to the DC after I was finally able to sync the DC with the external time source, but now all my machines are running on time!!!Thank you so much, anneb2!!!
m1a9r8k3 Posted January 4, 2011 Posted January 4, 2011 It works!!GP was the problem.. like many others i had tried for for too long to get this right.. rechecked all setting and configurations.. nothing worked until I tried to disable the time service in Group Policies that aparently affected even our DC..Thanks a lot!!
pstraight Posted April 7, 2011 Posted April 7, 2011 I've been having this same issue and hope it is related to the GPO settings like everyone else is saying. I am administering a Windows 2003 32bit SP2 machine. I only got hired a week ago and aparently the clocks here have always been about 12 minutes ahead of the real time. Anyway, the network administrators before me set the default domain policy to configure the "Configure the Windows NTP Client" and the "Enable WIndows NTP client" to be enabled. Obviously since our domain controllers were in the domain that this policy was being issued to, they are getting these settings as well. I went ahead and made an OU and put the domain controllers in there and enforced the "Default domain controllers policy" GPO so that should override any settings the default domain policy issues. Of course, the default domain controllers policy has all three of the time settings discussed here set as "not configured". I went ahead and did a gpupdate /force on the domain controller with the PDC fsmo role and then logged off and logged back on. The problem was that I was getting the same error. Is this something that I will have to restart the domain controller for all the settings of the enforced "default domain controllers policy" to take effect? I really don't want to restart this domain controller seeing as it is running DHCP and DNS.Thanks
jhill8 Posted October 17, 2014 Posted October 17, 2014 You have to be very sure you followed the instructions for using an external time source correctly. I've used these instructions on many a 2K3 server without issue, so to recap:1. Change Windows to use the NTP protocol for time synchronization:Key: HKLM\SYSTEM\CurrentControlSet\Services\W32Time\ParametersValue: TypeData: NTP2. Configure the AnnounceFlags value:Key: HKLM\SYSTEM\CurrentControlSet\Services\W32Time\ConfigValue: AnnounceFlagsData: 53. Enable the NTP server value:Key: HKLM\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClientValue: EnabledData: 14. Specify the NTP server to use:Key: HKLM\SYSTEM\CurrentControlSet\Services\W32Time\ParametersValue: NtpServerData: us.pool.ntp.org,0x15. Select the NTP polling interval:Key: HKLM\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClientValue: SpecialPollIntervalData: 9006. Configure the time correction settings:Key: HKLM\SYSTEM\CurrentControlSet\Services\W32Time\ConfigValue: MaxPosPhaseCorrectionRadix: DecimalData: 3600Key: HKLM\SYSTEM\CurrentControlSet\Services\W32Time\ConfigValue: MaxNegPhaseCorrectionRadix: DecimalData: 3600After this, stopping and restarting the NTP service should get you working. If it does not, check the value configured in step 4 - this being misconfigured is the only time I've seen errors in the Windows Time service like the ones you've posted, so it's possible this is incorrect in your registry. I would also suggest using a time server OTHER than time.nist.gov, as it is a VERY busy time server and you are likely to miss one or two time syncs to it before you get a good one. I would suggest using another time server, preferrably a stratum-2 NTP server closer to you. You can find these listed here:http://www.eecis.ude...tp/clock2a.htmlWorks great on my SBS 2003 server. Thanks!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now