SCF Reference Manual for the Kernel Subsystem

If the process started in spite of the undefined externals, it may be corrupted. Abort the process,
fix the problem, and then start the process again.
00053
KRN 00053 Process $name failed to start;
No available Process Control Block.
$name
is the name of a process.
Cause
All entries in the process control block table for the processor are in use. This is usually the result
if all of the low PIN values (less than 256) are being used, and a low PIN is requested.
Effect
SCF waits for the next command.
Recovery
Either (1) start the process in a different processor, (2) specify HIGHPIN ON for the process (if
HIGHPIN OFF was specified), or (3) wait and retry the operation.
00054
KRN 00054 Process $name failed to start;
Unable to allocate map.
$name
is the name of a process.
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.
Effect
SCF waits for the next command.
Recovery
Start the process in a different processor, or wait and retry the operation.
00055
KRN 00055 Process $name failed to start;
Unlicensed privileged program.
$name
is the name of a process.
Cause
The program file contains procedures having CALLABLE or PRIV attributes, but the program is
not licensed to execute in privileged mode and is not being run by the super ID (255, 255).
Effect
SCF waits for the next command.
Recovery
Have the super ID license the program, as described in the File Utility Program (FUP) Reference
Manual.
00056
KRN 00056 Process $name failed to start; Library conflict.
$name
is the name of a process.
SCF Error Messages 151