NS3000/iX Error Messages Reference Manual (36923-90043)

100 Chapter9
Remote Process Management Error Messages
positive, and you are getting the error anyway, submit an CR. See
Appendix A , “Submitting a CR.
22 MESSAGE: REMOTE SON ABORTED.
CAUSE: The remote process aborted abnormally.
ACTION: Check the remote program to ascertain what caused the
premature termination.
100 MESSAGE: INSUFFICIENT STACK SPACE.
CAUSE: The program calling RPMCREATED, RPMKILL, RPMCONTROL, or
RPMGETSTRING could not expand its stack to accommodate the
requirements of the RPM software.
ACTION: Increase the stack size and/or maxdata of the program and
rerun.
101 MESSAGE: NOT AT THE STACK.
CAUSE: RPMCREATE, RPMKILL,orRPMGETSTRING was called when the DB
register was not at the process’ stack “split-stack mode”.
ACTION: Switch the DB register to the process stack before calling any
RPM intrinsic.
102 MESSAGE: PARAMETER OUT OF BOUNDS.
CAUSE: A parameter for an RPMCREATE, RPMKILL, RPMCONTROL, or
RPMGETSTRING call was not fully within the stack of the calling process.
ACTION: Check each parameter of the call to make sure it is between
the DL and S registers. For arrays, also check that the end of the array
(beginning + length) is also between DS and S.
103 MESSAGE: PROGRAM DOES NOT HAVE PH CAPABILITY.
CAUSE: A program without PH (Process Handling) capability called
RPMCREATE or RPMKILL.
ACTION: PREP the program with CAP=PH... and rerun. (Only users
with PH capability can PREP a program with CAP=PH.)
104 MESSAGE: REQUIRED PARAMETER OMITTED.
CAUSE: A required parameter for RPMCREATE or RPMKILL has been
omitted. The required parameters are:
RPMCREATE
progname, namelen
RPMKILL
pd
ACTION: Add the required parameter to the call.
106 MESSAGE: RPM OR PTOP PROCESS AT LOCATION.
CAUSE: An RPM or PTOP created process already exists in the remote
session specified by the location parameter. Because of the design of the