Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    z13 is missing" in Title column (version 20)

    • Article Type: General
    • Product: Aleph
    • Product Version: 20

    Description:
    We are still analyzing results from a recent migration from version 18 to version 20.

    In the circ module, course reserve tab, there is an error message in the Course Doc List for a course that says "z13 is missing" in the Title column. We tried to solve the problem by running p_manage_07 in ABC30 (crs library) but still the message is there. On the other hand, when we create a document in ABC30 and attach it to a course, the title display correctly (no error message).

    Resolution:
    The following SQL shows that there are only 5 z13's in abc30:

    abc30@ALEPH20> select count(*) from z13;
    **** Hit return to continue ****

    COUNT(*)
    ----------
    5


    Looking at the $alephe_scratch/abc30_p_manage_07.00065 log, I see this:

    setenv p_delete_all "1"
    setenv p_from_doc_number_x "000003665"
    setenv p_to_doc_number_x "000003667"


    This combination is deleting all the z13's and building new ones for these three records only.

    Though you might do this as a temporary test to see if the proper z13 records are generated for a particular range of records, it needs to be followed by a complete run with the parameters

    setenv p_from_doc_number_x "000000000"
    setenv p_to_doc_number_x "999999999"

    Note: If you select "No" ("0", Update) for a range of records which is already indexed, you will get duplicate index entries. See KB 4099 for details.


    • Article last edited: 10/8/2013