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

    How are serial patterns extracted/loaded in moving them from ADM library to HOL

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

    Description:
    How are the serial patterns extracted and loaded in moving them from the ADM library to the HOL?

    Resolution:
    The p_manage_55 job extracts the 853/853X serial pattern fields from the ADM record. This job should be run after the other upgrade steps are done. It can be submitted from the GUI Services menu.

    Then p_manage_18 needs to be used to *load* the patterns into the xxx60. Here is a sample p_manage_18 run for doing such a load:

    Fixed param: xxx60,patterns_transfer2,rejected_records,system_numbers,OLD,,,FULL,APP,S,
    setenv p_active_library "xxx60"
    setenv p_input_file "patterns_transfer2"
    setenv p_reject_file "rejected_records"
    setenv p_log_file "system_numbers"
    setenv p_old_new "OLD"
    setenv p_fix_type ""
    setenv p_check_references ""
    setenv p_update_f "FULL"
    setenv p_update_type "APP"
    setenv p_update_mode "S"
    setenv p_char_conv ""
    setenv p_merge_type ""
    setenv p_cataloger_in ""
    setenv p_cataloger_level_x ""

    The important thing is OLD and update_type: APPend


    • Article last edited: 10/8/2013