Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    Aleph

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Aleph
    3. Knowledge Articles
    4. Upgrade Express 20-22 error: "The old table z31 description does not match ..."

    Upgrade Express 20-22 error: "The old table z31 description does not match ..."

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Additional Information
    • Article Type: General
    • Product: Aleph
    • Product Version: 22

    Problem Symptoms:
    In upgrading from v20 - v22, upgrade_express_20_21 gives the error:

    A_ERROR: The old table z31 description does not match the expected description.

    for the Z31_DESCRIPTION and Z31_KEY columns.

    Cause:
    upgrade_express_20_21 expects the v20 input columns to look like this:

    Z31_DESCRIPTION VARCHAR2(300)
    Z31_KEY CHAR(100)

    Instead, they looked like this:

    Z31_DESCRIPTION VARCHAR2(100)
    Z31_KEY VARCHAR2(100)

    Apparently a 18->19 or 19->20 upgrade step to change these columns did not occur -- but seems to have not prevented successful use of the z31 table in v20.

    Resolution:
    1. Do the following (in v20) to put the columns in the form that upgrade_express_20_21 expects:

    alter table z31 modify Z31_DESCRIPTION VARCHAR2(300);
    alter table z31 modify Z31_KEY CHAR(100);

    2. Re-run the upgrade_express_2101_2201 export and import steps.
    3. Re-run the upgrade_express_2001_2101 upgrade steps ("3. Upgrade express")

    Additional Information

    If the Z31_DESCRIPTION and Z31_KEY are *already* in the expected form in v20, then consult Article 000003163 (Upgrade Express 18-19: "...z31 description does not match ...") for Z31_KEY)

    Category: Oracle (500)


    • Article last edited: 9/17/2014
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Upgrade Express 20-21: “The old table XXX50.xxx description does not match
      • Upgrade Express 20.01 to 21.01 User Guide - Installing the new GUI
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Aleph
    2. Tags
      1. 22
      2. contype:kba
      3. Oracle (500)
      4. Prod:Aleph
      5. Type:General
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved