To view and delete data queue items

  1. Click the dropdown menu in the Resources group.
  2. Select Active.
  3. Click TST. You see the TST (active) page, containing a list of active TST definitions in the upper half, and a table of actual data queue items in the lower half. These include data queues associated with interval control elements.
  4. Click Delete button to the left of the row containing the data queue item you want to delete. The item is deleted immediately, and a message is displayed at the top of the TST information confirming the deletion.
Note: You can delete data queue items only if you have the appropriate permissions.
Note:

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