Previous Topic: C1G MessagesNext Topic: C1LB Messages


C1I Messages

This section details messages generated by CA Endevor SCM in the course of processing, along with possible causes and corrective actions to take in error situations.

C1I0001E

MODULE BC1TPGML NOT FOUND IN CONLIB

Reason:

Module BC1TPGML is required for the loading and initialization of the CA Endevor SCM System. The data set name specified for the DDNAME CONLIB was improperly set during installation.

Action:

Verify that the CA Endevor SCM CONLIB is set up properly and available. Also verify that the installation procedure was followed to make sure that the libraries and JCL created were properly established.

C1I0002E

MODULE member name NOT FOUND IN ddname 1 OR ddname 2, ENDEVOR INITIALIZATION HAS ABORTED

Reason:

Internal error.

Action:

Contact your administrator.

C1I0005E

THE C1DEFLTS TABLE IS NOT COMPATIBLE WITH THE CURRENT ENDEVOR *** PLEASE CONTACT YOUR ENDEVOR ADMINISTRATOR TO REASSEMBLE THE C1DEFLTS TABLE

Reason:

The current release of CA Endevor SCM has found a C1DEFLTS Table that was assembled with an older release of this product.

Action:

Make sure that the STEPLIB and ISPPLIB DD statements point to a copy of C1DEFLTS, which was reassembled since the last installation of CA Endevor SCM.

C1I0007E

REQUIRED USER ID PARAMETER IS MISSING FROM THE JOBCARD

Reason:

The BATCHID parameter within the defaults table contains a value that requires that the USERID parameter be coded on the jobcard.

Action:

Code the USERID parameter on the jobcard and resubmit the job.

C1I0010E

BC1TPGML MODULE TABLE IS EMPTYC1B. ENDEVOR INITIALIZATION IS ABORTING

Reason:

Internal error.

Action:

Contact your administrator.

C1I0011E

THE C1DEFLTS TABLE DOES NOT CONTAIN ANY ENVIRONMENT DEFINITIONS

Reason:

The C1DEFLTS table was created without any Environment definitions.

Action:

Recreate the C1DEFLTS table with Environment definitions.

C1I0012E

YOU ARE NOT AUTHORIZED TO ACCESS ANY ENVIRONMENTS

Reason:

You are not authorized to access any Environments.

Action:

Contact your administrator.

C1I0013E

CAILMP Common Enforcement Software is not installed

Reason:

The RIM component of CA Common Services is not operational.

Action:

Contact your Systems administrator.

C1I0014E

VERSION version number OF BC1TPGML IS INVALID. ENDEVOR INITIALIZATION IS TERMINATING

Reason:

Internal error.

Action:

Contact your administrator.

C1I0015E

THE C1UEXITS TABLE IS NOT COMPATIBLE WITH THE CURRENT ENDEVOR *** PLEASE CONTACT YOUR ENDEVOR ADMINISTRATOR TO REASSEMBLE THE C1UEXITS TABLE

Reason:

The user exits table, C1UEXITS, is from an earlier release of CA Endevor SCM.

Action:

The C1UEXITS table is loaded from an authorized data set in the STEPLIB, JOBLIB, link list, or LPALIB concatenation. Reassemble the table and link edit it into a data set that is defined in one of the above. If the C1UEXITS table was reassembled but linked into a CONLIB data set, move it to one of the previously listed libraries.

C1I0016E

THE C1BEXITS TABLE IS NOT COMPATIBLE WITH THE CURRENT ENDEVOR *** PLEASE CONTACT YOUR ENDEVOR ADMINISTRATOR TO move C1BEXITS to the proper library

Reason:

The System exits table, C1BEXITS, is from an earlier release of CA Endevor SCM. This table is loaded from CONLIB.

Action:

Make sure that the data sets in the CONLIB concatenation do not contain modules from an older release of CA Endevor SCM.

C1I0017E

LOAD OF TABLE c1deflts_table_name FAILED, RESULT=result

Reason:

During initialization, the C1DEFLTS table is loaded from the Task library, STEPLIB, System link list, or Link Pack Area. If CA Endevor SCM cannot load C1DEFLTS, it issues this message.

Action:

The value of result may be one of the reasons listed next. Follow the appropriate recommendations based upon the result shown in the message.

C1I0018E

LOAD OF ENUXSITE FAILED - RESULT=<result-of-load>

Reason:

Module ENUXSITE was found in a STEPLIB or link list data set, but it could not be loaded because it is either marked non-executable or an I/O error occurred.

Action:

This is a user written module. Check the output of the linkedit and ensure that the module is executable. Check for operating System messages or abends that will isolate the cause of the load failure.

C1I0021E

THE MASTER SECURITY TABLE IS NOT COMPATIBLE WITH THE CURRENT ENDEVOR ***PLEASE CONTACT YOUR ENDEVOR ADMINISTRATOR TO REASSEMBLE THE MASTER SECURITY TABLE

Reason:

The security table, usually BC1TNEQU for the CA Endevor SCM External Security Interface, and ACCSTABL for Native Security, is from an earlier release of CA Endevor SCM.

Action:

The security table name is specified in the ACCSTBL field in the TYPE=MAIN section of the C1DEFLTS table. The security table is loaded from an authorized data set in the STEPLIB, JOBLIB, LNKLST, or LPALIB concatenation. Reassemble the table and link edit it into a data set that is defined in one of the above. If the security table was reassembled but linked into a CONLIB data set, move it to one of the previously listed libraries. Alternatively, verify that you have not enabled both Native Security and External Security features together in the C1DEFLTS table. For example, specifying ACCSTBL=ACCSTABL and ESSI=Y can result in the loading of an incompatible BC1TNEQU security table from one of the previously listed libraries.

C1I0022E

THE SYMBOL TABLE IS NOT COMPATIBLE WITH THE CURRENT ENDEVOR ***PLEASE CONTACT YOUR ENDEVOR ADMINISTRATOR TO REASSEMBLE THE SYMBOL TABLE

Reason:

The site symbol table is missing or is from an earlier release of CA Endevor SCM.

Action:

Create the table before defining the table name with the SYMBOLTBL= field in the TYPE=MAIN section of the C1DEFLTS table.

If the table is from an earlier release of CA Endevor SCM, use JCL member BC1JTABL in iprfx.iqual.CSIQJCL to assemble and link-edit the table. An alternative is to use an SMP/E USERMOD to accomplish this.