DSM/SCM Event Management Programming Manual

Event Messages
DSM/SCM Event Management Programming Manual529844-003
5-210
6010 ZPHI-EVT-CANNOT-CANCEL
6010 ZPHI-EVT-CANNOT-CANCEL
A DSM/SCM cancel operation could not be performed at this node because the activity
to be cancelled is being performed at a remote node.
ZPHI-TKN-REQUEST-NM
is the text of the request that was not cancelled.
ZPHI-TKN-TARGET-NODE-NM
is the system name of the local node where the request must be cancelled.
Cause. A DSM/SCM cancel operation could not be performed at this node because
the activity to be canceled is being performed at a remote node. A DSM/SCM activity
must be canceled at the local node.
Effect. The activity is not canceled and continues processing.
Recovery. The planner must cancel the activity at the local node.
6015 ZPHI-EVT-TIMER-ERR
A scheduling error occurred.
ZPHI-TKN-FE-ERROR
is the error returned from the SIGNALTIMEOUT or CANCELTIMEOUT procedure
calls. Possible values are:
Tokens
ZPHI-TKN-REQUEST-NM <1> token-type ZSPI-TYP-STRING
ZPHI-TKN-TARGET-NODE-NM <2> token-type ZSPI-TYP-STRING
Message Text
Cannot cancel <1> at this node. Planner must issue a CANCEL
at the local node <2>.
Tokens
ZPHI-TKN-FE-ERROR <1> token-type ZSPI-TYP-INT
ZPHI-TKN-TIMER-TYPE-CD <2> token-type ZSPI-TYP-INT
Message Text
Timer error <1>, on <2>. RESTART activity.
0 Cannot allocate a time list element (TLE)
1 Successful
2 The timeout value is illegal. This can occur when you schedule a request
more than 248 days in the future.