Go Back   Microsoft Operating System Forum > Microsoft Operating System > Windows Vista

Problem symptoms: Slow drift of time and inability to synchronize time with internet time sources Conditions: Time zone, date, and time are all correct within 5 minutes Windows Vista Business


Microsoft OS Forum to Usenet Gateway is a gateway to Microsoft Windows operating system newsgroups. If you use Windows XP, Windows Vista or any other Microsoft Operating System then this is the community for you.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact us.

Once you register you'll stop seeing this message.
Log in

Reply
 
Thread Tools Display Modes
Old 04-14-2008, 05:14 PM   #1
Steve E.
Guest
 
Posts: n/a
Another time synch problem

Problem symptoms:

Slow drift of time and inability to synchronize time with internet time
sources

Conditions:
Time zone, date, and time are all correct within 5 minutes
Windows Vista Business edition (build 6000)
Intel core2 Quad, 2GB memory, 500MB disk
All up to date with microsoft update
ALL updates applied, not just critical ones
Windows is the only firewall in place (NO Nortons or McAfee!)

Using 'Date and Time' - 'Internet Time Settings' - 'Update now'

I get the error message:

"An error occurred while Windows was synchronizing with <time server name>

I have 12 time servers, level 1 and 2. NONE of the servers work with
built-in synch

================================================== ===
Found on Internet:

The first thing that you want to check is that you can in fact reach the
time source from the PDC; things such as firewalls and bad routing can cause
a time source to be unreachable. You can test the route to the time source by
using the w32tm command:

w32tm /stripchart /computer:time.windows.com /samples:3

Keep in mind to replace time.windows.com with the name of your time source
(IP address or DNS name). You should see something like:

Tracking time.windows.com [ ].
Collecting 3 samples.
The current time is 1/2/2008 10:13:07 AM.
10:13:07 d:+00.0060006s o:-00.0341482s [ *
]
10:13:09 d:+00.0060006s o:-00.0367508s [ *
]
10:13:11 d:+00.0080008s o:-00.0393534s [ *
]

If you see something like the above, then you are able to contact the time
source. If not, you may want to look into your network configuration to
ensure that port 123 (NTP) is open.

Did this and it works!.. so should mean that firewall is ok and network is ok
================================================== ===
Tried this:

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

C:\Windows\system32>w32tm /unregister
W32Time successfully unregistered.

C:\Windows\system32>w32tm /unregister
W32Time successfully unregistered.

C:\Windows\system32>w32tm /register
W32Time successfully registered.

C:\Windows\system32>reg add
hklm\system\currentcontrolset\services\w32time\par am
eters\ /v NtpServer /t reg_sz /d time-a.nist.gov /f
The operation completed successfully.

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


No error messages but Did nothing, no change.
================================================== ===
Result of Resync command:

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

error, but not very informative
================================================== ===

tried turning off DST and re-synching...

still get 'An error occurred while WIndows was synchronizing with
time-a.nist.gov'

================================================== ===
Tried using IP instead of DNS with 207.46.130.100 (windows time) just in
case DNS issue.

still no good
================================================== ===
Tried turning off the windows firewall ...
no good
================================================== ===
I read several places that kb942763, which is the update for DST for vista,
may be causing trouble so....
================================================== ===
remove kb942763 and restart.....
no good... and it wants me to reinstall the hotfix
i will..... i did and it does not work
================================================== ===
installed and tried 3rd party time synch utils... both worked fine

This tells me that that the network and firewall are both configured correctly
================================================== ===
oh, by the way, my Time zone, date and time are set correctly... not too far
off for resynch
================================================== ===
From a forum:

It's probably being blocked by you firewall protection s/w. If you are
using Windows Firewall, go to:
Start>Control Panel>Fire Wall>Allow Programs Through Fire Wall>check -
Internet Time Server
Bob F.

'Internet Time Server' does not appear in my list of programs but just for
kicks, i opened UDP ports 123 (NTP) and 37 (TIME) even though I don't believe
windows blocks outgoing requests.
Still no good...
================================================== ===
Needless to say, I've been going crazy for several days now and am ready to
just install 3rd party software to keep my time correct. Any help would be
greatly appreciated.

Steve

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote


Old 04-14-2008, 09:23 PM   #2
Alex T. MVP
Guest
 
Posts: n/a
RE: Another time synch problem

How old is the PC? Have you checked your CMOS battery? I knwo that can have
a adverse affect on the Windows time.
--
~A.K.A. Makaveli213~
~Windows Desktop Experience MVP~


"Steve E." wrote:

