PDC not syncing with Windows Time Source

Andy Harris 121 Reputation points
2021-10-11T10:40:32.427+00:00

The Primary Domain Controller is not syncing with an external Windows Time Source, the local system clock is being used instead.

The following errors are appearing in the System event log on the PDC:

139426-windows-time-error-1.jpg

139492-windows-time-error-2.jpg

Below are the W32Time parameters from the Registry:

139466-windows-time-error-reg-settings.jpg

The error "The computer did not resync because no time data was available" is displayed when the w32tm /resync command is entered. I've checked GPOs and local security policy for settings described in the following link, none are configured:
error-message-run-w32tm-resync-no-time-data-available

UDP port 123 is allowed in the firewall.

I would be grateful for any assistance with this issue.

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,882 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2021-10-11T12:28:01.377+00:00

    Might try a different source.

    w32tm /unregister
    net stop w32time
    w32tm /register
    net start w32time
    w32tm /config /manualpeerlist:<ntp ip address> /syncfromflags:manual /reliable:yes /update
    net stop w32time
    net start w32time
    then check
    w32tm /query /source
    w32tm /query /configuration

    https://tf.nist.gov/tf-cgi/servers.cgi

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.