Try OpenEdge Now
skip to main content
Progress Application Server for OpenEdge Configuration
Managing OpenEdge ABL applications deployed to a PAS for OpenEdge instance : Managing OpenEdge ABL application settings : Viewing OpenEdge ABL application sessions
 

Viewing OpenEdge ABL application sessions

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: The OpenEdge manager web application, oemanager, must be installed on PAS for OpenEdge for you to manage OpenEdge ABL applications and transport services while the PAS for OpenEdge instance is running.
4. Click Sessions.
The Sessions for ABL Application < ABL application name> page appears. You can view the following ABL application session properties:
Table 2. 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, READING, RUNNING, WRITING, 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
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.