> Problem symptoms:
>
> Slow drift of time and inability to synchronize time with internet time
> sources
>
> Conditions:
> Time zone, date, and time are all correct within 5 minutes
> Windows Vista Business edition (build 6000)
> Intel core2 Quad, 2GB memory, 500MB disk
> All up to date with microsoft update
> ALL updates applied, not just critical ones
> Windows is the only firewall in place (NO Nortons or McAfee!)
>
> Using 'Date and Time' - 'Internet Time Settings' - 'Update now'
>
> I get the error message:
>
> "An error occurred while Windows was synchronizing with <time server name>
>
> I have 12 time servers, level 1 and 2. NONE of the servers work with
> built-in synch
>
> ================================================== ===
> Found on Internet:
>
> The first thing that you want to check is that you can in fact reach the
> time source from the PDC; things such as firewalls and bad routing can cause
> a time source to be unreachable. You can test the route to the time source by
> using the w32tm command:
>
> w32tm /stripchart /computer:time.windows.com /samples:3
>
> Keep in mind to replace time.windows.com with the name of your time source
> (IP address or DNS name). You should see something like:
>
> Tracking time.windows.com [ ].
> Collecting 3 samples.
> The current time is 1/2/2008 10:13:07 AM.
> 10:13:07 d:+00.0060006s o:-00.0341482s [ *
> ]
> 10:13:09 d:+00.0060006s o:-00.0367508s [ *
> ]
> 10:13:11 d:+00.0080008s o:-00.0393534s [ *
> ]
>
> If you see something like the above, then you are able to contact the time
> source. If not, you may want to look into your network configuration to
> ensure that port 123 (NTP) is open.
>
> Did this and it works!.. so should mean that firewall is ok and network is ok
> ================================================== ===
> Tried this:
>
> C:\Windows\system32>net stop w32time
> The Windows Time service is stopping.
> The Windows Time service was stopped successfully.
>
> C:\Windows\system32>w32tm /unregister
> W32Time successfully unregistered.
>
> C:\Windows\system32>w32tm /unregister
> W32Time successfully unregistered.
>
> C:\Windows\system32>w32tm /register
> W32Time successfully registered.
>
> C:\Windows\system32>reg add
> hklm\system\currentcontrolset\services\w32time\par am
> eters\ /v NtpServer /t reg_sz /d time-a.nist.gov /f
> The operation completed successfully.
>
> C:\Windows\system32>net start w32time
> The Windows Time service is starting.
> The Windows Time service was started successfully.
>
>
> No error messages but Did nothing, no change.
> ================================================== ===
> Result of Resync command:
>
> C:\Windows\system32>w32tm /resync
> Sending resync command to local computer
> The computer did not resync because no time data was available.
>
> error, but not very informative
> ================================================== ===
>
> tried turning off DST and re-synching...
>
> still get 'An error occurred while WIndows was synchronizing with
> time-a.nist.gov'
>
> ================================================== ===
> Tried using IP instead of DNS with 207.46.130.100 (windows time) just in
> case DNS issue.
>
> still no good
> ================================================== ===
> Tried turning off the windows firewall ...
> no good
> ================================================== ===
> I read several places that kb942763, which is the update for DST for vista,
> may be causing trouble so....
> ================================================== ===
> remove kb942763 and restart.....
> no good... and it wants me to reinstall the hotfix
> i will..... i did and it does not work
> ================================================== ===
> installed and tried 3rd party time synch utils... both worked fine
>
> This tells me that that the network and firewall are both configured correctly
> ================================================== ===
> oh, by the way, my Time zone, date and time are set correctly... not too far
> off for resynch
> ================================================== ===
> From a forum:
>
> It's probably being blocked by you firewall protection s/w. If you are
> using Windows Firewall, go to:
> Start>Control Panel>Fire Wall>Allow Programs Through Fire Wall>check -
> Internet Time Server
> Bob F.
>
> 'Internet Time Server' does not appear in my list of programs but just for
> kicks, i opened UDP ports 123 (NTP) and 37 (TIME) even though I don't believe
> windows blocks outgoing requests.
> Still no good...
> ================================================== ===
> Needless to say, I've been going crazy for several days now and am ready to
> just install 3rd party software to keep my time correct. Any help would be
> greatly appreciated.
>
> Steve
>

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-14-2008, 11:14 PM   #3
Steve E.
Guest
 
Posts: n/a
RE: Another time synch problem

New machine.. several months old.. keeps time fine.. just normal cmos drift,
nothing radical, a few seconds a day.. I don't suspect the battery. Besides,
that wouldn't cause error messages. If the battery were bad, the time should
drift until it was out of range before it caused any problems. The machine is
left on 24/7 most of the time.

Thanks for the response

Steve

"Alex T. MVP" wrote:

> How old is the PC? Have you checked your CMOS battery? I knwo that can have
> a adverse affect on the Windows time.
> --
> ~A.K.A. Makaveli213~
> ~Windows Desktop Experience MVP~
>
>
> "Steve E." wrote:
>
> > Problem symptoms:
> >

>

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
problem, synch, time



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Win2003 SP2 Time Synch Mystery Kryten Windows 2003 Server 1 04-09-2008 08:21 AM
Cannot get clients or second DC to synch time with PDC Emulator. Matthew Adkins Windows 2003 Server 1 11-25-2007 10:27 AM
Time Synch Problem partykdj Windows 2003 Server 1 11-21-2007 04:44 PM
Time synch... Howard Woodard Windows Vista 3 11-13-2007 05:05 PM
Internet time won't synch gruntusmc55 Windows Vista 12 09-15-2007 10:38 AM




This is a Schwarz Network site.

All times are GMT -5. The time now is 10:58 AM.
Designed by: vBSkinworks