好吧,我试过在Windows Server 2008 Enterprise计算机上停止/注册win32tm服务。
C:\Users\Administrator>net stop w32time The Windows Time service is stopping. The Windows Time service was stopped successfully. C:\Users\Administrator>w32tm /unregister The following error occurred: Access is denied. (0x80070005) C:\Users\Administrator>w32tm /unregister W32Time successfully unregistered. C:\Users\Administrator>w32tm /register W32Time successfully registered. C:\Users\Administrator>net start w32time The Windows Time service is starting. The Windows Time service was started successfully. (Source : http://social.technet.microsoft.com/Forums/en-US/winserverDS/thread/9bdfc2cc-4775-4435-8868-57d214e1e3ba/)
我从Date and Time , Internet Time选项卡(也按照这里的步骤后)得到此错误。
图片http://iforce.co.nz/i/f513533m.bry.jpg
我甚至尝试了primefaces钟时间世界时间服务器 ,我得到The following error occurred: The specified module could not be found. (0x8007007E) The following error occurred: The specified module could not be found. (0x8007007E) 。
我也禁用了Windows Firewall ,可能会阻止同步。
Windows防火墙http://iforce.co.nz/i/e2s2wjoe.4hg.jpg
我用sfc /scannow完成了文件扫描,没有错误。
C:\Users\Administrator>sfc /scannow Beginning system scan. This process will take some time. Beginning verification phase of system scan. Verification 100% complete. Windows Resource Protection did not find any integrity violations. C:\Users\Administrator>
但是我没有太多的运气。 反正有可能解决这个? 或者是不支持time.windows.com服务器? 因为该软件是从2008年? (我真的不知道:/),我的ping结果到time.windows.com
C:\Users\Administrator>ping time.windows.com Pinging time.microsoft.akadns.net [65.55.21.22] with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Ping statistics for 65.55.21.22: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
和tracert结果
C:\ Users \ Administrator> tracert time.windows.com
追踪至time.microsoft.akadns.net [65.55.21.24]的路线,最多可跳至30跳:
1 1ms <1ms <1ms 192.168.1.1 2 32ms 31ms 32ms be2-100.bras1wtc.wlg.vf.net.nz [203.109.129.113]
3 31 ms 32 ms 31 ms be5-100.ppnzwtc01.wlg.vf.net.nz.129.109.203.in-a ddr.arpa [203.109.129.114] 4 31 ms 31 ms 31 ms gi0-2-0-3 .ppnzwtc01.wlg.vf.net.nz.180.109.203.in -addr.arpa [203.109.180.210] 5 31毫秒31毫秒30毫秒gi0-2-0-3.ppnzwtc02.wlg.vf.net.nz [ 203.109.180.2 09] 6 167毫秒166毫秒166毫秒ip-141.199.31.114.VOCUS.net.au [114.31.199.141]
7 175 ms 175 ms 175 ms microsoft.com.any2ix.coresite.com [206.223.143.1 43] 8 177 ms 180 ms 176 ms xe-7-0-2-0.by2-96c-1a.ntwk.msn.net [207.46.42.17 6] 9 205 ms 205 ms 204 ms xe-10-0-2-0.co1-96c-1b.ntwk.msn.net [207.46.45.3 1] 10 * * *请求超时。 11 * * *请求超时。 12 * * *请求超时。 13 * * *请求超时。 14 * * *请求超时。 15 * * *请求超时。 16 ^ C
和nslookup
C:\Users\Administrator>nslookup time.windows.com Server: UnKnown Address: 192.168.1.1 Non-authoritative answer: Name: time.microsoft.akadns.net Address: 65.55.21.22 Aliases: time.windows.com
它有点晚了,但是如果你的时钟错误的话,你经常会遇到这个错误。 令人惊讶的是,您需要将时钟设置为接近正确的时间,以便正确同步。
它可能是这样的,如果你经常得到与时间有关的奇怪的东西,你会摆脱你的后方,并找出它为什么会发生 – 往往是由于死或弱的电池。
这是一个更好的和相当标准的选项…使用公共NTP池或USNO主时钟进行时间同步。 如果你改变你的时钟源,你是否仍然有同样的问题? 您是否尝试过手动testing任何外部时间源?
这个服务器是域的一部分吗? 从域环境进行同步是最佳做法。
它是一个Hyper-V虚拟机吗? 如果是,则需要确保已禁用“时间同步”集成服务。
当你运行:
W32tm /query /configuration
你看到所有[本地]设置? 如果不是这可能是组策略设置时间设置的一个指标。
您是否尝试过运行命令以手动从外部时间源进行同步?
W32tm /config /syncfromflags:manual /manualpeerlist:"us.pool.ntp.org" W32tm /config /reliable:yes W32tm /config /update Net stop w32time && Net start w32time (Alternatively, reboot if you can) W32tm /resync /rediscover
我下载了http://www.karenware.com/powertools/ptsync.asp ,现在它正在同步