INI0001 | INI0002 | INI0003 | INI0004 | INI0005 | INI0006 | INI0007 | INI0008 | INI0009 | INI0010 | INI0012 | INI0013 | INI0014 | INI0015 | INI0016 | INI0017 | INI0018 | INI0019 | INI0020 | INI0021 | INI0022 | INI0023 | INI0024 | INI0201 | INI0202 | INI0203 | INI0204 | INI0205 | INI0206 | INI0207 | INI0208 | INI0209 | INI0210 | INI0211 | INI0212 | INI0213 | INI0214 | INI0215 | INI0216 | INI0217 | INI0219 | INI0220 | INI0221 | INI0222 | INI0223 | INI0224 | INI0225 | INI0226 | INI0232 | INI0233 | INI0234 | INI0235 | INI0236
INI0001 | Com-plete $1 is initializing under $2 |
Explanation: |
This message is associated with Com-plete initialisation processing. Com-plete has received control from the operating system and is proceeding with normal initialisation. The Com-plete version is displayed in the message along with the operating system under which Com-plete is running. |
System action: |
Com-plete continues with normal initialisation processing. |
Computer operator info: |
This is an informational message. No action is necessary. |
INI0002 | Attach for $1 subtask failed, return code $2 |
Explanation: |
Com-plete has attempted to attach a task for the indicated subtask, however, the attach has failed with the printed return code. |
System action: |
Com-plete initialisation is aborted. |
System programmer info: |
Determine why the attach failed. The printed return code is that received from the ATTACH macro indicating that it had failed. |
INI0003 | Initialisation aborted |
Explanation: |
This message is associated with Com-plete initialisation processing. A serious error identified in a previous message occurred during initialisation of Com-plete. |
System action: |
Com-plete discontinues initialisation, terminating normally. |
System programmer info: |
The error condition responsible for initialisation failure was identified by a previous message on the operator's console. Correct the error condition and restart Com-plete. |
Computer operator info: |
Notify the Com-plete system programmer of this error condition. |
INI0004 | ESTAE processing failed for Com-plete subtask |
Explanation: |
During subtask startup, Com-plete attempts to establish a recovery environment for the subtask. This indicates that the establishment of the environment failed for a subtask. |
System action: |
The subtask is terminated with a bad return code, however, the results for Com-plete will be unpredictable due to the loss of the subtask. |
System programmer info: |
Determine the reason why the environment could not be established. In an MVS environemnt, it simply indicates that ESTAE processing has failed. Check the possible reasons why this can happen in the IBM manuals. |
Computer operator info: |
Inform you system programmer immediately and terminate the Com-plete system to avoid unpredictable results. |
INI0005 | Nucleus size: $1K below, $2K above |
Explanation: |
This indicates the size of the necleus to date. This includes the Com-plete linked nucleus plus all modules loaded to build the nucleus at start up (including user exits). The second figure will only be present on a system where modules can reside above the line and shows the size of the modules, in bytes, loaded above the line. In this case the sum of the two figures is the total size of the Com-plete nucleus. |
INI0006 | INIT-PGM $1 abended, reply 'Y' to continue initialisation |
Explanation: |
The program name displayed in the message was specified as INIT-PGM in the Com-plete Sysparms. It was called on that basis and abended. Com-plete has recovered from the abend and is giving the operator the chance to continue initialisation albeit without this INIT-PGM having run successfully. |
System action: |
Com-plete will wait for a reply to the message. If any character other than 'Y' is replied to the message, Com-plete initialisation will be aborted. When the reply is 'Y', Com-plete initialisation continues with the next INIT-PGM specification if any. |
System programmer info: |
Determine the reason for the abend of the program from the dump that will have been produced and correct the error. Otherwise, the specification should be removed to avoid abends with each initialisation of Com-plete. |
Computer operator info: |
Depending on whether the system can run successfully without the running of the particular INIT-PGM, reply 'Y' or 'N' and inform the system programmer. |
INI0007 | Patch character '$1' already in use |
Explanation: |
The patch character specified in the Sysparms and displayed in this message is in use by another Com-plete on the same system. |
System action: |
Com-plete initialisation is aborted. |
System programmer info: |
The 'PATCHAR' Com-plete Sysparm must be unique for EACH Com-plete in the system, as this is used to uniquely identify the various Com-pletes. Either choose another patch character or determine which other Com-plete is using this particular patch character and why. |
INI0008 | Nucleus load $1 |
Explanation: |
Depending on various things in the system, the Com-plete nucleus load may take some time. To ensure that this is obvious, a message will be issued every six seconds or so. The first will tell you that the load is 'STARTING', while the second and subsequent messages will indicate that it's 'IN PROGRESS'. This can and often does appear more than once and is therefore not an error, simply an information message. |
INI0009 | $1 error loading module $2, reason code X'$3' |
Explanation: |
The operation indicated in the message failed for the named module due to the displayed reason code. The following are the reason codes depending on the operation. Operation - Reason code BLDL - R0 contents after failed BLDL LOAD - Abend code with which the load would have abended if the program hadn't specified an error exit. |
System action: |
Depending on the necessity or otherwise of the named module, Com-plete will continue processing. |
System programmer info: |
Determine why this module is being loaded and if there's a valid reason that it should be loaded, why the load is failing. |
INI0010 | Module not found: '$1' |
Explanation: |
This message is associated with Com-plete initialisation processing. The Com-plete main initialisation routine could not locate the module indicated. $ is the module name. |
System action: |
Com-plete discontinues initialisation. |
System programmer info: |
This is a serious error and may indicate corruption of the Com-plete load library. Examine the library to ensure that the specified module is present. It may be necessary to restore that module or the entire library. This error usually means that a module has been inadvertantly deleted from the library and does not, in general, indicate any physical error. |
Computer operator info: |
Notify the Com-plete system programmer of this error. |
INI0012 | Nucleus '$1' invalid version/release '$2'; expected level '$3' |
Explanation: |
The nucleus named in the message is not at the expected version/ release level as per the initialisation module used. |
System action: |
Com-plete initialisation processing is terminated. |
System programmer info: |
This indicates that the Com-plete nucleus name loaded at initialisation by the initialisation module, does not reflect the version/release level at which the initialisation module was assembled indicating a mismatch. Check that the module you think you are loading is really the module that you are loading. The Version/Release level of the nucleus we have loaded should help you to identify which level of Com-plete nucleus we've loaded, while the second will tell you which level the initialisation module is at. |
INI0013 | Module loaded: '$1' |
Explanation: |
Self-explanatory message. |
INI0014 | BP Create for $1 Buffer Pool returned status='$2' |
Explanation: |
Com-plete has attempted to generate the $1 buffer pool. The create request has returned a status of $2. $2 is the hex representation of the status returned from the buffer pool management routines. The first two bytes are the return code from the request and the second two bytes are the reason code. These are described in the section 'Fixed buffer pool manager return codes' in the messages manual. |
System action: |
When the return code is '4' processing continues. When the return code is greater than '4', it indicates that the buffer pool has not been built. If the buffer pool is the 'workpool' buffer pool, this is required for Com-plete execution and therefore initialisation will fail. For any other buffer pool, initialisation will continue, however, the buffer pool will not be available for use. |
System programmer info: |
Generally this should only happen due to a shortage of storage. For the meaning of the status code, please, refer to the APSBPM group of messages. |
INI0015 | Warning: Module $1 required to be reentrant is NOT linked RENT |
Explanation: |
Various Com-plete nucleus routines or nucleus user exit routines need to be coded reentrant and linked with the RENT option in order to guarantee integrity of the Com-plete system. Module $1 was found NOT to be reentrant and therefore may result in loss of integrity or nucleus abends. |
System action: |
Initialization continues. |
System programmer info: |
Ensure module $1 is reentrant. |
INI0016 | Add failed for $1 resource, rc=$2 fdbk=$3 |
Explanation: |
During initialisation, Com-plete adds various resources to the general resource pool for use at a later stage. In this case the add for resource $1 failed with return code $2 and feedback code $3. These codes are documented in the section Resource Manager Return Codes. |
System action: |
Initialisation will terminate. |
System programmer info: |
This indicates logic error in the Com-plete initialisation. Report the contents of the message and the circumstances which cause it to appear to your local support centre. |
INI0017 | BPDelete for $1 BP returned status=x'$2' |
Explanation: |
While attempting to delete the buffer pool $1, a status of $2 was returned. |
System action: |
Processing continues, however, storage may be lost if the delete request actually failed. Failure is indicated in the first halfword of the status $2. When this is x'0008' or greater, it indicates that the delete request failed. |
System programmer info: |
This indicates that an unexpected situation has occurred. $2 represents the return code and feedback code from the BPDELETE request. This, along with any other messages at the time of the error, should be reported to your local support centre. |
INI0018 | Logic error in module $1 at offset $2 |
Explanation: |
Com-plete has encountered a logic error in module $1 at offset $2. |
System programmer info: |
Report the error and the circumstances surrounding the error to your local support centre. |
INI0019 | CRSVATBL not loaded into SVA |
Explanation: |
Self-explanatory message. |
INI0020 | Old TLSPSVC found. Run COMSIP with APS331 libraries |
Explanation: |
TLSPSVC found in the SVA ist not from APS33x. |
System programmer info: |
Run COMSIP with the correct libraries (including the latest fixpack). |
INI0021 | Old TLSPSVC found. Run COMSIP with latest Fixpack |
Explanation: |
COMSIP loaded TLSPSVC from an older APS Fixpack than the one from with TLINSP is currently loaded. |
System action: |
The job isn't started. |
System programmer info: |
Use the latest APS Fixpacks in the LIBDEF chain for COMSIP. |
INI0022 | PRODID-DEFINE - RC = $1/$2 |
Explanation: |
Self-explanatory message. |
INI0023 | System Adapter (COMSIP) not initialized |
Explanation: |
Run COMSIP to load our SVC handler. |
INI0024 | THIS PROGRAM CAN NOT RUN UNDER SUPERVISOR VERSION XXX. |
Explanation: |
You are trying to start Com-plete un an unsupported z/VSE version. |
System programmer info: |
Check the Installation Manual and IBM documentation for supported z/VSE versions. |
INI0201 | PRODEXIT DEFINE RC 08 |
Explanation: |
Self-explanatory message. |
System action: |
Initialization is aborted. |
System programmer info: |
Call SAG Support |
INI0202 | PRODEXIT DEFINE RC 12 |
Explanation: |
Self-explanatory message. |
System action: |
Initialization is aborted. |
System programmer info: |
Contact Software AG support |
INI0203 | PRODEXIT DEFINE RC 16 |
Explanation: |
Self-explanatory message. |
System action: |
Initialization is aborted. |
System programmer info: |
Contact Software AG support |
INI0204 | PRODEXIT DEFINE RC 20 |
Explanation: |
Self-explanatory message. |
System action: |
Initialization is aborted. Inform SAG. |
System programmer info: |
Rename the module TLSPPREX on the APS Libraries and restart Com-plete |
INI0205 | PRODEXIT DEFINE RC 24 |
Explanation: |
Informational message |
System action: |
The existing PRODEXIT is deleted and another DEFINE issued. |
INI0206 | PRODEXIT DEFINE RC 28 |
Explanation: |
Self-explanatory message. |
System action: |
Initialization is aborted. |
System programmer info: |
Contact Software AG support |
INI0207 | PRODEXIT ENABLE RC 08 |
Explanation: |
Self-explanatory message. |
System action: |
Initialization is aborted. |
System programmer info: |
Contact Software AG support |
INI0208 | PRODEXIT ENABLE RC 16 |
Explanation: |
Self-explanatory message. |
System action: |
Initialization is aborted. |
System programmer info: |
Contact Software AG support |
INI0209 | PRODEXIT DISABLE RC 08 |
Explanation: |
Self-explanatory message. |
INI0210 | PRODEXIT DISABLE RC 16 |
Explanation: |
Self-explanatory message. |
INI0211 | PRODEXIT DELETE RC 16 |
Explanation: |
Self-explanatory message. |
INI0212 | NO STORAGE FOR PRODEXIT DEFINE |
Explanation: |
Self-explanatory message. |
System action: |
Initialization is aborted. |
System programmer info: |
Contact Software AG support |
INI0213 | TLSPPREX - FREEVIS ERROR RC=XX |
Explanation: |
Informational message. |
System action: |
Shutdown continues |
INI0214 | NO STORAGE FOR PRODEXIT DEFINE |
Explanation: |
Self-explanatory message. |
INI0215 | NO STORAGE FOR PRODEXIT DEFINE |
Explanation: |
Self-explanatory message. |
INI0216 | NO STORAGE FOR PRODEXIT DEFINE |
Explanation: |
Self-explanatory message. |
INI0217 | Load Error TLSPSUP1 |
Explanation: |
TLSPSUP1 could not be loaded |
System action: |
Initialization is aborted. |
System programmer info: |
Contact Software AG support |
INI0219 | TLSPPREX - INVALID FREEVIS ADDRESS |
Explanation: |
Self-explanatory message. |
INI0220 | TLSPPREX - ALESERV_DELETE RC not 0 |
Explanation: |
Informational message. |
System action: |
Shutdown continues |
INI0221 | TLSPPREX - DSPSERV_DELETE RC not 0 |
Explanation: |
Informational message |
System action: |
Shutdown continues |
INI0222 | PRODID-DEFINE - RC = XXX |
Explanation: |
Self-explanatory message. |
System action: |
Initialization is aborted. |
System programmer info: |
Contact Software AG support |
INI0223 | PRODID-DELETE - RC = XXX |
Explanation: |
Self-explanatory message. |
System action: |
Initialization is aborted. |
System programmer info: |
Contact Software AG support |
INI0224 | PRODID-CHECK - RC = XXX |
Explanation: |
Self-explanatory message. |
System action: |
Initialization is aborted. |
System programmer info: |
Contact Software AG support |
INI0225 | PRODID-AUTH-Y - RC = XXX |
Explanation: |
Self-explanatory message. |
System action: |
Initialization is aborted. |
System programmer info: |
Contact Software AG support |
INI0226 | PRODID-AUTH-N - RC = XXX |
Explanation: |
Self-explanatory message. |
System action: |
Initialization is aborted. |
System programmer info: |
Contact Software AG support |
INI0232 | TLSPPREX - $IJBSLA not found in SDL |
Explanation: |
Informational message |
System action: |
Initialization continues |
INI0233 | TLSPPREX - info - AREA = 12345678 |
Explanation: |
Informational message. |
System action: |
Initialization continues. |
INI0234 | TLSPPREX - info - SUP1 = 12345678 |
Explanation: |
Informational message. |
System action: |
Initialization continues |
INI0235 | TLSPPREX - info - SUP3 = 12345678 |
Explanation: |
Informational message. |
System action: |
Initialization continues |
INI0236 | TLSPPREX - info - SUP4 = 12345678 |
Explanation: |
Informational message. |
System action: |
Initialization continues |