z/OS Security Server RACF Messages and Codes
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


ICH06004I

z/OS Security Server RACF Messages and Codes
SA23-2291-00

ICH06004I
profile-name NOT DEFINED TO RACF

Explanation

The specified profile name is not defined to RACF®.

Note: If you enter the PERMIT command for a fully qualified generic profile (one whose name has no generic characters), but you do not specify the GENERIC operand, RACF issues this message. This occurs because, without the GENERIC operand, RACF looks for a discrete profile of that name. For example, if there is a fully qualified generic profile named ABC.DATA, and you enter the following command:
PERMIT 'ABC.DATA' ACCESS(READ) ID(JOE)
RACF looks for a discrete profile named ABC.DATA and, if there is none, issues this message (ICH06004I ABC.DATA NOT DEFINED TO RACF). To identify for RACF the generic profile, specify the GENERIC operand as follows:
PERMIT 'ABC.DATA' ACCESS(READ) ID(JOE) GENERIC

Also, when using the FROM operand to copy an access list from a fully qualified generic profile, specify the FGENERIC operand to identify the fully qualified generic profile to RACF.

System action

Command processing stops.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014