Guardian Procedure Errors and Messages Manual

Table 6 NEWPROCESS Error 6 Error Subcodes (continued)
MeaningOctalDecimal
The program file specifies too many shared run-time libraries (SRLs).%160112
The library file specifies too many shared run-time libraries (SRLs).%161113
The program file specifies duplicate shared run-time libraries (SRLs).%162114
The library file specifies duplicate shared run-time libraries (SRLs).%163115
The shared run-time library (SRL) does not export any procedures.%165117
The shared run-time library (SRL) does not have a file code of 700.%171121
The list of unresolved flags in the program file contains an error.%172122
An attempt was made to spawn a shell script on a remote node.%174124
Effect No process is created.
Recovery Take corrective action as indicated by the subcode. For example, if subcode 2, 3, 4, or
5 is returned, use the FUP INFO command or the FILEINFO procedure to check the file code.
7 (%003400) UNLICENSED PRIVILEGED PROGRAM
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 the program.
8 (%004000 + %nnn) PROCESS NAME ERROR
Cause The process name was invalid.
Effect File-system error number %nnn is returned in error.<8:15>. No process is created.
Recovery For corrective action for error number %nnn, see “File-System Errors” (page 19).
9 (%004400) LIBRARY CONFLICT
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 and a library was specified.
Effect No process is created.
Recovery All 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.
10 (%005000 + %nnn) UNABLE TO COMMUNICATE WITH SYSTEM MONITOR PROCESS
Cause The process did not communicate with the system monitor process, possibly because the
processor module where the program was to be run did not exist or was inoperable. %nnn in
error.<8:15> is the file-system error and indicates why the NEWPROCESS error occurred.
Effect No process is created.
Recovery Select another processor, then try again.
11 (%005400 + %nnn) FILE-SYSTEM ERROR ON LIBRARY FILE
Error Codes 147