MPE/iX Error Messages Manual Vol 2 (32650-90879)
Chapter 1 47
Vol. II Chapter 1
Loader, Native Mode
unsatisfied externals were still found.
ACTION Check to make sure that all function pointers which are
requested in the dynamic load are valid and will not lead
to requests for code symbols which are not in the current
process.
800 MESSAGE Data symbol = !
Failed to locate the data symbol in the Process Data
Dictionary. (LDRERR 800)
CAUSE The data symbol requested is not in the current process.
ACTION Check the symbol to determine if the correct symbol was
requested. If not correct, then request with the correct
symbol. Check to see if the CASESENSITIVE parameter
of the HPGETPROCPLABEL intrinsic is correctly set.
801 MESSAGE File = !
The file being loaded does not have a valid privilege value.
(LDRERR 801)
CAUSE The file has been built with the incorrect capabilities
because they have resulted in privilege level that fails the
Loader privilege check.
ACTION Obtain the correct capability for the specified file.
802 MESSAGE A new binding sequence requires symbol resolution
through the program but there is no native mode program
file entry in the Process File List. (LDRERR 802)
CAUSE HPGETPROCPLABEL intrinsic was called with the
POSITION parameter set to PROG, but there is no native
program at the beginning of the static binding sequence.
ACTION The POSITION parameter is used only for binding
sequence which connects to the native mode program or
the subsystem library. Check to see if the program is a CM
program. If it is, you cannot use the POSITION parameter
to connect the new binding sequence to the program.
803 MESSAGE Procedure name = !
Search File = !
A pointer to the procedure in the specified file was
requested but that procedure is not present. (LDRERR
803)
CAUSE The procedure requested to be dynamically loaded from a
specified file can not be found.
ACTION Check to make sure the requested procedure is in the file
specified.