Getting the following error message - 'clock is out of synch
with server...' This just recently started showing up on numerous
users machines. We have been using PDMWE since 3/07 (seven months)
and this is popping up. Simple fix is adjust computer clock so it
is not out of synch by more than 30 sec.
However, one user will reset their clock and then after working within PDMWE (checkin checkout etc of various file types) this message will pop back up again, usually 20-30 minutes later.
Anyone have an explanation for this latter issue, why after resetting does this happen again?
I don't like the fact that the clocks get out of synch to begin with but 'oh well'.
Any suggestions on eliminating this issue altogether?
Thanks, Tim
However, one user will reset their clock and then after working within PDMWE (checkin checkout etc of various file types) this message will pop back up again, usually 20-30 minutes later.
Anyone have an explanation for this latter issue, why after resetting does this happen again?
I don't like the fact that the clocks get out of synch to begin with but 'oh well'.
Any suggestions on eliminating this issue altogether?
Thanks, Tim
----------Copy everything below this line-------------------
Dim wshellSet wshell = CreateObject("WScript.Shell")
wshell.Run "%COMSPEC% /c net time \\NAME OF YOUR TIME SERVER/set /y",0,TRUE
set wshell = Nothing
----------Copy everything above this line-------------------
*Give this file any name but it must have the .vbs extension.