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. hold requests not printing notice or slip or putting item on hold shelf

    hold requests not printing notice or slip or putting item on hold shelf

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

    Description:
    hold requests not printing notice or slip or putting item on hold shelf

    Resolution:
    I checked your z37 table of ABC50 library and I found the following related to the Send Action field:

    abc50@ALEPH18> select count(*),z37_send_action from z37 group by z37_send_action;
    COUNT(*) Z37_SEND_ACTION
    ---------- ---------------
    133 1
    21 6
    17 0

    As you can see, there are 17 hold request records with send action = 00 (which is not a valid one). You could fix these 17 records via SQL as following:
    update z37 set Z37_SEND_ACTION = 01 where Z37_SEND_ACTION = 00;

    [Later:]
    It looks to me that the problem is solved. I checked your z37 table and there is no more z37_send_action = 00. Here is the query that I just run:

    abc50@ALEPH18> select count(*),z37_send_action from z37 group by z37_send_action;
    COUNT(*) Z37_SEND_ACTION
    ---------- ---------------
    144 1
    18 6


    • Article last edited: 10/8/2013
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Hold Requests Not Going Through; Line Limit on tab_hold_request
      • Hold requests placed in Primo do not create Aleph Circ Logger records
    • 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