(Subsystem 104)(Continued) [ MPE/iX Error Messages Manual Volume II ] MPE/iX 5.5 Documentation
MPE/iX Error Messages Manual Volume II
(Subsystem 104)(Continued)
------------------------------------------------------------
610 MESSAGE Failed to delete a loaded file entry. (LDRERR
610)
CAUSE An error occurred while releasing a loaded file
table entry.
ACTION Call your Hewlett-Packard Representative.
-------------------------------------------------------------
611 MESSAGE The specified SOM is being used by LOADER.
(LDRERR 611)
CAUSE Unable to lock the SOM for the linker because it is
in use by the loader.
ACTION Retry later.
-------------------------------------------------------------
612 MESSAGE The specified file is not in LOADER's LOADED FILE
TABLE. (LDRERR 612)
CAUSE The file requested by the linker to unlock a SOM is
not loaded.
ACTION Retry. If this is unsuccessful, call your
Hewlett-Packard Representative.
-------------------------------------------------------------
613 MESSAGE The file was not mapped to offset 0 (user labels
not allowed in programs). (LDRERR 613)
CAUSE User labels were found in the program file.
ACTION Rebuild the file.
-------------------------------------------------------------
614 MESSAGE The max SOM limit in the file exceeds the maximum
of 5000 allowed by LOADER. (LDRERR 614)
CAUSE The library file specified has too large of the
maximum number of SOMs.
ACTION Rebuild the file with fewer SOMs.
-------------------------------------------------------------
616 MESSAGE Failed to get an entry for a process file
extension record. (LDRERR 616)
CAUSE Failed to allocate an entry for the process file
list extension.
ACTION Retry. If this is unsuccessful, call your
Hewlett-Packard Representative.
-------------------------------------------------------------
617 MESSAGE LOADER internal error; past end of binding
sequence. (LDRERR 617)
CAUSE Internal error. Attempt to read past the end of
the process file list.
ACTION Retry. If this is unsuccessful, call your
Hewlett-Packard Representative.
-------------------------------------------------------------
618 MESSAGE Failed to release the PROCESS FILE LIST TABLE.
(LDRERR 618)
CAUSE An error occurred while releasing the PROCESS FILE
LIST TABLE.
ACTION Retry. If this is unsuccessful, call your
Hewlett-Packard Representative.
-------------------------------------------------------------
650 MESSAGE NM UNLOADER failed. (LDRERR 650)
CAUSE An error occurred while unloading the process.
ACTION Retry. If this is unsuccessful, call your
Hewlett-Packard Representative.
-------------------------------------------------------------
651 MESSAGE CM UNLOADER returned an error. (LDRERR 651)
CAUSE An error occurred while unloading the COMPATIBILITY
MODE process.
ACTION Retry. If this is unsuccessful, call your
Hewlett-Packard Representative.
-------------------------------------------------------------
670 MESSAGE Failed to get an entry from the UNSAT TABLE.
(LDRERR 670)
CAUSE An error occurred while attempting to allocate an
entry in the unsatisfied table.
ACTION Retry. If this is unsuccessful, call your
Hewlett-Packard Representative.
-------------------------------------------------------------
671 MESSAGE Invalid import symbol type encountered. (LDRERR
671)
CAUSE The type of the import entry is invalid.
ACTION Rebuild the program or library file.
-------------------------------------------------------------
672 MESSAGE Invalid import symbol scope encountered. (LDRERR
672)
CAUSE The scope of the import symbol is invalid.
ACTION Rebuild the program or library file.
-------------------------------------------------------------
673 MESSAGE Unable to find the UNSAT procedure. (LDRERR 673)
CAUSE The procedure specified with the UNSAT parm can not
be found.
ACTION Check to make sure the procedure specified is
valid.
-------------------------------------------------------------
674 MESSAGE Unresolved dynamic loading procedure. (LDRERR
674)
CAUSE The procedure requested to be dynamically loaded is
unresolved and can not be bound to the UNSAT
procedure.
ACTION Check to make sure the procedure which was
requested to be dynamically loaded is valid.
-------------------------------------------------------------
675 MESSAGE Bind to UNSAT procedure failed. (LDRERR 675)
CAUSE After attempting to bind all unresolved externals
to the UNSAT procedure, unsatisfied externals were
still found.
ACTION Make sure the UNSAT procedure is valid.
-------------------------------------------------------------
676 MESSAGE Failed to create the UNSAT TABLE. (LDRERR 676)
CAUSE An error occurred while creating the UNSATISFIED
EXTERNALS TABLE.
ACTION Retry. If this unsuccessful, call your
Hewlett-Packard Representative.
-------------------------------------------------------------
700 MESSAGE Unresolvable conflicts in data symbol attributes
(eg., size, access rights, memory residency, etc.)
between duplicate data symbols for the name(s)
listed above. (LDRERR 700)
CAUSE When considering a choice between duplicates, the
LOADER selects the data export with the most
stringent attributes, i.e., the largest size, the
most restricted access rights, and the memory
resident precedence. As an example, considered the
case in which one of the duplicates is the larger
and the other is memory resident. This situation
leads to an unresolvable conflict.
ACTION Examine the data symbols listed for conflicting
attributes.
-------------------------------------------------------------
701 MESSAGE
Symbol = !
File = !
First SOM = !
File = !
Second SOM = !
A data symbol cannot be exported by both a thread
private SOM as well as a task global SOM. (LDRERR
701)
CAUSE The program and its libraries have a mixture of
task global and thread private SOMS. A duplicate
data export has been found in a thread private SOM
and also in task global SOM. This condition is not
resolvable by the LOADER.
ACTION Examine the SOMs listed and determine if both SOMs
should be task global or thread private. SOMs can
be examined by using the LINKEDIT command. Use the
HP Link Editor Help facility to obtain help for the
LINKEDIT command.
-------------------------------------------------------------
702 MESSAGE
Symbol = !
File = !
Export SOM = !
File = !
Import SOM = !
Task global SOMs cannot import data symbols from
thread private SOMs. (LDRERR 702)
CAUSE The program and its libraries have a mixture of
task global and thread private SOMS. A task global
SOM is requesting to shared a data item with a
thread private SOM which is not allowed.
ACTION Examine the SOMs listed and determine if both SOMs
should be task global or thread private. SOMs can
be examined by using the LINKEDIT command. Use the
HP Link Editor Help facility to obtain help for the
LINKEDIT command.
-------------------------------------------------------------
703 MESSAGE
Symbol = !
File = !
Export SOM = !
File = !
Import SOM = !
Based on parmcheck rules the export data symbol
fails to satisfy the import data symbol. (LDRERR
703)
CAUSE The referenced data symbol was found; however, a
difference in type, mode, structure (i.e., array or
pointer), packing, or alignment was detected.
ACTION The message gives the files and the SOMs in which
the data symbol exists. Examine the declaration
for the data symbol as specified in each SOM by
using the LINKEDIT command. Use the HP Link Editor
Help facility to obtain help for the LINKEDIT
command.
-------------------------------------------------------------
704 MESSAGE
Symbol = !
File = !
Export SOM = !
File = !
Import SOM = !
Based on residence rules the export data symbol
fails to satisfy the import data symbol. (LDRERR
704)
CAUSE The import SOM is requesting a memory resident data
symbol but the data symbol in the exporting SOM is
not memory resident.
ACTION The message gives the files and the SOMs in which
the data symbol exists. Examine the residence
specification for the data symbol as specified in
each SOM.
-------------------------------------------------------------
705 MESSAGE
Symbol = !
File = !
Export SOM = !
File = !
Import SOM = !
Based on rules for access rights the export data
symbol fails to satisfy the import data symbol.
(LDRERR 705)
CAUSE The import SOM is requesting an access rights level
for a data symbol which exceeds the access rights
level of the data symbol in the export SOM.
ACTION The message gives the files and the SOMs in which
the data symbol exists. Examine the access rights
specification for the data symbol as specified in
each SOM by using the LINKEDIT command. Use the HP
Link Editor Help facility to obtain help for the
LINKEDIT command.
-------------------------------------------------------------
706 MESSAGE Failed to locate data exports for the data
imports listed above. (LDRERR 706)
CAUSE Unresolved data symbols were encountered while
attempting to load the program and/or libraries.
ACTION Alter the binding sequence to contain the specified
unresolved data symbols.
-------------------------------------------------------------
707 MESSAGE
Symbol = !
File = !
Export SOM = !
Failed to allocate a global data area for the SOM
containing the desired data symbol. (LDRERR 707)
CAUSE Unable to allocate a global data area for the SOM
listed in the error message.
ACTION Retry. If unsuccessful, record the symbol name,
the file name, and the SOM listed in the
error message and call your Hewlett-Packard
Representative.
-------------------------------------------------------------
708 MESSAGE Failed to allocate the header for the Process
Data Dictionary in the Process File List. (LDRERR
708)
CAUSE Unable to allocate the header for the Process Data
Dictionary.
ACTION Retry. If unsuccessful, call your Hewlett-Packard
Representative.
-------------------------------------------------------------
709 MESSAGE Failed to create the Process Data Dictionary.
(LDRERR 709)
CAUSE Unable to create the Process Data Dictionary.
ACTION Retry. If unsuccessful, call your Hewlett-Packard
Representative.
-------------------------------------------------------------
710 MESSAGE Failed to place the Process Data Dictionary under
the Symbol Table Management. (LDRERR 710)
CAUSE Unable to put the Process Data Dictionary under
Symbol Table Manager control.
ACTION Retry. If unsuccessful, call your Hewlett-Packard
Representative.
-------------------------------------------------------------
711 MESSAGE
Symbol = !
File = !
SOM = !
The export data symbol has an invalid global data
address. (LDRERR 711)
CAUSE A corrupted program/library file was found. An
illegal global address was given to the data
symbol.
ACTION Try rebuilding the program/library file. If
unsuccessful, record the symbol name, the file
name, and the SOM listed in the error message and
call your Hewlett-Packard Representative.
-------------------------------------------------------------
712 MESSAGE
Symbol = !
Existent file = !
Export SOM = !
New file = !
SOM = !
Duplicate data symbols cannot be replaced across
different load points. (LDRERR 712)
CAUSE A data symbol was found while dynamically loading a
library which requires a replacement of a
previously bound duplicate. The LOADER cannot
replace an already bound data symbol. The data
symbol attributes from the SOM in the new file
exceeds the data symbol attributes of the current
data symbol.
ACTION The message gives the file and the SOM in which the
current data symbol exists. Compare the data
symbol declarations in both SOMs. The data symbol
from the export SOM in the existent file must be
the most stringent in all attributes (i.e .,
largest size, memory residence, and most restricted
access rights).
-------------------------------------------------------------
713 MESSAGE
Symbol = !
File = !
Export SOM = !
File = !
New SOM = !
A duplicate data symbol has been found but is not
allowed. (LDRERR 713)
CAUSE The duplicate data symbol option hasn't been
specified.
ACTION Check the LINKEDIT command for the proper handling
of duplicate export data symbols. Use the HP Link
Editor Help facility to obtain help for the
LINKEDIT command.
-------------------------------------------------------------
714 MESSAGE The number of dummy data symbols in the Process
Data Dictionary are invalid. (LDRERR 714)
CAUSE An error occurred in counting the occurences of
unresolvable conflicts between duplicate data
exports in regard to their attributes (i.e., size,
access rights, memory residency, etc.).
ACTION Retry. If unsuccessful, call your Hewlett-Packard
Representative.
-------------------------------------------------------------
715 MESSAGE Failed to obtain a new entry for a data symbol
through the Symbol Table Management. (LDRERR 715)
CAUSE Failure by the Symbol Table Manager to create a new
entry.
ACTION Retry. If unsuccessful, call your Hewlett-Packard
Representative.
-------------------------------------------------------------
716 MESSAGE Failed to retrieve a data symbol from the Process
Data Dictionary. (LDRERR 716)
CAUSE Failure by the Symbol Table Manager to retrieve an
existent entry.
ACTION Retry. If unsuccessful, call your Hewlett-Packard
Representative.
-------------------------------------------------------------
717 MESSAGE Failed to delete a data symbol from the Process
Data Dictionary. (LDRERR 717)
CAUSE Failure by the Symbol Table Manager to delete an
entry.
ACTION Retry. If unsuccessful, call your Hewlett-Packard
Representative.
-------------------------------------------------------------
718 MESSAGE No Loader Process File List entry for the given
PIN. (LDRERR 718)
CAUSE The native mode LOADER has no information for the
specified PIN. The process may be a compatibility
mode process. This situation was encountered
because of a request to retrieve a data symbol
location.
ACTION Check the specification of the PIN.
-------------------------------------------------------------
719 MESSAGE
File = !
SOM = !
The SOM is not a Shared Global SOM. (LDRERR 719)
CAUSE The native mode LOADER has detected a SOM that is
marked as non-shared but was previously treated as
Shared Global type. This is probably an internal
LOADER bug.
ACTION Examine the SOM listed and determine if it should
be of Shared Global Data type. SOMs can be
examined by using the LINKEDIT command. Use the HP
Link Editor Help facility to obtain help for the
LINKEDIT command.
-------------------------------------------------------------
720 MESSAGE Attempting to bind a function pointer imported by
a data symbol causes unresolved code symbol(s)
during a dynamic load of a data symbol. (LDRERR
720)
CAUSE Your request for a particular shared data symbol by
using HPGETPROCPLABEL has resulted in the binding
of function pointer declared as an imported data
symbol. After attempting to bind all unresolved
code symbols, 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.
-------------------------------------------------------------
MPE/iX 5.5 Documentation