Go Back   TechArena Community > Software > Operating Systems
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Sponsored Links



The time service is now synchronizing the system time with the time source

Operating Systems


Reply
 
Thread Tools Search this Thread
  #1  
Old 11-07-2009
Member
 
Join Date: May 2009
Posts: 3,621
The time service is now synchronizing the system time with the time source

Event ID: 35
Message: the time service is now synchronizing the system time with the time source time

I am getting the above error message when my clients are logging in to computer. I have ISA 2008 on my Windows Server 2008. The windows Time service is set to automatic and is running, logging on as 'Local service'. Can anyone help me?
Reply With Quote
  #2  
Old 11-07-2009
Elijah's Avatar
Member
 
Join Date: May 2008
Posts: 866
Re: The time service is now synchronizing the system time with the time source

The Windows Time service (W32time) synchronizes local time with a time source. The Windows Time service on a domain controller can be configured as either a reliable or an unreliable time source. The Windows Time service running on a client will attempt to synchronize its time source with servers that are indicated as being reliable. The Windows Time service can configure a domain controller within its domain as a reliable time source, and it synchronizes itself periodically with this source. So don't worry. This is a normal condition.
Reply With Quote
  #3  
Old 11-07-2009
Luis234's Avatar
Member
 
Join Date: May 2008
Posts: 974
Re: The time service is now synchronizing the system time with the time source

Just configure the Windows Time service as follows to use an internal hardware clock.
  1. Click Start, click Run, type regedit, and then click OK.
  2. Look for the following registry entry:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\
  3. In the right pane, right-click AnnounceFlags, and then click Modify.
  4. In the Edit DWORD Value dialog box, under Value data, type 5, and then click OK.
  5. Enable NTPServer.
    • Look for the following registry subkey:
      HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer\
    • In the right pane, right-click Enabled, and then click Modify.
    • In the Edit DWORD Value dialog box, type 1 under Value data, and then click OK.
  6. Exit Registry Editor.
  7. At the command prompt, type the following command to restart the Windows Time service, and then press ENTER:
    net stop w32time && net start w32time
  8. To reset the local computers' time against the time server, run the following command on all the computers except the time server:
    w32tm /resync /rediscover
Reply With Quote
  #4  
Old 11-07-2009
Member
 
Join Date: Aug 2008
Posts: 515
Re: The time service is now synchronizing the system time with the time source

Try this command:
Quote:
w32tm /resync [/computer:<computer>] [/nowait] [/rediscover] [/soft]
Tells a computer that it should resynchronize its clock as soon as possible, throwing out all accumulated error statistics.

where,
computer:<computer> - computer that should resync. If not specified, the local computer will resync.
nowait - do not wait for the resync to occur; return immediately. Otherwise, wait for the resync to complete before returning.
rediscover - redetect the network configuration and rediscover network sources, then resynchronize.
soft - resync utilizing existing error statistics. Not useful, provided for compatibility.
Reply With Quote
Reply

  TechArena Community > Software > Operating Systems


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "The time service is now synchronizing the system time with the time source"
Thread Thread Starter Forum Replies Last Post
Server time on DC time lags 1:30 sec from NTP source? Douggg Active Directory 5 10-10-2009 10:27 PM
No external time source for Windows Time Service study Active Directory 6 16-06-2008 07:04 PM
Setting my PDC Emulator to time sync to external time source aja44 Windows Server Help 1 17-05-2008 08:38 PM
Windows Time service to use an external time source issue stargaten Windows Server Help 3 05-03-2008 01:56 AM
windows 2000 domain controllers and sync-ing time with external time source obi.joseph@gmail.com Window 2000 Help 0 22-09-2006 05:18 PM


All times are GMT +5.5. The time now is 11:52 PM.