System Errors (2000-2999) [ HP Link Editor/XL Reference Manual ] MPE/iX 5.0 Documentation
HP Link Editor/XL Reference Manual
System Errors (2000-2999)
System errors are file and system resource errors. They cause the
command that you entered to fail. Contact your System Manager to resolve
the problem.
------------------------------------------------------------------
2001
MESSAGE ATTEMPT TO SEEK IN "!" FAILED
CAUSE This message usually indicates that an input file
has been corrupted, or that an output file cannot
be written because of system resource limitations.
An MPE XL file system error message is usually
printed to help clarify the problem.
ACTION If the problem pertains to a relocatable object
file, try recompiling the source file that produced
that object module. If you have exceeded the file
space limit for your group, either purge unwanted
files or ask your System Manager to extend your
file space limit. If the problem persists,
document the steps that produced this error and
report the problem to your System Manager.
------------------------------------------------------------------
2002
MESSAGE ENCOUNTERED UNEXPECTED END OF FILE IN "!"
CAUSE This message usually indicates that an input file
has been corrupted. An MPE XL file system error
message is usually printed to help clarify the
problem.
ACTION If the problem pertains to a relocatable object
file, try recompiling the source file that produced
that object module. If you have exceeded the file
space limit for your group, either purge unwanted
files or ask your System Manager to extend your
file space limit. If the problem persists,
document the steps that produced this error and
report the problem to your System Manager.
------------------------------------------------------------------
2003
MESSAGE ATTEMPT TO READ FROM "!" FAILED
CAUSE This message usually indicates that an input file
has been corrupted. An MPE XL file system error
message is usually printed to help clarify the
problem.
ACTION If the problem pertains to a relocatable object
file, try recompiling the source file that produced
that object module. If you have exceeded the file
space limit for your group, either purge unwanted
files or ask your System Manager to extend your
file space limit. If the problem persists,
document the steps that produced this error and
report the problem to your System Manager.
------------------------------------------------------------------
2004
MESSAGE ATTEMPT TO WRITE TO "!" FAILED
CAUSE This message usually indicates that the file cannot
be written because of system resource limitations.
An MPE XL file system error message is usually
printed to help clarify the problem.
ACTION If you have exceeded the file space limit for your
group, either purge unwanted files or ask your
System Manager to extend your file space limit. If
the problem persists, document the steps that
produced this error and report the problem to your
System Manager.
------------------------------------------------------------------
2005
MESSAGE OUT OF MEMORY
CAUSE HP Link Editor/XL has run out of virtual memory
while trying to link a program. This can occur if
your system is extremely low on disc space (so
insufficient room exists for swapping), or if the
program you're linking attempts to declare a very
large array.
ACTION Check with your System Manager to verify that the
system has enough free disc space for swapping. If
the program declares a very large array, try to
revise the program so that the data is allocated
dynamically rather than by a static array
declaration; otherwise, try to reduce the size of
the array.
------------------------------------------------------------------
2100
MESSAGE ATTEMPT TO CLOSE FILE "!" FAILED
CAUSE A file system error has occurred while HP Link
Editor/XL was trying to closed the indicated file.
ACTION Using the accompanying file system error message,
correct the problem and try the command again. If
the problem persists, document the steps that
produced the error and report the problem to your
System Manager.
------------------------------------------------------------------
2101
MESSAGE ATTEMPT TO OPEN LINKLIST FILE FAILED
CAUSE A file system error occurred when the link editor
attempted to open LINKLIST.
ACTION Using the accompanying file system error message,
correct the problem and try the command again. If
the problem persists, document the steps that
produced the error and report the problem to your
System Manager.
------------------------------------------------------------------
2102
MESSAGE ATTEMPT TO GET FILEINFO FOR LINKLIST FILE FAILED
CAUSE A file system error occurred when the link editor
attempted this operation.
ACTION Using the accompanying file system error message,
correct the problem and try the command again. If
the problem persists, document the steps that
produced the error and report the problem to your
System Manager.
------------------------------------------------------------------
2103
MESSAGE ATTEMPT TO CLOSE LINKLIST FILE FAILED
CAUSE A file system error occurred when HP Link Editor/XL
tried to close the LINKLIST file.
ACTION Using the accompanying file system error message,
correct the problem and try the command again. If
the problem persists, document the steps that
produced the error and report the problem to your
System Manager.
------------------------------------------------------------------
2105
MESSAGE ATTEMPT TO OPEN LKEDHELP.PUB.SYS FAILED
CAUSE HP Link Editor/XL failed to find the
LKEDHELP.PUB.SYS file.
ACTION Check that the LKEDHELP.PUB.SYS file is present on
your system and that it has not been overwritten by
some other file. Also ensure that you do not have
a file equate for LKEDHELP.PUB.SYS.
------------------------------------------------------------------
2106
MESSAGE OUT OF DISK SPACE
CAUSE HP Link Editor/XL has run out of disk space. This
usually results when insufficient room exists for
swapping.
ACTION Check with your System Manager to verify that the
system has enough free disk space.
------------------------------------------------------------------
MPE/iX 5.0 Documentation