RACF


Another reminder:

(Optional) Define an entry in RACF for CLASS STARTED and your name with STDATA USER for the userid under which you want to run the task. If you have a generic profile you might prefer to use that. Note that tttuser represents the userid defined for TOPAZTST. 

RDEFINE STARTED HCI started task.* STDATA(USER(tttuser))
SETROPTS RACLIST(STARTED) REFRESH

The task user must be authorized to SURROGAT by end users:

RDEFINE SURROGAT *.SUBMIT UACC(NONE)
PERMIT *.SUBMIT CLASS(SURROGAT) ID(tttuser) ACCESS(READ)
SETROPTS RACLIST(SURROGAT) REFRESH


Success

Tip

Generally, everything in RACF should be on a group basis, not a user basis. So you might want to create RACF USER GROUP for Topaz for Total Test users and connect the relevant ones to that group.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Compuware Topaz for Total Test 20.12