DSM/SCM Event Management Programming Manual
Event Messages
DSM/SCM Event Management Programming Manual—529844-003
5-211
6020 ZPHI-EVT-TA-DEP-ERR
ZPHI-TKN-TIMER-TYPE-CD
is the timer where the error occurred. Possible values and their meanings are:
ZPHI-VAL-TIMER-CANCEL
indicates that the error occurred while attempting to cancel a timer via the
CANCELTIMEOUT procedure.
ZPHI-VAL-TIMER-START
indicates that the error occurred while attempting to start a timer via the
SIGNALTIMEOUT procedure.
Cause. An internal DSM/SCM scheduling error occurred.
Effect. The activity stops in a restartable state.
Recovery. Check the file-system error code in the message. For a definition of the
specified error, see Appendix B, File-System Errors. For more detailed information
about file-system errors, including recovery actions, see the Guardian Procedure
Errors and Messages Manual. Restart the activity.
6020 ZPHI-EVT-TA-DEP-ERR
Only one activity can execute at one time.
ZPHI-TKN-REQUEST-NM
is the name of the request that is currently executing.
ZPHI-TKN-TARGET-NODE-NM
is the system name of the node where the request is executing.
ZPHI-TKN-ACT-NM-CD1
is the name of the request you are trying to submit.
Tokens
ZPHI-TKN-REQUEST-NM <1> token-type ZSPI-TYP-STRING
ZPHI-TKN-TARGET-NODE-NM <2> token-type ZSPI-TYP-STRING
ZPHI-TKN-REQUEST-CD1 <3> token-type ZSPI-TYP-STRING
ZPHI-TKN-REQUEST-CD2 <4> token-type ZSPI-TYP-STRING
Message Text
<1> currently executing on <2>. Cannot start a <3> activity
at this time. Start <4> activity after current activity has
completed.