Qlik Replicate for Linux
The following section describes the steps you need to perform to work with Qlik Replicate for Linux and ODBC as a target endpoint in a Qlik Replicate task.
- On the Qlik Replicate Server machine, install the ODBC client that you want to use (e.g. postgreSQL).
-
Makes sure that the /etc/odbcinst.ini file contains the correct entry for the driver you installed, as in the following example:
[PostgeSQL]Description = ODBC for PostgreSQLDriver = /usr/lib/psqlodbc.soSetup = /usr/lib/libodbcpsqlS.soDriver64 = /usr/lib64/psqlodbc.soSetup64 = /usr/lib64/libodbcpsqlS.soFileUsage = 1Information noteTo access an IBM DB2 for LUW target using ODBC, make sure that you specify the libdb2o.so driver (and not libdb2.so).
-
Define a DSN for the installed driver by editing the /etc/odbc.ini file, as in the following example:
[Postgre_DSN]Description = TestDriver = /usr/lib64/psqlodbc.soEndpoint = MyDatabaseServername = 12.3.45.678Port = 5432