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

    Making job_list job with "Dn" in col. 2 run every day of the week

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

    Description:
    We have a job_list job which runs only on Tuesday:

    02 D2 Y ABC01 p_custom_last_doc_noabc01 ABC01

    We want it to run every five minutes ("D2"), every day of the week

    Resolution:
    The value in column 1 of the job_list entry controls what days the job runs on. Since you currently have "02", it runs on Tuesday (the second day of the week).

    If you had a specific time in column 2 (rather than "D2"), then you could use a code in column 1 (such as "W5").

    But codes in both columns ("W5 D2 ...") does not work, so you will need to do this to make it run every day (Sun. through Sat.):

    00 D2 Y ABC01 p_custom_last_doc_noabc01 ABC01
    01 D2 Y ABC01 p_custom_last_doc_noabc01 ABC01
    02 D2 Y ABC01 p_custom_last_doc_noabc01 ABC01
    03 D2 Y ABC01 p_custom_last_doc_noabc01 ABC01
    04 D2 Y ABC01 p_custom_last_doc_noabc01 ABC01
    05 D2 Y ABC01 p_custom_last_doc_noabc01 ABC01
    06 D2 Y ABC01 p_custom_last_doc_noabc01 ABC01


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