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

    ue_21 does not start for abc01 and abc10 after cold backup

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

    Description:
    I've noticed that ue-21 for abc01 and abc10 do not start after a cold backup.
    This is how the code looks in the aleph_startup script. Do I have to add anything to it?

    #*******************************************
    # UE_21
    #*******************************************

    echo "starting library publishing daemon..."

    if ($?PUB_STARTUP_LIBS) then
    set pub_startup_libs = ($PUB_STARTUP_LIBS)
    else
    set pub_startup_libs = ""
    endif

    foreach lib ($pub_startup_libs)
    start_proc00 $lib
    echo " - $active_library "
    source $aleph_proc/util_e_21
    end

    echo " "

    Resolution:
    As described in KB 16384-28209, abc01 and abc10 need to be added to the PUB_STARTUP_LIBS line in aleph_start.private.

    That would be:

    setenv PUB_STARTUP_LIBS "$PUB_STARTUP_LIBS abc01 abc10"

    Then do: source aleph_start


    • Article last edited: 10/8/2013