You can view the OpenEdge ABL agent sessions by using the ABL Application: <ABL application name> page.

To view the list of sessions:
  1. Click Resources > Go to Resources in the OpenEdge Management console menu.
    All resources managed by your console appear in the grid frame.
  2. Filter or search for, and select the required PAS for OpenEdge instance.

    For example, type the default PAS for OpenEdge instance name, oepas1, in the Filter field or select Progress Application Server as the selection in the Type drop-down menu and select the PAS instance.

    The Progress Application Server: <instance name> page appears.
  3. Click an ABL application listed in the ABL Applications section.
    The ABL Application: <ABL application name> page appears.
    Note: To enable the OpenEdge ABL appplications and transport services while the PAS for OpenEdge instance is running, ensure that the OpenEdge manager web application, oemanager.war (available at <$DLC>\servers\pasoe\extras\oemanager.war) is installed on PAS for OpenEdge. If it is not deployed, then deploy it from the Manage Web applications interface.
  4. Click Client Sessions.
    The Client Sessions for ABL Application < ABL application name> page appears. You can view the following ABL application session properties:
    Table 1. OpenEdge ABL application session properties
    Property Description
    ABL ID Unique identity of the ABL agent
    Client Identity (IP address) of the client that is performing the request
    Request State State of the OpenEdge ABL agent request (INIT, READY, WRITING, RUNNING, READING, DISCONNECT)
    Bound Set to true if the client request is bound to the session
    Session State State of the OpenEdge ABL agent session (INIT, STARTING, AVAILABLE, RESERVED, STOPPING, STOPPED)
    Session Type Type of the OpenEdge ABL agent session (SESSION_MANAGED, SESSION_FREE)
    Adapter Type The adapter (HTTP, SOAP, or REST) used to make the client request
    Last Access The time at which the OpenEdge ABL session was accessed
    Last Request Time The time at which an OpenEdge ABL session request was made
    Session Pool ID Manages instances of session objects.
    Session ID The ID of the session within the agent process
    Agent ID OpenEdge ABL service name.
    Note: For more information about session and request states, see About session and request states in Manage Progress Application Server (PAS) for OpenEdge.

    If an ABL ID has no client session(s) available, the result set displays an empty list with a message that there are no client sessions available.

    To filter from a list of sessions, begin typing a client name in the Client field to view the sessions for that client. You can also filter the list by selecting from the Request state, Session state, Session type, or Adapter type list and then clicking the Refresh icon to view the sessions for the selected options.

    Note: You can sort the columns in ascending or descending order by clicking the arrow next to the selected column name and then clicking Sort Ascending or Sort Descending, respectively. You can also select or deselect a list of columns by clicking Columns.
  5. Optionally, select any agent session from the list and click Stop to stop the session.
    Note: To stop an ABL agent session, you must have execute permissions (start and stop) that are granted by the administrator.