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. Hierarchies Upgrade
  13. ActiveVOS Post-Installation Tasks for the Application Server
  14. ActiveVOS Post-Upgrade Tasks for Business Entity Adapter
  15. ActiveVOS Post-Upgrade Tasks for Subject Areas Adapter
  16. Appendix A: Troubleshooting the Upgrade Process
  17. Appendix B: Frequently Asked Questions
  18. Appendix C: Processing Existing ActiveVOS Tasks
  19. Appendix D: Configuring Metadata Caching

Upgrading from Version 10.1, 10.2, 10.3, or 10.4

Upgrading from Version 10.1, 10.2, 10.3, or 10.4

Updating a Localized Schema

Updating a Localized Schema

If the pre-upgrade schema includes localized lookup tables, you might see validation errors after you upgrade.
For lookup tables that were localized in version 10.2.x, the metatdata validation process generates the following types of errors:
SIP-MV-22000 The name attribute for DB bundle [<
lookup table name
>.dbBundleMapping] is not defined in the configuration
To fix the errors, perform the following steps:
  1. Download the
    dbBundleConfig.xml
    file from the C_REPOS_CO_CS_CONFIG repository table.
  2. In the
    dbBundleConfig.xml
    file, and copy the
    name=<
    lookup table name
    >
    parameter from the
    bundle
    element to the
    mapping
    element.
    For example, the following snippet shows the edited
    mapping
    elements:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <dbBundleConfiguration xmlns="http://www.example.com/mdm/db-bundle-configuration"> <bundle name="LUCountry" hubObject="C_LU_COUNTRY_LCL"> <mapping
    name="LUCountry"
    keyColumn="COUNTRY_CD" countryColumn="COUNTRY_CODE" languageColumn="LANGUAGE_CODE" valueColumn="LOCALIZED_STRING"/> </bundle> <bundle name="LUState" hubObject="C_LU_STATE_LCL"> <mapping
    name="LUState"
    keyColumn="STATE_CD" countryColumn="COUNTRY_CODE" languageColumn="LANGUAGE_CODE" valueColumn="LOCALIZED_STRING"/> </bundle> <bundle name="LUCountry.LUState" hubObject="C_LU_STATE_LCL"> <mapping
    name="LUCountry.LUState"
    keyColumn="STATE_CD" countryColumn="COUNTRY_CODE" languageColumn="LANGUAGE_CODE" valueColumn="LOCALIZED_STRING"/> </bundle> </dbBundleConfiguration>
  3. Upload the edited
    dbBundleConfig.xml
    file to the C_REPOS_CO_CS_CONFIG repository table.
  4. Run the metadata validation.

0 COMMENTS

We’d like to hear from you!