DFHXS1113 abends in CICS and CPSM regions at startup when running a CMAS region.
+DFHXS1113 AXLCMAS0 899
The region userid cannot access system transaction CMPE. CICS will
terminate. SAF codes are (X'00000008',X'00000000'). ESM codes are
(X'00000008',X'00000000').
Release : 16.0
Component : CA Top Secret for z/OS
Since this is a CMAS region we need to remove TRANID CPLT from the BYPASS LIST. QUERY SECURITY calls at startup will not work.
1) TSS MODIFY(FAC(EYUXLCMS=BYPREM(TRANID=CPLT)))
2) recycle CICS region EYUXLCMS.
To make the removal of tranid CPLT permanent in the TSS startup parmfil add the following:
FAC(EYUXLCMS=BYPREM(TRANID=CPLT))