expand_doc_bib_loc usm and missing SBL field
- Article Type: General
- Product: Aleph
- Product Version: 20
Problem Symptoms:
SBL field is not created in all cases from program expand_doc_bib_loc_usm. Sometimes the field appears, sometimes not. Program is added to xxx01/tab/tab_expand like
WEB-FULL expand_doc_bib_loc_usm OPTIMIZE=N
Cause:
Configuration
Resolution:
Program expand_doc_bib_loc_5_c (which is part of expand_doc_bib_loc_usm) creates SBL fields from the subscription Z16 of the ITM linked ADM record. Instead program expand_doc_bib_loc_b2 should be used which takes the information not from the subscription but from item record.
The following line in xxx01/tab/tab_expand ?€¦
WEB-FULL expand_doc_bib_loc_usm OPTIMIZE=N
?€¦ should be replaced with this lines:
WEB-FULL expand_doc_bib_loc_1_a
WEB-FULL expand_doc_bib_loc_1_b OPTIMIZE=N
WEB-FULL expand_doc_bib_loc_1_b2
WEB-FULL expand_doc_bib_loc_1_c2
WEB-FULL expand_doc_sort_loc_a
WEB-FULL expand_doc_bib_loc_2_a
WEB-FULL expand_doc_bib_loc_3_a
WEB-FULL expand_doc_bib_loc_4_c
Additional Information
For activating the update you have to restart ?€¢ Pc_server for the GUI ?€¢ WEB-server for the Opac ?€¢ Ue_01 for indexing
- Article last edited: 10/8/2013