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

    Syntax for index job to rebuild Z01 (with a corrupted block error)

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

    Description:
    [From Eyal, for an ASP site]:
    There is a corrupted block error for the bib Z01, and I need to recreate this table.
    Please send me the index job syntax that I can use for doing that.

    Resolution:
    Are you sure there's anything wrong with the pacscl.exlibrisgroup.com-17(1) pma01 z01? I find that UTIL-F-4 works for it OK and UTIL-A-17-11-2 also works:

    active_library = PMA01

    BYTES/1024 BLOCKS EXTENTS INITIAL_EXTENT NEXT_EXTENT
    ---------- ---------- ---------- -------------- -----------
    440320 55040 86 4194304 5242880
    Elapsed: 00:00:00.62

    COUNT(*)
    ----------
    1412871

    If there's really something wrong and you need to rebuild the Z01.... Rebuilding of the z01 requires running of the Headings sequence of jobs (from How To Run Index Jobs, Appendix A):

    csh -f $aleph_proc/p_manage_102 PMA01,PMA10,1,000000000,999999999,1xxt,3 > & $alephe_scratch/pma01_p_manage_102.0314.log &

    csh -f $aleph_proc/p_manage_02 PMA01,0,000000000,999999999,,3,Y,N,0,00 > & $alephe_scratch/pma01_p_manage_02.0314.log &

    csh -f $aleph_proc/p_manage_17 PMA01,C,000000000,999999999,6 > & $alephe_scratch/pma01_p_manage_17.0314.log &

    csh -f $aleph_proc/p_manage_32 PMA01,1,ALL,6 > & $alephe_scratch/pma01_p_manage_32.0314.log &

    csh -f $aleph_proc/p_manage_35 PMA01,1,000000000,999999999,6 > & $alephe_scratch/pma01_p_manage_35.0314.log &

    Estimated times: p_manage_102: 0:30 (0 hours, 30 minutes)
    p_manage_02 : 1:20
    p_manage_17 : 0:20
    p_manage_32 : 0:10
    p_manage_35 : 1:00


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