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

    fix program fix_doc_new --- only relevant for libraries of type MAB

    • Article Type: General
    • Product: Aleph
    • Product Version: 18 and up

    Description

    With rep_change #447 in version 16 a new fix-program fix_doc_new was implemented. This program allows the deriving of new records based on table definitions. In version 16 you had the option to use the new fix-program or to use still the older programs fix_doc_mab_new_nnn. But in version 18 the older programs are no longer available and therefore the program names must be changed. If you don’t change the program names this causes error messages in the pc-server-protocol.

    Resolution


    To avoid the error message follow these instruction:

    Change the following lines of tab_fix:

    !!!!!-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!>

    DN fix_doc_mab_new_dn
    AND fix_doc_mab_new_and
    SRD fix_doc_mab_new_srd


    to:

    !!!!!-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!>
    DN fix_doc_new TYPE=DN,CHECK-SOURCE=Y
    AND fix_doc_new TYPE=AND,CHECK-SOURCE=Y
    SRD fix_doc_new TYPE=SRD,CHECK-SOURCE=Y


    • Article last edited: 15-July-2016
    • Was this article helpful?