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

    How to start ue_21 automatically

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

    Description:
    I need to define ue_21 in the job_list.
    We're running initial publishing jobs (on a daily basis) in the CR library. The jobs stop the ue_21 process and do not restart it. I've defined ue_21 in the job_list file:
    W2 11:30:00 Y ABC30 util_e_21 ABC30,UE-21

    but get an error:
    aleph_ps: Command not found.
    GNU Ghostscript 8.15: Unrecoverable error, exit code 1
    if: Expression Syntax.

    Resolution:
    You can't add ue processes to the job list. The relevant ue processes are started by the unlock_library proc following the completion of a job which has locked the library.

    The $aleph_proc/unlock_library proc has the following lines:

    set a = `echo $PUB_STARTUP_LIBS | grep -i $active_library`
    if ("$a" == "") then
    echo ""
    echo "$active_library is not in PUB_STARTUP_LIBS"
    echo ""
    sleep 5
    else
    source $aleph_proc/util_e_21
    endif

    Thus, if the library is in the $aleph_start.private PUB_STARTUP_LIBS list, ue_21 is restarted in the library when it is unlocked.

    ABC01 and ABC30 need to be added to the PUB_STARTUP_LIBS line in aleph_start.private (and then do "source aleph_start").


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