Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Voyager to Alma Migration Query: Identify Duplicate EDI Connection Profiles for the Same Vendor

    Created By: Laura Guy (contact)
    Created on: 10/12/2020



    When migrating from Voyager to Alma, you may need to identify, review and resolve any duplicate EDI Connection Profiles for the same vendor. In Alma, vendors must be unique. For more information, discuss this with your migration team.

    This query, which you can run using Voyager Prepackaged Access Reports, will identify duplicate vendor IDs in your EDI Connectin Profiles.

    SELECT EDI_CONNECTION_PROFILE.VENDOR_ID, Count(EDI_CONNECTION_PROFILE.PROFILE_ID) AS CountOfPROFILE_ID
    FROM EDI_CONNECTION_PROFILE
    WHERE (((EDI_CONNECTION_PROFILE.VENDOR_ID) Is Not Null))
    GROUP BY EDI_CONNECTION_PROFILE.VENDOR_ID
    HAVING (((Count(EDI_CONNECTION_PROFILE.PROFILE_ID))>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.