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. Duplicate Patron ID" message when creating new patron record

    Duplicate Patron ID" message when creating new patron record

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

    Description:
    When creating new patron records on our Test server, we get the message "Duplicate patron ID" for the record number (and/or "Duplicate patron barcode" for the barcode). Then I enter the duplicate number into the patron search box, and yes, there is already a patron using that number.

    Can you tell us why the system would generate a number for new patron when the number is already being used by an existing patron?

    Resolution:
    The abc50 util g/2 currently has:

    5. last-bor-id 81508 y S ABCP
    6. last-bor-id-1 106919 n S ABCB

    But the following sql shows that there are z303_rec_key's through ABCP89999:

    abc50@ALEPH20> select max(z303_rec_key) from z303 where z303_rec_key like 'ABCP8%';
    **** Hit return to continue ****

    MAX(Z303_REC
    ------------
    ABCP89999


    and on to ABCP92614:

    abc50@ALEPH20> select max(z303_rec_key) from z303 where z303_rec_key like 'ABCP9%';
    **** Hit return to continue ****

    MAX(Z303_REC
    ------------
    ABCP92614

    Thus, the abc50 last-bor-id value needs to be changed to 92614.


    Similarly, this SQL shows that there's a z308 barcode with the value 118937:

    abc50@ALEPH20> select max(z308_rec_key) from z308 where z308_rec_key like '01ABCB%';
    **** Hit return to continue ****

    MAX(Z308_REC_KEY)
    ---------------------------
    01ABCB000118937 ABC50

    Thus, the abc50 last-bor-id-1 value needs to be changed to 118937.


    • Article last edited: 10/8/2013
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Duplicate patron ID" / "Duplicate patron barcode" creating new patrons
      • Duplicate patron records **MASTER RECORD**
    • Was this article helpful?

    Recommended articles

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