Hello guys & gals,
I have been fighting this issue since last March, getting temporary relief from thread1584-1341925 , where I ran the cmd
This failed after a while, so I replaced time.nist.gov with time.microsoft.com, which worked for a while then failed. I followed ShackDaddy's advice that ignorance is bliss, but my perfectionist nature couldn't bear to suppress the warning that SBS had no source of accurate time. I just needed a break in the action to get it solved, as well as a tip from:
...where I learned:
I modified the cmd to include the ,0x1 argument (or whatever it's called) instead of the 0x8 and changed the timeserver to tock.usno.navy.mil and lo and behold today is the first day in almost a year with a clean email report. More importantly, my local XP machine, which gets its time from the SBS server, now has accurate time.
Since I get no thanks or glory from my local peers (I'm it in IT) I had to share here!
Tony
Users helping Users...
I have been fighting this issue since last March, getting temporary relief from thread1584-1341925 , where I ran the cmd
Code:
w32tm /config /manualpeerlist:time.nist.gov,0x8 /syncfromflags:MANUAL
net stop w32time
net start w32time
w32tm /resync
This failed after a while, so I replaced time.nist.gov with time.microsoft.com, which worked for a while then failed. I followed ShackDaddy's advice that ignorance is bliss, but my perfectionist nature couldn't bear to suppress the warning that SBS had no source of accurate time. I just needed a break in the action to get it solved, as well as a tip from:
...where I learned:
windowsnetworking.com said:if DNS names are used then you must append ,0x1 to the end of each DNS name
I modified the cmd to include the ,0x1 argument (or whatever it's called) instead of the 0x8 and changed the timeserver to tock.usno.navy.mil and lo and behold today is the first day in almost a year with a clean email report. More importantly, my local XP machine, which gets its time from the SBS server, now has accurate time.
Since I get no thanks or glory from my local peers (I'm it in IT) I had to share here!
Tony
Users helping Users...