Previous Topic: Customize CA Datacom/AD for CAIENF

Next Topic: Customize CA Datacom/AD for Event Management

Resolve CA Datacom/AD for CAIENF Customization Issues

There may be instances where problems are encountered customizing CA Datacom/AD for CAIENF. For example, a data set name or space allocation may be specified incorrectly or the CAIENF database installation CAW0JCL member AW1ID001 receives an error.

In many cases, the CAIENF database installation CAW0JCL member AW1ID001 can be resubmitted after resolving the issue that caused the error by editing the JCL to begin at the job step encountering the error.

However in some cases, it may be more desirable to delete a partially or completely installed CAIENF database.

To delete a partially or completely installed CAIENF database

  1. Before starting this procedure, see CA Datacom/AD MUF Considerations in Customize CA Datacom/AD for CAIENF.
  2. Submit CAW0JCL member AW1AD001 to obtain a list of existing CAIENF database tables.

    If no rows are found, proceed to step 4 to delete the CAIENF database.

  3. Edit and execute CAW0JCL member CASQL004 to drop all CAIENF tables.

    This step is only required if the listing for job AW1AD001 indicated rows were found.

    EVENT tables are dynamically installed at CAIENF startup when the RECORD(YES) ENFPARM control option has been specified.

    Important! Never drop an EVENT table while CAIENF is actively recording events. For more information, see CA Datacom/AD MUF Considerations in Customize CA Datacom/AD for CAIENF.

    Note: The DROP TABLE statement renders the table obsolete, which removes all versions and statuses of the table from the data dictionary databases, deletes the Directory definition, and deletes the data.

    If CASQL004 returns an error, execute CAW0JCL member CADB001 to close all CAIENF tables then resubmit CASQL004.

    Note: An error is returned if the database table information remained cached by the CA Datacom/AD address space.

  4. Edit and submit CAW0JCL member CADB003 to delete the CAIENF database definitions from CA Datacom/AD.

    Important! Drop all the ENF tables before deleting the CAIENF database.

    Note: If the CAIENF database was partially installed, one or more database components may not exist and CADB003 will indicate errors for the missing components. You may safely ignore such errors.

  5. Edit and submit CAW0JCL member CADB004 to delete the CA Datacom/AD directory definitions for CAIENF.

    This job should only be run when the step to define and initialize the CA Datacom/AD CAIENF database data sets found in CAW0JCL member AW1ID001 successfully initialized and updated the Datacom/AD CXX file with the CAIENF ENF0700 and IX0700 data set information.

  6. Edit and submit CAW0JCL member CADB005 to delete the CAIENF database data sets.

    This job should only be run when the step to define and initialize the CA Datacom/AD CAIENF database data sets found in CAW0JCL member AW1ID001 successfully allocated the CAIENF ENF0700 and IXX0700 data sets.

  7. Re-install the CAIENF database using CAW0JCL member AW1ID001.