Link to home
Start Free TrialLog in
Avatar of LINGSAEED
LINGSAEED

asked on

WINTIME32 ERROR

i have small bussiness server 2003. i am getting a system event error "The time provider NtpClient is configured to acquire time from one or more time sources, however none of the sources are currently accessible.  No attempt to contact a source will be made for 30 minutes. NtpClient has no source of accurate time. "

and "Time Provider NtpClient: No valid response has been received from  manually configured peer time.windows.com,0x1 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.  "

Can anyone help what is the problem

Thanks
Avatar of Hypercat (Deb)
Hypercat (Deb)
Flag of United States of America image

The most common cause of this would be a firewall/router that is blocking the necessary port for the network time protocol.  This is UDP port 123 which needs to be open for incoming traffic and the port forwarded to your server.  Do you have a router or firewall? Do you know how to configure it to open a port and forward it?  Once that is resolved, you should configure your server to synchronize with an external time source, such as time-a.nist.gov or time-b.nist.gov (which are servers at the National Institute of Standards and Technology) or one of the US Navy time sources.  Here's an article on how to do this:

http://support.microsoft.com/kb/836424/en-us
Avatar of LINGSAEED
LINGSAEED

ASKER

Yes the port is open because its working last week suddenly its giving me this error.

Thanks
I would still recommend that you re-check the router to make sure nothing has changed.  Also, try configuring your system to use a different time source and I suggested and see if that works.  
But in my server when i click adjust time  and date it showing me. date and time /time zone there nothing like time source . how to change different time source.

Thanks
Ok - here's a quick way to do this:

1.  Open a command prompt.
2.  Type: net stop w32time. Press Enter.
3.  When the time service has stopped, type: net time /setsntp:time-a.nist.gov,0x1.  Press Enter. This sets your server to sync with the external NIST server named time-a.nist.gov.
4.  Type: net start w32time.  Press Enter.

ASKER CERTIFIED SOLUTION
Avatar of Jeffrey Kane - TechSoEasy
Jeffrey Kane - TechSoEasy
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial