Upgrade Guide for DB2 UDB for z/OS > Upgrading a Database from the Mainframe > Executing the Upgrade on the z/OS Host (Phase 2 of 2) >

Creating the New EIM Indexes


Perform the following procedure to create the new EIM indexes.

NOTE:  This topic applies to Siebel Industry applications upgrades.

To create the new EIM indexes

  1. Make sure you are at the Siebel Upgrade Job Submission Menu for your upgrade path.

    The panel ID is SBLRUNFP.

  2. Select the option for the application you are upgrading:
    • For Siebel Business application upgrades, select option 14: EIM INDEX DDL.
    • For Siebel Industry application (SIA) upgrades, select option 17: EIM INDEX DDL.

      This places you in edit mode for dataset DSNHLQ.SIEBEL.INSTALL.JCL(@EIMIX).

  3. Run the job using the JCL in dataset DSNHLQ.SIEBEL.INSTALL.JCL(@EIMIX).
  4. Verify that the job ran successfully.

    RC=0 indicates that the job was successful.

    Jobs with an ABEND (end abnormally) U99 or U099 message are jobs that failed.

    If you selected Siebel-Scheduled Mode, this job is logged (as Completed Successfully or Failed) to the target Siebel log table: TARGET_TABLEOWNER.TMP_SBLLOG_TAR.

    NOTE:  You must fix any failed jobs before proceeding with the upgrade. For information on restarting failed jobs, see Restarting Failed Jobs on the Mainframe.

  5. After submitting the job, enter cancel on the command line or press PF3 to save changes.
  6. Verify that the JCLTEST return code is FLUSH (RC=0 or RC=4). If you do not see the FLUSH return code, you can verify the condition codes by searching for the condition code IEF206I.

    This job runs DDL to Create New-Schema (Siebel 7.8) EIM Indexes (Unique and Non-Unique).

Upgrade Guide for DB2 UDB for z/OS