Rocket® Enterprise Test Server (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
DCT (Active)
Use this page to view the DCTs available on this server.
- Details
-
Click this to display detailed information for the DCT.
The rest of the information in this row shows:
- The name of the DCT.
- Whether the DCT is enabled or disabled.
- The type of DCT.
Note:
To be able to purge a TD Queue from ESMAC, you need to have a CZTD 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