Use this page to:
Click this to view detailed information for the TST.
The rest of the information in this row shows:
Shows the actual data queues and interval control element data records that currently exist on this server. Hexadecimal IDs (those that contain non-displayable characters) are displayed in both hexadecimal notation and display notation (with the non-displayable characters replaced with full stop characters “.”).
You can delete an entry in the TS Unit Table by clicking to the left of its row in the table. When you delete an IC (interval control element) data record, you also delete the interval control element that it is associated with. The delete request is actioned immediately, and a message comfirming this is displayed at the top of the TST information.
Shows the position in the queue of this item. It is used to resolve which queue item a generic READQ will return.
Shows the current number of items in the queue.
Shows the type of data queue or interval control element data record. The meanings of the abbrevations are:
To be able to purge a TS Queue from ESMAC, you need to have a CZTS entry in the TCICSTRN resource in the LDAP repository and the user must have at least READ access rights.
To create an entry in the LDAP repository, you need to add some code in the LDF file similar to the following:
################### ###### PCT : CZTS # ################### dn: CN=CZTS,CN=TCICSTRN,CN=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=X changetype: add objectClass: microfocus-MFDS-Resource microfocus-MFDS-Resource-Class: TCICSTRN microfocus-MFDS-Resource-ACE: allow:ALLUSER group:read microfocus-MFDS-Resource-ACE: deny:*:execute microfocus-MFDS-UID: mfuid description: TSQ purge transaction ################### ###### PCT : CZTD # ################### dn: CN=CZTD,CN=TCICSTRN,CN=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=X changetype: add objectClass: microfocus-MFDS-Resource microfocus-MFDS-Resource-Class: TCICSTRN microfocus-MFDS-Resource-ACE: allow:ALLUSER group:read microfocus-MFDS-Resource-ACE: deny:*:execute microfocus-MFDS-UID: mfuid description: TDQ purge transaction