Informix Server and Client Setup
If you are planning to use Informix version 11.5 FC3 or above as your source database for mirroring or synchronization using a transaction log, you need to perform additional installation steps on the Informix server.
-
Check that you are using Informix IDS database version 11.5 FC3 or above
-
Ask a Database Administrator (DBA) to execute the script syscdcv1.sql that comes with the database to create the database syscdcv. The tables are required by Syniti Replicate.
-
Make sure that the database containing the source data to be replicated was created with logging enabled.
In the unlikely event that logging is not enabled, a DBA can use the ondblog utility to change the logging mode (together with the onbar utility to backup the database after the logging mode is changed). -
For the user ID that will be used to connect the database from Syniti Replicate, grant CONNECT and DBA privileges both to the source database and to the syscdcv1 database. For example:
grant connect to "dbmotouser1"
grant dba to "dbmotouser1" -
Make sure that the user ID is in the informix-admin group.
The following steps should be performed on the client machine where Syniti Replicate is installed and run.
-
Install the latest Informix Client SDK (currently version 3.70) with the ESQL option and the .NET Data Provider.
-
Use the SetNet32 utility to define the server.
-
Verify the connection to the database using the ILogin.exe demo.
-
Set up the permissions for the Windows user that runs Syniti Replicate to create and delete Windows services.
Related Topics