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

    item-06 necessary for running Shelf List Report?

    • Article Type: General
    • Product: Aleph
    • Product Version: 20, 21, 22, 23

    Description:
    It appears that our converted item records have no z30_call_no_key or Z30_call_no_2_key fields.
    Can you confirm that running p_item_06 is necessary for the proper running of the Items Module Shelf List report?

    Resolution:
    Yes, p_item_01, p_item_04 and p_item_05 will not work unless the z30_call_no_key  is properly populated.  p_item_06 is the job which does this -- though it may be that it was run some time ago and the z30_call_no_key's have been kept up-to-date.

    You can do this SQL to see how many are missing:  

    > s+ xxx50

    SQL>  select count(*) from z30 where z30_call_no is null or z30_call_no like '   %'

    SQL>  select count(*) from z30 where z30_call_no_key is null or z30_call_no_key like '   %') ;

    Then subtract the second count from the first to see how many are missing.

     

    • Article last edited: 10/8/2013