Informix (Native)

Version 25.3.9414


Informix (Native)


CData Sync アプリケーションからInformix コネクタを使用して、Informix からデータを取得してサポートされている任意の同期先に移動できます。これを行うには、コネクタを追加し、コネクタへの認証を行い、接続を完了する必要があります。

Prerequisites

Before you add your Informix connector, you need to download the JDBC driver and the CDC API as well as to set up Informix to use the CData Sync application’s enhanced change data capture (CDC) capability.

Download the Native JDBC Driver and the CDC API

Install the native IBM Informix JDBC driver and the CDC API, as follows:

  1. Download the Informix driver and the API from the links below and copy them into InstallationDirectory/lib:

    Note: Because the JAR files are located in InstallationDirectory, you need to put these files on every machine that you use for a cluster environment.

Set Up Informix for Enhanced CDC

Perform the following steps to enable the Change Data Capture API in Informix:

  1. Run the following script as the Informix user from the $INFORMIXDIR/etc directory:

    syscdcv1.sql

  2. Verify that the syscdcv1 database exists by creating a connection to it as the user Informix.

  3. Set the DB_LOCALE environment variable (on your Sync machine) to match the locale of the database from which you are capturing data.

Note: The INTERVAL type is not supported by Informix Change Stream client in the CDC API.

For details about using enhanced CDC, see Enhanced CDC Jobs in CData Sync.

Informix コネクタを追加

Sync でInformix のデータを使用できるようにするには、まず以下の手順でコネクタを追加する必要があります。

  1. Sync のダッシュボードから接続ページを開きます。

  2. 接続を追加をクリックしてコネクタを選択ページを開きます。

  3. データソースタブをクリックしてInformix (Native) 行に移動します。

  4. 行末にある接続を設定アイコンをクリックして、新しい接続ページを開きます。接続を設定アイコンが利用できない場合は、コネクタをダウンロードアイコンをクリックしてInformix (Native) コネクタをインストールします。新規コネクタのインストールについて詳しくは、接続を参照してください。

Informix への認証

コネクタを追加したら、必須プロパティを設定する必要があります。

  • Connection Name - Enter a connection name of your choice.

  • Host - Enter your IBM Informix host name.

  • Port - Enter the port number that connects to the server that hosts your Informix database. The default port value is 1526.

  • Database - Enter the name of your Informix database.

  • User - Enter the username that you use to authenticate to your Informix database.

  • Password - Enter the password that you use to authenticate to your Informix database.

Complete Your Connection

To complete your connection:

  1. 高度な設定タブで接続の高度な設定を定義します。(ただし、ほとんどの場合これらの設定は必要ありません。)

  2. 作成およびテストをクリックして接続を作成します。