Kbase P4627: How to use the appserver info parameter.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/12/2006 |
|
Status: Unverified
GOAL:
How to use the appserver info parameter.
GOAL:
How to pass user defined information to the Appserver instance.
FACT(s) (Environment):
Progress 9.1x
FIX:
Define a connect procedure for the Appserver instance in its Progress Explorer property sheet.
Define the three Connect procedure input parameters use-id, password and app-server-info. For example:
DEFINE INPUT PARAMETER user-id AS CHARACTER NO-UNDO.
DEFINE INPUT PARAMETER password AS CHARACTER NO-UNDO.
DEFINE INPUT PARAMETER app-server-info AS CHARACTER NO-UNDO.
These can then be used within the connect procedure to handle context information passed from the client Appserver call.