Kbase P118914: How can audit data from an AppServer be associated with the correct user on the client side?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/02/2009 |
|
Status: Verified
GOAL:
How can audit data from an AppServer be associated with the correct user on the client side?
FACT(s) (Environment):
OpenEdge 10.1x
OpenEdge 10.2x
All Supported Operating Systems
All Supported Operating Systems
FIX:
When the client connects to the AppServer pass the clients userid and password via the CONNECT method. On the AppServer side, define a connect procedure and in the connect procedure do a SETUSERID call to associate the clients userid and password to the connected database(s). Changes made to the database during the AppServer connection will then be associated with the clients information.