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

    UE_11 fails to start after cold backup / Aleph restart.

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

    Description:
    UE_11 fails to start after each Sunday morning cold backup. This has happened since we migrated to the new servers last summer.

    Resolution:
    In version 16-up, ue_11 runs in the $z105_library. (See KB 5741 for details.) The aleph_start parameter which controls the start-up of ue_11 is the "MESSAGE_STARTUP_LIBS".

    Your aleph_start has these lines:

    setenv z105_library USR00
    ...
    setenv MESSAGE_STARTUP_LIBS "$z105_library"

    The $alephe_root/aleph_start.private has the MESSAGE_STARTUP_LIBS line commented out. You need to change aleph_start.private.

    You need to either:

    1a. Move the "setenv z105_library" line so it precedes the "setenv MESSAGE_STARTUP_LIBS" line and

    1b. change the the "setenv MESSAGE_STARTUP_LIBS" line to

    setenv MESSAGE_STARTUP_LIBS "$z105_library"

    or

    2. Change the "setenv MESSAGE_STARTUP_LIBS" line to:

    setenv MESSAGE_STARTUP_LIBS "$MESSAGE_STARTUP_LIBS TCU00"

    and then do "source aleph_start" to make the change take effect.

    Jerry


    • Article last edited: 10/8/2013
    • Was this article helpful?