DSNT772I csect-name A MONITOR PROFILE condition-type CONDITION OCCURRED number TIME(S) IN PROFILE ID=profile-id WITH PROFILE FILTERING SCOPE=filtering-scope WITH REASON=reason-code.

Explanation

A monitor profile has detected that a warning or exception condition occurred.

csect-name
The name of the control section that issued the message.
condition-type
The type of profile threshold condition that was exceeded:
EXCEPTION
A profile exception threshold was exceeded.
WARNING
A profile warning threshold was exceeded.
number
Start of changeThe number of times that any monitor profile warning or exception condition has occurred since the most recent DSNT772I message was issued for the listed profile ID and filtering scope.End of change
profile-id
The profile ID of the monitor profile (defined in DSN_PROFILE_TABLE) that detected the condition.
filtering-scope
The profile filtering scope that is associated with the profile ID that is defined in DSN_PROFILE_TABLE. Expected values:
IPADDR
The profile filtering scope is defined for an IP address.
PRDID
The profile filtering scope is defined for a product ID.
ROLE_AUTHID
The profile filtering scope is defined for a role and an authorization ID.
ROLE
The profile filtering scope is defined for a role.
AUTHID
The profile filtering scope is defined for an authorization ID.
COLLID_PKGNAME
The profile filtering scope is defined for a collection ID and a package name.
COLLID
The profile filtering scope is defined for a collection ID.
PKGNAME
The profile filtering scope is defined for a package name.
reason-code
A Db2 reason code that describes the nature of the warning or exception.

System action

This message is issued at a minimum interval of 5 minutes.

In addition to issuing this message, the system writes a statistics class 4 IFCID 402 trace record for any profile warning or exception condition that occurs in a statistics interval. The statistics trace record provides counters that track the number of times a given profile threshold in a specific PROFILE ID was exceeded. See IFCID 402 for more information.

Operator response

Notify the system programmer.

System programmer response

  1. Review the information provided for reason-code.
  2. Determine the destination of statistics class 4 and locate and analyze the trace record.
  3. If possible, use the statistics trace record to identify which profile threshold in a given profile ID detected the warning or exception condition.
  4. Determine if the profile threshold is sufficient. If the profile threshold is set too low, increase the profile threshold value in the DSN_PROFILE_ATTRIBUTES table, then refresh the threshold by issuing START PROFILE command.
  5. Optional: Stop the profile monitoring processing by performing either of the following tasks:
    Disable monitoring for the profile
    To disable the monitoring function for a specific profile:
    1. Locate the appropriate row in SYSIBM.DSN_PROFILE_TABLE and either delete the row or change the PROFILE_ENABLED column value to N.
    2. Use the START PROFILE command to reload the profile table
    Disable all monitoring
    To disable all monitoring for both system related and statement related monitoring events that have been specified in the profile table, issue the STOP PROFILE command.
  6. Optional: Modify the profile to specify a different diagnostic level to issue this message less frequently. In the DSN_PROFILE_ATTRIBUTES table, set the ATTRIBUTE1 column setting to one of the following values: WARNING, EXCEPTION, WARNING_DIAGLEVEL1, or EXCEPTION_DIAGLEVEL1.

Problem determination

Analyze the statistics class 4 trace record IFCID 402.