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. Transferring checked-out items to different patron

    Transferring checked-out items to different patron

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Description
    2. Resolution

     

    • Product: Aleph
    • Product Version: 20, 21, 22, 23
    • Relevant for Installation Type: Dedicated-Direct, Direct, Local

     

    Description

    We need to transfer 130 checked-out items from a retiring employee to his replacement.

    Resolution

    We're unaware of any Aleph Service which does this.  The patron ID of the patron who currently has an item on loan is found in the z36 (loan) record. The following SQL can  be used to change it: 

    > s+ xxx50 
    SQL> update z36 set z36_id = 'mmmmmmmmmmmm' where z36_id = 'nnnnnnnnnnnn'; 
    SQL> commit; 

    <where 'nnnnnnnnnnnn' is the patron who has the items on loan and 'mmmmmmmmmmmm' is the patron who it should be changed to>. 

    Be sure to back up the z36 table before doing the above (--and you may want to first try it on your Test server). 

    The z309 (circ logger) records and the z35 (circ event) records also contain the patron ID.  But, while the z36 has only items currently on loan, the z309 and z35 have previous loans. 

    SQL could be devised to change the z309's and z35's for only items which this patron currently has on loan, but that would be more complicated. 

     

     


    • Article last edited: 31-Oct-2017
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Transferring an item to a non-sublibrary pick-up location
      • Transit slips created for items when non-alphanumeric characters are entered in Item Bar in GUI
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Aleph
    2. Tags
      1. contype:kba
      2. Prod:Aleph
    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