Table of Contents

Search

  1. Preface
  2. Upgrade Overview
  3. Pre-Upgrade Tasks
  4. Database Tasks
  5. Application Server Tasks
  6. Hub Store Upgrade
  7. Hub Server Upgrade (In-place Upgrade)
  8. Process Server Upgrade (In-place Upgrade)
  9. Resource Kit Upgrade (In-place Upgrade)
  10. Post-Upgrade Tasks
  11. Search Configuration Upgrade
  12. ActiveVOS Post-Installation Tasks for the Application Server
  13. ActiveVOS Post-Upgrade Tasks for Business Entity Adapter
  14. ActiveVOS Post-Upgrade Tasks for Subject Areas Adapter
  15. Troubleshooting the Upgrade Process
  16. Frequently Asked Questions
  17. Processing Existing ActiveVOS Tasks
  18. Configuring Metadata Caching

Upgrading from Version 9.7.1

Upgrading from Version 9.7.1

Step 8. Ensure Table Constraints Reconcile

Step 8. Ensure Table Constraints Reconcile

Ensure that all table constraints reconcile and that a table is not in the check pending state.
  1. Verify that all the fields in the CONST_CHECKED column of the SYSIBM.SYSTABLES are set to
    Y
    .
    When a table is in the check pending state, fields in the CONST_CHECKED column are set to
    N
    .
  2. If a table is in the check pending state, run the following SET INTEGRITY command for the table:
    set integrity for <schema_name.table_name> immediate checked
    All the table constraints are reconciled and the check pending state is removed.

0 COMMENTS

We’d like to hear from you!