Loading the Initial Data Set for a Sun Master Index

ProcedureTo Perform the Bulk Match

  1. Complete the steps under Performing a Match Analysis.

  2. From the master IBML Tool home directory, run cluster-truncate.sql against the cluster synchronizer database.

  3. For each IBML Tool, open loader-config.xml (located in the IBML Tool home directory in the conf subdirectory).

  4. Set the matchAnalyzerMode property to false.

  5. Verify that the rest of the properties are configured correctly, and then save and close the file.

    For information about the configurable properties, see Initial Bulk Match and Load Tool Configuration Properties.

  6. To configure and run the match process, do one of the following.

    • If the master loader is running on Windows:

      1. Navigate to the master IBML Tool home directory and open run-loader.bat for editing.

      2. Change the value of the JDBC_JAR_PATH variable in the first line to the location and name of the database driver for the master index database platform; for example, set JDBC_JAR_PATH=C:\oracle\jdbc\lib\ojdbc14.jar.

      3. Close and save the file.

      4. Double-click run-loader.bat or type run-loader from a command line.

    • If the master loader is running on UNIX:

      1. Navigate to the master IBML Tool home directory and open run-loader.sh for editing.

      2. Change the value of the JDBC_JAR_PATH variable in the first line to the location and name of the database driver for the master index database platform; for example, export JDBC_JAR_PATH=${oracle_home}/jdbc/lib/ojdbc14.jar.

      3. Close and save the file.

      4. Type sh run-loader.sh at the command line.

  7. Examine the log files in the logs directory of the IBML Tool home directory to verify that no errors occurred during the match process.

  8. Examine the files located in the masterindex folder of your working directory to be sure all tables were populated.

    Figure 4 Master Index Image Files

     Figure shows the master index image files created in
the working directory.

  9. If you configured the IBML Tool to keep the temporary folders in the working directory, you can examine the blocking, EUID, and match files for additional verification.

    Figure 5 IBML Tool Working Directory

    Figure shows the structure of the IBML Tool working directory.

  10. To load the data into the master index database, follow one of the procedures under Loading the Matched Data Into the Master Index Database.