Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    Aleph

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Aleph
    3. Knowledge Articles
    4. p_cir_10 Exclude Parameter Generates date_x_n.gnt' Error

    p_cir_10 Exclude Parameter Generates date_x_n.gnt' Error

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Additional Information
    • Article Type: General
    • Product: Aleph
    • Product Version: 18.01

    Description:
    We would like to exclude two borrower statuses when generating patron courtesy notices via p-cir-10. If we specify "setenv p_bor_status_yes_no "N"" and setenv p_bor_status_filter "81 82" we get the following execution error:

    Execution error : file '/exlibris/aleph/a18_1/aleph/exe/date_x_n.gnt'
    error code: 114, pc=0, call=1, seg=0
    114 Attempt to access item beyond bounds of memory (Signal 11)

    Job Paramenters (from /exlibris/aleph/u18_1/alephe/scratch/xxx50_p_cir_10.00892):
    Fixed param: XXX50,divtest,N,81 82,Y,,002,00,N,1,N,N,3,01,
    setenv p_active_library "XXX50"
    setenv p_file_out "divtest"
    setenv p_bor_status_yes_no "N"
    setenv p_bor_status_filter "81 82"
    setenv p_item_status_yes_no "Y"
    setenv p_sub_library ""
    setenv p_days_before_due "002"
    setenv p_form_number "00"
    setenv p_auto_renew "N"
    setenv p_filter_type "1"
    setenv p_update_no_renewal "N"
    setenv p_email_only "N"
    setenv p_letter_type "3"
    setenv p_item_status_filter "01"

    Can you tell us if there is another way to exlude two patron statuses when generating these notices?

    Resolution:
    The date_x_n.gnt error is generally caused by a date being zero when the program expects a non-zero. Perhaps when "except bor_status 81 or 82" is specified, a loan record is being processed which is not otherwise processed.

    Try the following basic SQL check (the results for both statements should be "no rows selected"):

    select z36_rec_key from z36 where z36_due_date = '00000000';
    select z36_rec_key from z36 where z36_due_date is null;

    Additional Information

    faq


    • Article last edited: 10/8/2013
    View article in the Exlibris Knowledge Center
    1. Back to top
      • p_cir_08 renews books for patrons whose z304_expiry_date has passed
      • p_cir_10 notices aren't created for all eligible patrons & have repeating items
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Aleph
    2. Tags
      1. 18.01
      2. contype:kba
      3. Prod:Aleph
      4. Type:General
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved