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

    Newly-added books retrievable by barcode but not by title

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

    Description:
    Last week, I cataloged two books, Diagnostic Imaging: Abdomen, barcode 100044467 and Diagnostic Imaging: Brain, barcode 100044469.

    In ABC01, a barcode search brings up both records. However, neither a title, exact title or browse title brings up any record of the books. Can you tell me how to remedy this?

    Resolution:
    The following "ls" in the abc01 $data_scratch shows that the abc01 ue_01 has not been running since Nov. 2:

    abc1-18(1) ABC01-ALEPH>>ls -lrt *run_e_01.*
    -rw-rw-r-- 1 aleph exlibris 15106 Nov 2 23:55 run_e_01.27392


    And the following SQL shows that there are 276 z07's waiting to be processed:

    abc01@ALEPH0> select count(*) from z07;
    **** Hit return to continue ****

    COUNT(*)
    ----------
    276


    You need to do:

    > dlib abc01

    > util e , then 1, to start the ue_01 process.


    I also notice that all of the following lines in $alephe_root/aleph_start.private are commented out:

    # setenv QUE_STARTUP_LIBS "$QUE_STARTUP_LIBS abc50"
    # setenv QUE_STARTUP_LIBS "$QUE_STARTUP_LIBS abc10"
    # setenv QUE_STARTUP_LIBS "$QUE_STARTUP_LIBS abc01"
    # setenv QUE_STARTUP_LIBS "$QUE_STARTUP_LIBS abc60"

    # setenv WORD_STARTUP_LIBS "$WORD_STARTUP_LIBS abc01"

    # setenv ACC_AUT_STARTUP_LIBS "$ACC_AUT_STARTUP_LIBS abc01"

    # setenv REQUEST_STARTUP_LIBS "$REQUEST_STARTUP_LIBS abc50"


    This means that the batch que's, ue_01, etc., will not start when aleph is restarted. Unless there is some reason for this, these lines should all be uncommented.


    • Article last edited: 10/8/2013