W32Time events - Server 2003
Hi,
I have Windows Server 2003 server and Server 2003 DC. When I put this server 2003 out of domain (in workgroup) and again in domain I getting
W32Time Event ID: 17, 27, 47, 48 System events.
Please suggest what to do,
Thanks in Advance.
_______________________________
Event Type: Error
Event Source: W32Time
Event Category: None
Event ID: 17
Date: 11/16/2010
Time: 3:13:14 PM
User: N/A
Computer: MYPC
Description:
Time Provider NtpClient: An error occurred during DNS lookup of the manually configured peer 'time.windows.com,0x1'.
NtpClient will try the DNS lookup again in 30 minutes. The error was: No such service is known.
The service cannot be found in the specified name space. (0x8007277C)
Event Type: Warning
Event Source: W32Time
Event Category: None
Event ID: 27
Date: 11/16/2010
Time: 3:14:30 PM
User: N/A
Computer: MYPC
Description:
Time Provider NtpClient: The response received from domain controller mydc.mydomain.com is missing the signature.
The response may have been tampered with and will be ignored.
Event Type: Warning
Event Source: W32Time
Event Category: None
Event ID: 47
Date: 11/16/2010
Time: 4:53:56 PM
User: N/A
Computer: MYPC
Description:
Time Provider NtpClient: No valid response has been received from manually configured peer 192.168.2.4 (mydc IP address) 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.
Event Type: Error
Event Source: W32Time
Event Category: None
Event ID: 48
Date: 11/16/2010
Time: 7:22:56 AM
User: N/A
Computer: MYPC
Description:
Time Provider NtpClient: An error occurred during DNS lookup of the manually configured peer 'time.windows.com,0x1'.
NtpClient will continue to try the DNS lookup every 960 minutes. This message will not be logged again until a successful lookup
of this manually configured peer occurs. The error was: No such service is known. The service cannot be found in the specified name
space. (0x8007277C)
November 16th, 2010 4:56am
Hello,
please post an unedited ipconfig /all from the DC and the problem server. Is there any firewall running that blocks port 123 UDP?
Also run on the member server:
w32tm /config /syncfromflags:domhier /update
After that you have to run:
net stop w32time
net start w32time
Then check the event viewer again.Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
November 16th, 2010 7:12am
Hi,
According to the error message, this issue also can be caused by the DNS problem.
In addition to the troubleshooting suggestions “Meinolf Weber” provided, I also would like to suggest you check apply the
following hotfix:
Name resolution may fail on a Windows Server 2003 DNS server if conditional forwarding is configured and if records have different TTL values
http://support.microsoft.com/kb/938863
For more information, please also refer to the following TechNet articles:
Event ID 17 — Manual Time Source Acquisition
http://technet.microsoft.com/en-us/library/cc756513(WS.10).aspx
Event ID 27 — Time Source Peer Authentication
http://technet.microsoft.com/en-us/library/cc756647(WS.10).aspx
Event ID 47 — Manual Time Source Acquisition
http://technet.microsoft.com/en-us/library/cc756594(WS.10).aspx
Event ID 48 — Manual Time Source Acquisition
http://technet.microsoft.com/en-us/library/cc756705(WS.10).aspx
Regards,
Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
November 17th, 2010 1:41am
I solve the problem with:
net time /setsntp:domain_name
net stop w32rime
net start w32rime
Free Windows Admin Tool Kit Click here and download it now
November 17th, 2010 7:33am


