How To Implement Debug Tool (EQAYSESM) with CA Top Secret?
search cancel

How To Implement Debug Tool (EQAYSESM) with CA Top Secret?

book

Article ID: 10897

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP

Issue/Introduction

 

 

- We have a problem when we put a "bad password" for Debug Tool login (EQAYSESM stc). 

  Indeed we have a reply to the system log instead of having the message in the Debug Tool panel. 

  Example below : 
 TSS7100E 009 J=EQAYSESM A=L206296 T=N/A F=STC - Incorrect Password 
 TSS7101E Password is Incorrect 
*63 TSS7150A SPECIFY PASSWORD FOR STC= ACID=L206296 

 Do you know what needs to be done in TSS to remove this reply from the system log ? 



Environment

z/OS

Resolution

 

 

- You need to define a TSS FACILITY for this product. And add it as MASTFAC on the region acid, you will need to define the STC with a PGM= of the first 3 characters of the program 

   that starts the STC or ignore this parameter, it should be then "***'. 

   TSS MODI FAC(USERxx=NAME=EQA) 
   TSS MODI FAC(EQA=MODE=FAIL) 
   TSS MODI FAC(EQA=PGM=xxx) or ignore it etc... 

   You must update your TSSPARM0 member if you don't use FACSTOR(YES) with . 

   FAC(USERxx=NAME=EQA) 
   FAC(EQA=MODE=FAIL) 
   FAC(EQA=PGM=xxx) or ignore it etc... 

   You also need to add this new FACILITY to any acid using it or add it to the *ALL* record. 

   You need to create an acid for the EQAYSESM region and add the EQA facility as MASTFAC to that acid. 

   TSS CRE(EQASTC) TYPE(USER) NAME('name') PASS(xxxx,0) DEPT(dept) 
   TSS ADD(EQASTC) FAC(STC) 
   TSS ADD(EQASTC) MASTFAC(EQA) 

   You may need to define an OMVS segment for that acid and add some bypasses. 

   Then change the STC table: 

   TSS REPL(STC) PROCNAME(EQAYSESM) ACID(EQASTC) 

   Then recycle the EQAYSESM region.

Additional Information

 

 

- If you want to have more information about how to define a CA Top Secret FACILITY go to link:

 

https://docops.ca.com/ca-top-secret-for-z-os/16-0/en/using/specifying-control-options-to-modify-your-security-environment/facilitycontrol-system-facility-processing