Kbase P16528: Dynamics 2.0A: ttUserLogin table not being properly cleared
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/21/2003 |
|
Status: Unverified
FACT(s) (Environment):
Windows NT 32 Intel/Windows 2000
FACT(s) (Environment):
Progress 9.1D
FACT(s) (Environment):
Dynamics 2.0A
SYMPTOM(s):
Dynamics 2.0A: ttUserLogin table not being properly cleared on the AppServer
Thin Client environment, the login (aftemlognw.w) procedure request the ttUserLogin table from the session manager.
Each user exists in the ttUserLogin table as many times as there were requests of the Session manager.
CAUSE:
Bug# 20030106-004
CAUSE:
The exact cause is unknown at the time of this writing.
FIX:
Modify the session manager getUserLogin procedure.
Edit the Session manager procedure in af/app/afsesmngrp.i internal procedure
getLoginUserInfo to have:
FOR EACH ttLoginUser:
DELETE ttLoginUser.
END.
at the beginning of procedure and prior to FOR EACH ttUser: code...