System Generation Manual for G-Series RVUs
SYSGENR Messages
System Generation Manual for G-Series RVUs—523407-001
A-16
SYSGENR Message Descriptions
Recovery. Gather the items listed on page A-1, then call your service provider.
Cause. The SYSGENR ID table has overflowed. This is an internal problem.
Effect. SYSGENR terminates.
Recovery. Gather the items listed on page A-1, then call your service provider.
Cause. The SYSGENR segment-table space needs more than 4096 data segments.
This message appears in the body of the listing, at the point where the error was
detected.
Effect. SYSGENR terminates.
Recovery. Gather the items listed on page A-1, then call your service provider.
Cause. When reusing previously built files for system code and system library, either
(1) you entered an ASSIGN SYSLIB00 command on a file that contains interrupt
procedures, or (2) the second file in the SYSTEM_LIBRARY_CODE_FILES entry of
the CONFTEXT or CONFAUX file contains interrupt procedures. As a result, the file
meant for system code has been supplied to system library.
Effect. SYSGENR terminates.
Recovery. Either (1) specify the larger system library file in the ASSIGN SYSLIB00
command and the smaller system code file in the ASSIGN SYSCOD00 command, or
(2) list the smaller system code file first in the SYSTEM_LIBRARY_CODE_FILES entry
of the CONFTEXT or CONFAUX file.
Cause. You specified too small an extent size value in the PARAM EXTENTSIZE
command. The minimum is 100; there is no maximum. This message appears in the
body of the listing, at the point where the error occurred.
Effect. SYSGENR assigns an extent size of 200 pages by default.
Recovery. If you must use the EXTENTSIZE PARAM, specify a value larger than
before and rerun SYSGENR.
INTERNAL IDTABLE OVERFLOW
INTERNAL SEGMENT TABLE OVERFLOW
INTERRUPT PROCEDURES FOUND IN FILE DESIGNATED FOR SL
INVALID EXTENTSIZE SPECIFIED - USING EXTENTSIZE OF 200