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: Circ, Cat and Acq Happening Locations

    Voyager to Alma Migration Query: Circ, Cat and Acq Happening Locations

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    No headers
    Created By: Laura Guy (contact)
    Created on: 12/10/2020



    When you migrate from Voyager to Alma it may be helpful to know your Voyager Circ, Acq and Cat Happening Locations.

    The following three queries can be run using Voyager Prepackaged Access Reports.

    Cat Happening Locations:

    SELECT CAT_POLICY_LOCS.CATALOGING_LOCATION, CAT_POLICY_LOCS.LOCATION_ID, LOCATION.LOCATION_NAME
    FROM CAT_POLICY_LOCS INNER JOIN LOCATION ON CAT_POLICY_LOCS.LOCATION_ID = LOCATION.LOCATION_ID
    WHERE (((CAT_POLICY_LOCS.CATALOGING_LOCATION)="Y"));

    Acq Happening Locations:

    SELECT ACQ_LOCATIONS.ORDER_LOC, ACQ_LOCATIONS.LOCATION_ID, LOCATION.LOCATION_NAME
    FROM ACQ_LOCATIONS INNER JOIN LOCATION ON ACQ_LOCATIONS.LOCATION_ID = LOCATION.LOCATION_ID
    WHERE (((ACQ_LOCATIONS.ORDER_LOC)="Y"));

    Circ Happening Locations:

    SELECT CIRC_POLICY_LOCS.CIRC_LOCATION, CIRC_POLICY_LOCS.LOCATION_ID, LOCATION.LOCATION_NAME
    FROM CIRC_POLICY_LOCS INNER JOIN LOCATION ON CIRC_POLICY_LOCS.LOCATION_ID = LOCATION.LOCATION_ID
    WHERE (((CIRC_POLICY_LOCS.CIRC_LOCATION)="Y"));

    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.




    Report
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Voyager to Alma Migration Query: Bibliographic Records Without Indexed Titles (245 Fields)
      • Voyager to Alma Migration Query: Counts and Types of Patron Records in the Database
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Community Content Type
      How To
      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