Kbase P26717: SESSION:TIME-SOURCE = <dbname> delays 60 secs before complet
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/5/2005 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
SESSION:TIME-SOURCE = <dbname> delays 60 secs before completes.
CAUSE:
Server and client not synchronized
FIX:
Actually the code runs instantly but because of the different time in server and client SESSION:TIME-SOURCE will reset the time on the client.
Example:
DEFINE VARIABLE dt1 AS INTEGER.
dt1 = TIME.
SESSION:TIME-SOURCE = "dbname".
/* message shows the difference between the client time and server time */
MESSAGE STRING( TIME - t1, "HH:MM:SS" ) .