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

Chapter 1 17
Error Messages
(Subsystem 169)
(Subsystem 169)
25000 MESSAGE An internal error occurred in DEBUG/STACKDUMP
intrinsics.
CAUSE An unexpected error wasencountered while processing the
command/intrinsic.
ACTION Retry the command/intrinsic. If the error persists, record
any error information that is printed and call your
Hewlett-Packard Representative.
25001 MESSAGE The address for the STATUS parameter is
invalid or inaccessable.
CAUSE The status parameter references an undefined address or
an address to which the callers do not have write access.
ACTION Make sure the variable was defined as a 4-byte value, and
make sure the pointer dereferences reference valid data.
25002 MESSAGE The address for the CMDSTR parameter is
invalid or inaccessible.
CAUSE The command string parameter references an undefined
address or an address to which the callers do not have
write access.
ACTION Make sure pointer dereferences reference valid data.
25003 MESSAGE No closing delimter was found in the CMDSTR
parameter.
CAUSE The first and last characters in the command string are
not the same.
ACTION Make sure the first and last characters are the same.
Furthermore, that character should not appear within the
body of the command string. Make sure the string of
characters is > = the maximum size allowed.
25004 MESSAGE The address for the FILENAME parameter is
invalid or inaccessible.
CAUSE The file name parameter references an undefined address
or an address to which the callers do not have write access.
ACTION Make sure pointer dereferences reference valid data.
25005 MESSAGE An error was encountered when closing the
file.
CAUSE FCLOSE reported an error while trying to close the file.
ACTION Ensure the caller has file CREATE/SAVE capabilities.
25006 MESSAGE An error was encountered when opening the