Consultor Eletrônico



Kbase P110998: How to obtain the Id's of all active connections to an AppServer
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/3/2008
Status: Verified

GOAL:

How to obtain the Id's of all active connections to an AppServer

GOAL:

How to obtain the value of the SERVER-CONNECTION-ID for all sessions on an AppServer

FACT(s) (Environment):

OpenEdge Server Technology Category: AppServer
OpenEdge 10.2x
All Supported Operating Systems

FIX:

From OpenEdge 10.2A, the AppServer has been modified to provide a new feature that allows a user to query a running AppServer to obtain a list of the clients currently connected to it. The objective of this feature is to provide information that may be useful to system administrators in the diagnosis of certain runtime problems. Examples can be knowing if users are still running, how many users, and how busy a connection is on the system. This feature provides a view of connections. It does not provide an option to ?kill? an AppServer connection.

This information can be retrieved using the AppServer ASBMAN command line tool using 2 new switches:

-listdetails
The -listclients can be specified using command line utility ASBMAN to allow an administrator to query a running AppServer to see a list of clients connected to a running AppServer.

-clientdetail
The -clientdetail will display detailed information for a specified connection handle. To use this option run the ?listclients option first and then run the ?clientdetail option using one of the connection handles from the ?listclients output to select a particular connection for display.

For more information, please refer to the OpenEdge Application Server: Administration manual.