How To Remove a MODE From An Acid?
search cancel

How To Remove a MODE From An Acid?

book

Article ID: 46576

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP

Issue/Introduction

When trying to remove a mode from an ACID, it fails with: "TSS0384E RESOURCE NOT FOUND IN SECURITY RECORD". What is the command to remove MODE(WARN) or another mode for an acid? 

Environment

Release: TOPSEC00200-15-Top Secret-Security
Component:

Resolution

With Top Secret, the MODE is not a real resource class like e.g. OTRAN is. But, it works in the same way. You have to give ownership for all MODEs,
i.e. add them to an owner and then permit them to an ACID.
 
Usually, in most shops during Top secret installation the modes are added to the MSCA. The modes are: DORM, WARN, IMPL, FAIL.

TSS WHOO MODE(*) will shows who the owner is.

To remove a MODE, you have to REVOKE it, because it is granted with the TSS PERMIT command. For example:

TSS REV(acid#) MODE(WARN) FACILITY(facility_name)
TSS REV(acid#) MODE(FAIL)