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. Locating patron with type 02 id which is the SSN

    Locating patron with type 02 id which is the SSN

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

    Description:
    We recently implemented Banner. Our current patrons (about 30,000 of the total 110,000) are converted from SSN in the type 02 field to the Banner ID in the type 02 field. We wish to create our own SQL report which will find the remaining SSNs that were not converted. The Banner IDs are all 10 characters beginning with "R" and SSNs are 10 digits.

    What table do I need to read in order to find them? Since this value in the table will be encrypted, what logic do I use to read it?

    Resolution:
    The various patron ID's are stored in the z308 table. Though the z308_verification can be encrypted, the ID itself -- stored in the z308_rec_key -- is not encrypted. The z308 table is in the $usr_library which, I believe, is ABC50 at your site.

    The following SQL can be used to locate z308 type 02 records which do not begin with "R":

    SQL-ABC50> select z308_rec_key, z308_id from z308 where z308_rec_key like '02%' and z308_rec_key not like '02R%';


    • Article last edited: 10/8/2013
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Locating in-transit items
      • Location (PST) not included properly in Word index
    • Was this article helpful?

    Recommended articles

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