Kbase P60858: How to disconnect an ADM2 session window from the Appserver?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/12/2003 |
|
Status: Unverified
GOAL:
How to disconnect an ADM2 window from the Appserver?
GOAL:
How to disconnect an SDO from an Appserver?
FACT(s) (Environment):
Progress 9.1x
FIX:
Run the procedure 'appserverDisconnect' from within the SmartDataObject, passing the partition name that the SDO is connected to. e.g.
RUN appserverdisconnect (INPUT "asbroker1").
This should disconnect from the Appserver and run any appserver disconnection procedure.