CQM_CAE_RACF_LOGGING

Use the CQM_CAE_RACF_LOGGING parameter in CQMCPRMS to control the ICH messaging behavior of the CAE agent.

Description
The ICH message type (msg_type) printed to the system log by the CAE agent when a user lacks the necessary permissions to access a Db2 Query Monitor resource.
Syntax
CQM_CAE_RACF_LOGGING(msg_type)
Default
FINER
Valid values
NONE
No ICH messages are printed in the system log.
FINE
ICH messages are printed in the system log when:
  • The user enters the wrong password in the CAE browser client.
FINER
ICH messages are printed in the system log when any of the following situations occur:
  • The user enters the wrong password in the CAE browser client.
  • The user does not belong to required RACF® group for accessing some data. For example, CQM.SQLTEXT.* for viewing SQL text or CQM.HOSTV.* for viewing host variables.
FINEST
ICH messages are printed in the system log when any of the following situations occur:
  • The user enters the wrong password in the CAE browser client.
  • The user does not belong to required RACF group for accessing some data. For example, CQM.SQLTEXT.* for viewing SQL text or CQM.HOSTV.* for viewing host variables.
  • An authentication error occurs when the user logs in to the CAE browser client (during log in, the CAE server makes several RACF checks to define the user's role).
Example
CQM_CAE_RACF_LOGGING(FINEST)