Jump to: navigation, search

Migration to 8.5.0

Before Migration-Genesys Rules System

  1. From GRAT, export templates as an XML file.
  2. From GRAT, export each rule package as an XML file.
  3. Create a new database for GRS 8.5.
  4. Install GRS 8.5 and point it to the newly created database.

iWD Migration from 8.1.1

  1. From iWD Manager 8.1.1, export the configuration to .xml files. All tenants must be exported.
  2. Install Genesys Administrator Extension 8.5.000.47.
  3. Upgrade the Genesys Rules System to 8.5.001.
  4. Install iWD 8.5 components including iWD Plugin for GAX.
    Important
    iWD Manager has a new template in 8.5— this must be upgraded as well.
  5. After iWD Manager is installed, configure roles and privileges for IWD.
  6. Upgrade the Business Process.
  7. Upgrade the Standard Rule Templates.
  8. Start GAX. Make sure, that iWD Plugin for GAX is available.
  9. If setting up a new system, make sure that:
  • All tenants are already created (the migration script does not create Tenants).
  • The Interaction Server application and Database Access Points (DAPs) are defined.
  • The Runtime Node application and Runtime Node DAP application are defined.
  • Install Python 2.6 or 2.7 and the httplib2 library. GAX must be accessible through network from the machine where Python is installed.
  • Run the script for each tenant being migrated, including the System tenant. For the System tenant, provide same .xml file for flags –s and –i.
    python main.py –t <tenant_name> -r <tenant_runtime_id> -i <tenant_export_file>.xml –s <system_tenant_export_file>.xml
     –g <GAX_URL> -u <username> -p <password> -v –d <mapping_file>.ini


  • Review the configuration using iWD Plugin for GAX.
  • Create new integrated capture points based on iWD 8.1 legacy capture points. See the Working with Integrated Capture Points section.
  • Start iWD Manager and upgrade the iWD Manager database.
  • If you are migrating an existing system/Data Mart configuration, update the Audit Events. Do this by running the following query against the Data Mart database, after the Business Structure is configured in Configuration Server:
  • DELETE FROM ETL_AUDIT WHERE PROCESS_NAME = 'Load_Config_GTL_DM'
  • Start iWD Data Mart Node (optional).
  • The mapping.ini File

    The mapping_file.ini is a standard ini file. It contains three sections:

    • DAP—Defines the mapping of the solution to the Database Access Point application.
    • Inx—Defines the mapping of the solution to the Interaction Server application.
    • JDBC—Defines the mapping of the Interaction Server application to the JDBC URL string.

    Example

    # 'DAP' section adds mapping to Database Access Point
    # used by solution:
    #   <solution name> = <Database Access Point application name>
    [DAP]
    selenium_solution = iWD_Node_selenium2_DAP
    selenium_solution2 = iWD_Node_selenium22_DAP
    
    # 'Inx' section adds mapping to Interaction Server
    # used by solution:
    #   <solution name> = <Interaction Server application name>
    [Inx]
    selenium_solution = InteractionServer_812
    
    # 'JDBC' section adds mapping to Event Log:
    # <Interaction Server application name> = <JDBC url string>
    [JDBC]
    InteractionServer_812 = jdbc:evo:oracle:@//localhost:1521/xe
    

    This mapping is required to properly tie associate Configuration Server’s components. Note that in case of applications (DAP, INX), the migration script requires that they must be defined and configured in Configuration Server.

    After Migration- Genesys Rules System

    In GRAT 8.5, using newly created DB repository:

    1. Import templates from the XML file.
    2. From each solution, import appropriate rule packages from the XML file.
    3. Deploy each rule package to GRE 8.5.
    4. Export templates from GRAT as XML file.
    5. Export any rule packages as XML files.
    6. Delete and recreate the business structure
    7. Import templates from the XML files.

    Migration From Releases Prior to 8.1.1

    No direct migration process is supported from releases earlier than 8.1.1 to 8.5.0. To migrate from these earlier releases, you must first migrate to 8.1.1.

    This page was last edited on September 5, 2014, at 11:05.
    Comments or questions about this documentation? Contact us for support!