The following Top Secret error messages appeared in the Xmanager job log and the main Detector for Db2 for z/OS (PDT) panel cannot be accessed.
11.04.18 STC00606 TSS7100E 006 J=<xmanager> A=xxxxxxx T=N/A F=STC - FACILITY NOT AUTHORIZED
11.04.18 STC00606 TSS7160E FACILITY <STC> NOT AUTHORIZED FOR YOUR USE
11.04.18 STC00606 PXM0315 RACROUTE VERIFY FAILED SAFRC=X'0008' RC=X'001C' RS=X'00000000' USER=xxxxxxx PLAN=PDTAxxxx
Are there any required security definitions to access the Detector panels in PDT r20 in conjunction with Top Secret?
Please see the "Review External Security Considerations" in the Database Management for Db2 for z/OS Installation Guide.
Please verify this has been completed in the environment experiencing the problem. Must assign the Xmanager started task
a TSS facility and grant access to the facility to all Detector users.
Step 1: Add the Facility
To add the facility, modify the Top Secret startup parameter file to
add the following statement (replacing nn with the next available facility
number):
FAC(USERnn=NAME=PTXMAN)
Step 2: Assign the Facility to the Xmanager Started Task
To assign the facility to the Xmanager started task, use the following
Top Secret administrator commands (replacing stcuserid with the ACID
assigned to the Xmanager started task):
TSS ADD(stcuserid) MASTFAC(PTXMAN)
TSS ADD(stcuserid) FAC(PTXMAN)
Step 3: Grant Access to the Facility to all Users
You can grant access to the facility to all users with the following Top
Secret administrator command:
TSS ADD(ALL) FAC(PTXMAN)
Alternately, you can grant access to specific users or to a profile common to a
group of users.