Skip to main content
ExLibris

Knowledge Assistant

BETA
  • Subscribe by RSS
  • Back
    Voyager

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Voyager
    3. Community Knowledge
    4. Voyager to Alma Migration Query: Identify patrons with "non-active" patron barcodes (lost, expired, etc.)

    Voyager to Alma Migration Query: Identify patrons with "non-active" patron barcodes (lost, expired, etc.)

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Description
    • Product: Voyager
    • Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local, TotalCare

     

    Description

    When migrating from Voyager to Alma it may be helpful to identify those patrons in your Voyager database who have non-active barcodes attached to their patron records. In other words, patrons who have barcodes with a status of "Lost" or "Expired", etc.

    The following query, which can be run using Voyager Access Reports, provides a list of patrons including first name, last name, barcode and patron ID for those patrons who have barcodes that are not of the type "Active".

     

    SELECT PATRON_BARCODE.BARCODE_STATUS, PATRON.PATRON_ID, PATRON.LAST_NAME, PATRON.FIRST_NAME, PATRON.CREATE_DATE, PATRON.MODIFY_DATE, PATRON.EXPIRE_DATE, PATRON.PURGE_DATE, PATRON_BARCODE_STATUS.BARCODE_STATUS_DESC

    FROM (PATRON_BARCODE INNER JOIN PATRON ON PATRON_BARCODE.PATRON_ID = PATRON.PATRON_ID) INNER JOIN PATRON_BARCODE_STATUS ON PATRON_BARCODE.BARCODE_STATUS = PATRON_BARCODE_STATUS.BARCODE_STATUS_TYPE

    WHERE (((PATRON_BARCODE.BARCODE_STATUS)>"1"));

     

    For other queries that may be useful, see my "Surviving Almanado: tips for a successful pre-implementation" presentation's Accompanying Materials.
     
    Posted as is. If you need assistance in running custom SQL queries in Prepackaged Access Reports, consult the Voyager Customer Listserv.

     

     


    • Article last edited: 19-Jan-2022
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Voyager to Alma Migration Query: Identify Patrons who have Patron Statistical Category Codes
      • Voyager to Alma Migration Query: Identify Purchase Orders without Invoices
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Content Type
      Knowledge Article
      Language
      English
      Product
      Voyager
    2. Tags
      This page has no tags.
    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