HP Guardian Errors Manual page 164

Procedure errors and messages manual
Table of Contents

Advertisement

PID: \SYS10.4,94 \SYS10.$XL.SVOL.TEST (TNS)
External References Not Resolved to Any User/System Library:
Prg: \SYS10.$XL.SVOL.TEST -> MY_PROC (PROC)
Undefined externals
where MY_PROC is the name of the undefined external procedure in the program file
\SYS10.$XL.SVOL.TEST.
When the operating system finds a call to an undefined external procedure, it replaces the original
call with a call to the PROCESS_DEBUG_ procedure. If the process tries to invoke the undefined
external during program execution, the program goes into the debug state.
Recovery Either correct the coding error, use Binder to add the procedure to the code area or user
library, or refer the call to a procedure that is already present in the application program.
15
Cause All entries in the process control block (PCB) table for the processor were in use or the
process required a low process identification number (PIN) and none were available.
Effect No process is created.
Recovery Try a different processor or wait and then retry the existing call.
16
Cause Not enough space was available in the processor's MAPPOOL to permit the system monitor
to generate the code and data-map copies required by the new process (this might be a
configuration problem).
Effect No process is created.
Recovery Too many processes might have been configured to run in the current processor. Try a
different processor or wait and then retry the existing call.
17
Cause The program file contains procedures having CALLABLE or PRIV attributes, but the program
file is not licensed to execute in privileged mode and the super ID was not running the program.
Effect No process is created.
Recovery Have the super ID license or run the program under a locally validated super ID.
18
Cause The call specified a library file, but the program was either already running with a different
library or was not running with a library. This error is also generated if a user library file is specified
when running an old TNS program containing an "implicit user library." (Prior to D30, a large
TNS program file could be created with 16 segments of user code and up to 16 additional segments
mapped as user library. Subsequently, the user-code limit and user-library limits were raised to 32
segments each, and the binder stopped creating programs with an implicit user library.)
Effect No process is created.
Recovery All non-PIC processes running a given program must use the same library. Always specify
the library file name to avoid the conflicts that can arise when the library file is modified.
19
164 Process Creation Errors
NO PCB AVAILABLE
UNABLE TO ALLOCATE MAP
UNLICENSED PRIVILEGED PROGRAM OR LIBRARY
LIBRARY CONFLICT
PROGRAM FILE AND LIBRARY FILE ARE THE SAME

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Guardian

Table of Contents