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

    Derive AUT record works for default aut library only.

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

    Description:
    We have two aut libs: ABC10 and ABC12.

    When we derive an aut record from ABC01 bib library, the system creates a new aut record in default aut library ABC10.

    We need to have the option of creating it in ABC12.
    How can this be achieved?

    Resolution:
    You have the ability to specify in column 3 of the tab_fix fix routine what library will be used.

    In the ./xxx01/pc_tab/catalog/fix_doc.eng change this line:

    AUT Y L Create a new record in the Authority DB, based on 1XX, 7XX, 6XX field

    into these two lines:

    AUT10 Y L Create new record in xxx10 Authority DB, based on 1XX, 7XX, 6XX field
    AUT12 Y L Create new record in xxx12 Authority DB, based on 1XX, 7XX, 6XX field

    And in the ./xxx01/tab/tab_fix, change this line:

    AUT fix_doc_new_aut_5

    into these two lines:

    ! 1 2 3
    !!!!!-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!>

    AUT10 fix_doc_new_aut_5 ABC10
    AUT12 fix_doc_new_aut_5 ABC12

    (and do util m/7 to repackage the Cataloging client).

    Additional Information

    authorities


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