Installing and Configuring the Data Sync Tool
Installing and Configuring the Data Sync Tool
To install the data sync tool, do the following:
- Extract the data sync tool archive to a directory on your computer.
- Copy the required JDBC driver libraries into the libsubdirectory.
- Modify the logging configuration in conf\misc\log4j.properties as required.
- Configure the database connection settings for the source instance. By default, the
data sync tool reads settings from sourceconfig.xml. The contents of
this file are similar to the following:
<?xml version="1.0" encoding="UTF-8"?> <connectionconfiguration type="local"> <url>jdbc:derby:C:\ep\6.4.1\TrailInstaller-20090709-1536-01/tomcat-5.5/ep6demo</url> <login></login> <pwd></pwd> <driver>org.apache.derby.jdbc.EmbeddedDriver</driver> </connectionconfiguration>
where:- <url> contains the database URL
- <login> contains the database username
- <pwd> contains the database user password
- <driver> contains the database driver class name
- Configure the database connection settings for the target instance. By default, the data sync tool reads settings from targetconfig.xml. (The format of this file is identical to the source configuration file described in the previous step.)