MPE/iX Error Messages Manual Vol 3 (32650-90880)

Chapter 3 95
Error Messages Viii C 3
MPE/iX Error Management
CAUSE Number of error entries to POP off the Process Error
Stack is greater than the Error Stack size, or the Error
Stack is empty.
ACTION Decrease the error entries or increase the Error Stack size.
3 MESSAGE The specified STACK ENTRY does not exist on
the PROCESS ERROR STACK.
CAUSE The value of INDEX does not correspond to an error in the
global error log, or in the Process Error Stack.
ACTION Check the STACK ENTRY and use the valid one.
4 MESSAGE CREATE_OBJECT failed in creating stack.
CAUSE In creating stack, an attempt to call CREAT_OBJECT
failed; internal error.
ACTION Check CREATE_OBJECT.
5 MESSAGE RELEASE_OBJECT failed in releasing stack.
CAUSE In releasing stack, an attempt to call RELEASE_OBJECT
failed; internal error.
ACTION Check RELEASE_OBJECT.
6 MESSAGE The specified error number is a zero, which
is invalid.
CAUSE User specifies zero as an error number which is invalid in
the System Catalog file.
ACTION Use the valid number( > 0, < 0).
7 MESSAGE The specified subsystem number is not valid.
CAUSE User specified an invalid SUBSYS number (<= 0) or the
SUBSYS number is not in the System Catalog.
ACTION Use the correct SUBSYS number.
8 MESSAGE The specified buffer is too small to hold the
text of the error message; the message has
been truncated.
CAUSE The value of BUF_LEN is smaller than the actual message
in the System Catalog being returned. The message has
been truncated.
ACTION Increase the buffer size to hold the entire text.
9 MESSAGE The requested depth is outside of the valid
range for the PROCESS ERROR STACK.
CAUSE User specified the depth outside of the Process Error Stack
range. It has to be in the range between 1 and 16.
ACTION Use the valid stack depth, which is between 1 and 16.