MPE/iX Error Messages Manual Vol 2 (32650-90879)

Chapter 1 37
Vol. II Chapter 1
Loader, Native Mode
CAUSE An invalid file code is associated with the file specified as
the program.
ACTION Rebuild the program file.
511 MESSAGE NM library name is too long. (LDRERR 511)
CAUSE A library name that is too long was encountered in the
library specification.
ACTION Correct the library specification.
512 MESSAGE Unresolved externals: ! (LDRERR 512)
CAUSE Unresolved external symbols were encountered while
attempting to load the program and/or libraries.
ACTION See the following error message which will explain
whether the unresolved externals are code or data
symbols. Alter the binding sequence to contain the
specified unresolved code (procedure) or data symbols.
513 MESSAGE System SOM is not allowed to bind to
non-system SOM. (LDRERR 513)
CAUSE External references of system SOMs must resolve to a
system SOM.
ACTION Retry. If this is unsuccessful, call your Hewlett-Packard
Representative.
514 MESSAGE An empty file error occurred. (LDRERR 514)
CAUSE The program or library file specified has an EOF of zero.
ACTION Rebuild the program or library file.
515 MESSAGE Program does not contain interactive (IA)
capability. (LDRERR 515)
CAUSE The program does not contain IA capability and is being
attempted to be executed interactively.
ACTION Request the system manager to grant you IA capability
and then rerun the program.
516 MESSAGE Program does not contain batch (BA)
capability. (LDRERR 516)
CAUSE The program does not have enough capability to execute in
a job.
ACTION Obtain the proper capability or only run the program
interactively.
517 MESSAGE Program file was not found. (LDRERR 517)
CAUSE The program specified was not found.
ACTION Retry with a valid program file.