Object Code Accelerator Manual

Error and Warning Messages
Object Code Accelerator Manual528144-003
8-7
Error Messages
17
Cause. OCA must stop translation because there is insufficient space on the disk for
the output file.
Effect. Translation stops and OCA does not create an output file or augmented input
file.
Recovery. Clear sufficient disk space for the output file or augmented input file to
reside.
18
Cause. There is insufficient disk space to accommodate the working space that OCA
needs to process files.
Effect. OCA cannot translate object files.
Recovery. Clear sufficient disk space to accommodate OCA working space.
19
Cause. OCA detected an internal consistency and has shut down.
Effect. OCA cannot accelerate an object file.
Recovery. Document the text information in the message and immediately report this
problem to your HP analyst.
20
Cause. OCA detected an instruction that enables mutual exclusion in a nonresident
procedure.
Effect. OCA cannot process this file. Mutual exclusion can only be used in resident
procedures on TNS/E systems.
Recovery. Modify the source code so that it declares the named procedure resident.
You should then recompile and rebind the program.
Error 17: The output file’s disk is full; translation halted.
Error 18: Temporary working space is full; translation
halted.
Error 19: Internal OCA failure (text).
Error 20: Procedure <proc-name> in file <filename> is
nonresident, but contains the MXON instruction.