NS3000/iX Error Messages Reference Manual (36923-90041)
100 Chapter9
Remote Process Management Error Messages
ACTION: Check that the parameter specifying string length is set to a
positive integer in the RPMGETSTRING intrinsic. If the string length is
positive, and you are getting the error anyway, submit an SR. See
Appendix A, “Submitting an SR,” in this manual.
MESSAGE: REMOTE SON ABORTED.
22 CAUSE: The remote process aborted abnormally.
ACTION: Check the remote program to ascertain what caused the
premature termination.
MESSAGE: INSUFFICIENT STACK SPACE.
100 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.
MESSAGE: NOT AT THE STACK.
101 CAUSE: RPMCREATE, RPMKILL, or RPMGETSTRING 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.
MESSAGE: PARAMETER OUT OF BOUNDS.
102 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.
MESSAGE: PROGRAM DOES NOT HAVE PH CAPABILITY.
103 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.)
MESSAGE: REQUIRED PARAMETER OMITTED.
104 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.