TSS0322E Adding MASTFAC To ACID
search cancel

TSS0322E Adding MASTFAC To ACID

book

Article ID: 199563

calendar_today

Updated On:

Products

Top Secret WEB ADMINISTRATOR FOR TOP SECRET

Issue/Introduction

The following command to add a MASTFAC to an ACID fails:


TSS ADD(ACID1) MASTFAC(ABCD)  

The error message is:


TSS0322E  INVALID KEYWORD WITH THIS ACID TYPE          
TSS0301I  ADD      FUNCTION FAILED, RETURN CODE =  8   

The list of the ACID is:


ACCESSORID = ACID1   NAME       = User ACID1
TYPE       = CENTRAL   SIZE       =      512  BYTES       
FACILITY   = STC                                          
CREATED    = 01/01/19  12:01  LAST MOD   = 02/02/20  10:10
                              
                                                        
TSS0300I  LIST     FUNCTION SUCCESSFUL                    


Environment

Release : 16.0

Component : CA Top Secret for z/OS

Cause

The TYPE for this ACID is CENTRAL.

MASTFAC is to be used with ACID type USER.

In order to add MASTFAC to ACID types other than USER it is necessary to use the OPTIONS(72) control option.

Resolution

Use OPTIONS(72) to be able to add MASTFAC to type CENTRAL ACIDs.

Additional Information

The explanation of the different OPTIONS that can be used with Top Secret can be found selecting the following link:

OPTIONS