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_file_20: "Error 0116 : Z305-CASH-LIMIT is not numeric"

    p_file_20: "Error 0116 : Z305-CASH-LIMIT is not numeric"

    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: 16.02

    Description:
    I am seeing the following error on certain records in running p_file_20 for our xxx50 library:
    Error (b_file_20_chk_edit_record) : Errors in Z305 Record 000023
    Number of Errors = 01
    Load: /tmp/utf_files/exlibris/aleph/u16_1/alephe/error_eng/check_z305
    Error 0116 : Z305-CASH-LIMIT is not numeric

    Resolution:
    The Z305-CASH-LIMIT field does not come from the PLIF record.
    For a new record it comes from the xxx50/tab/tab31 table. Non-numeric characters in column 15 of tab31 could cause this error.
    In this case, the PLIF records matched an existing record (converted from the previous system) and this error was occurring in trying to save this existing Z305 record to the server. We found that the records which were getting this error had z305_cash_limit of '0', while those which did not get the error had a z305_cash_limit of '0000000000'. This SQL was used to check for this:
    SQL-xxx50> select count(*) from z305 where z305_cash_limit = '0';
    and
    SQL-xxx50> select count(*) from z305 where z305_cash_limit = '0000000000';
    And this SQL was used to correct them:
    SQL-xxx50> update z305 set z305_cash_limit = '0000000000' where z305_cash_limit = '0';

    Additional Information

    PLIF


    • Article last edited: 10/8/2013
    View article in the Exlibris Knowledge Center
    1. Back to top
      • p_file_20: "check_z303 routine failed"; "Z303-ILL-LIBRARY is not valid"
      • p_file_20: "Error 0214 : Profile ID does not exist."
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Aleph
    2. Tags
      1. 16.02
      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