Kbase P96616: SESSION:TIME-SOURCE = delays 60 secs before completes.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/10/2004 |
|
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" ) .