Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Installing Identity Resolution
  4. Post-Installation Tasks
  5. Troubleshooting
  6. Upgrading Identity Resolution
  7. Uninstalling Identity Resolution

Installation and Configuration Guide

Installation and Configuration Guide

Step 2. Create Tables

Step 2. Create Tables

Informatica provides scripts that you can run to create tables and database objects in MySQL. Identity Resolution requires these tables and the database objects to function properly. You can find the database scripts in the following directory:
  • On Windows:
    <Identity Resolution Installation Directory>\dbscript\myq
  • On UNIX:
    <Identity Resolution Installation Directory>/dbscript/myq
For a complete list of the database objects that the scripts create, see the database scripts.
  1. On each source database that requires synchronization and on each target database, run the following command to run the
    idstbmyq.sql
    script:
    mysql --user=<User Name> --password=<Password> --host=<Server Name> --database=<Schema Name> idstbmyq.sql
    This command uses the following parameters:
    User Name
    Name of the user that you create. The user name has the required privileges to create the Identity Resolution tables and the database objects.
    Password
    Password for the user.
    Server Name
    Name of the MySQL Server. For example, localhost.
    Schema Name
    Name of the database schema for which you create the user name.
    This script creates the following objects on the database:
    • IDS_FDT_META
    • IDS_FDT_RECID
    • IDS_RB_GROUPS
  2. On each source database that requires synchronization, run the
    myqsyncu.sql
    script.
    The
    myqsyncu.sql
    script creates the IDS_UPD_SYNC_TXN object on the source database.
    Never rerun the
    myqsyncu.sql
    script on a source database that you have already synchronized. Rerunning the script might result in a loss of synchronization.
  3. On each source database that requires synchronization, run the
    myqsyncp.sql
    script.
    The
    myqsyncp.sql
    script creates the IDS_UPD_SYNC object on the source database.
  4. On each target database that requires synchronization, run the
    myqsynci.sql
    script.
    The
    myqsynci.sql
    script creates the following synchronizer objects on the target database:
    • IDS_UPD_SYNC_NSA
    • IDS_2PC

0 COMMENTS

We’d like to hear from you!