Start of change

DSNA665I   csect-name THE ALERT skipped-alert CANNOT BE EXECUTED. REASON=reason-text

Explanation

The stored procedure ADMIN_UTL_EXECUTE did not execute the indicated alert because it executed a different alert instead.

csect-name
The name of the control section that issued the message.
skipped-alert and alternate-alert
Unique alert IDs. These values represent the primary key (ALERT_ID column) of a row in the SYSIBM.SYSAUTOALERTS table.

This message always includes two alert IDs. The first alert ID in the message (skipped-alert) is not executed. The second alert ID in the message (alternate-alert, which is part of the reason-text), is executed instead of the skipped alert. The two alert IDs refer to the same object, such as a table space.

reason-text
A brief explanation of why the skipped alert was not executed, including the ID of the alert that was executed in its place.
ACTION OVERRULED BY ALERT alternate-alert
The action to solve the skipped alert is overruled by the action to solve the indicated one.
ALREADY EXECUTING SIMILAR ALERT alternate-alert
The action to solve the skipped alert is the same as the action to solve the indicated one, and the action is currently executing.

System action

The skipped alert (skipped-alert) is not executed and is marked as completed. The alternate alert (alternate-alert) is executed instead.

User response

No action is required.

Severity

0 (informational)

End of change