You can use the Database System Monitor to monitor the connections for remote clients.
When an error occurs at the DRDA server, the system administrator can determine if the problem was on the DB2 Connect workstation. The database system monitor correlates:
This shows which DB2 Connect connection caused the problem, which allows the system administrator to force the individual client application from the system without affecting the other clients using the DB2 Connect connection.
For detailed information about the database system monitor and how it works, see the System Monitor Guide and Reference.
To activate the monitor, use the DB2 UPDATE MONITOR SWITCHES command. Refer to Command Reference for the syntax of this command. Here is an example, which creates DB2 System Monitor events for Units of Work (UOW):
db2 update monitor switches using uow on
To list the status of monitor switches, use the DB2 GET MONITOR SWITCHES command.
To view the information provided by the monitor at the application level, issue the DB2 LIST DCS APPLICATIONS command. It returns the following information for an APPC connection (DB2 Connect Enterprise Edition Version 5.0 to DB2 for OS/390):
Auth Id Application Name Appl. Outbound Application Id
Handle
-------- -------------------- ---------- --------------------------------
USERID db2bp_41 0 CAIBMOML.OMXT4H0A.A79EAA3C6E29
It returns the following information for a TCP/IP connection (DB2 Connect Enterprise Edition Version 5.0 to DB2 for OS/390):
Auth Id Application Name Appl. Outbound Application Id
Handle
-------- -------------------- ---------- --------------------------------
USERID db2bp_41 2 0915155C.9704.1517172201BE
This unique identifier is generated when the application connects to the DRDA server database. You can use this element in conjunction with the Application ID to correlate the client and server parts of the application information.
If the DB2 LIST DCS APPLICATIONS SHOW DETAIL command format is specified, additional information is shown, including, for an APPC connection:
Auth Id Application Name Appl. Client Application Id
Handle
-------- -------------------- ---------- --------------------------------
USERID db2bp_41 0 09150FDB.9704.1517161810D5
Seq# DB Alias Node Client Codepage Outbound Application Id
---- -------- -------- -------- ---------- --------------------------------
0001 DB2SF weasel SQL05000 850 CAIBMOML.OMXT4H0A.A79EAA3C6E29
Seq# DB Name Host
---- -------------------- --------
0000 SAN_FRANCISCO DSN05010
Or, for a TCP/IP connection:
Auth Id Application Name Appl. Client Application Id
Handle
-------- -------------------- ---------- --------------------------------
USERID db2bp_41 2 09150FDB.9704.1517172110D6
Seq# DB Alias Node Client Codepage Outbound Application Id
---- -------- -------- -------- ---------- --------------------------------
0001 DB2SFT weasel SQL05000 850 0915155C.9704.1517172201BE
Seq# DB Name Host
---- -------------------- --------
0000 SAN_FRANCISCO DSN05010
This value lets you correlate connections from clients to the DB2 Connect workstation and from the DB2 Connect workstation to the DRDA server.
You can use this information to ensure that data conversion is supported between the application code page and the database code page (or for DRDA server databases, the DRDA server CCSID).
If the application code page is different from that under which the database system monitor is running, this code page element can help you to manually convert data that was passed from the application and displayed by the database system monitor. For example, you can use it to help translate the Application Name.