HP e3000 MPE/iX System Software Maintenance Manual (Release C.75.00) (30216-90344)

Appendix H
Error Messages and Warnings
Installer Error Messages (INSTERR)
375
Cause The installer is attempting to access an invalid file as an intermediate
TMPSTR file.
Action Run the installer again, and answer “no” when asked if you wish to
continue with the previous run.
Contact the Response Center for further assistance.
251 Message The installer failed to read !1. Components may have
not been successfully added to the !2 library. (INSTERR #251)
Cause The installer encountered an error while reading the file.
Action Ensure that the file is not being accessed by another process.
Run the installer again.
Contact the Response Center for further assistance.
252 Message The installer failed to properly access !1. No components
have been added to the !2 library. (INSTERR #252)
Cause The first record of the data file could not be accessed.
Action Ensure that the file is not being accessed by another process.
Ensure that the file is in the appropriate format. (Each record must
contain the name of an MPE file that contains the library
replacement, and a unique entry point into the library component.
The file name and the entry point must be separated by a comma).
Run the installer again.
Contact the Response Center for further assistance.
253 Message The installer failed to open !1. No components have
been added to the !2 library. (INSTERR #253)
Cause The installer failed when attempting to open the file.
Action Ensure that the file is not being accessed by another process.
Ensure that the file is in the appropriate format. (Each record must
contain the name of an MPE file that contains the library
replacement, and a unique entry point into the library component.
The file name and the entry point must be separated by a comma).
Run the installer again.
Contact the Response Center for further assistance.
254 Message The file !1 is in an invalid format. Each record in
the file should contain a file name and a library entry,
separated
by a comma. (INSTERR #254)
Cause The specified input file is not in the appropriate format to be recognized by
HPINSTAL. The file must be an ASCII file with a record size of 80 bytes.
Each record must contain the name of an MPE file that contains the
library replacement, and a unique entry point into the library component.
The file name and the entry point must be separated by a comma, e.g:
ESSRL.ISSIT.SYS,ESS2XREF. In this example, the name of the file is
ESSRL.ISSIT.SYS. The entry point is ESS2XREF.