Command line - connect_cdc_sqdata - Latest

Connect CDC (SQData) Replicator Engine

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
Language
English
Product name
Connect CDC (SQData)
Title
Connect CDC (SQData) Replicator Engine
Copyright
2024
First publish date
2000
ft:lastEdition
2024-08-01
ft:lastPublication
2024-08-01T16:58:30.842568

The following syntax is used for invoking the Replicator Engine on Linux at the command line.

Syntax

The following syntax is used for invoking the Apply Engine on Linux and AIX after first parsing the Engine script.
sqdrpl <name>.rpl
Keyword and Parameter Descriptions
Keyword Description
<name>.rpl The name of the Replicator Engine script file used as input to the Replicator. The recommended file extension for the script file .rpl

Example 1

Execute a Db2/z to Kafka Replicator Engine at the command line with the report file placed in the working directory.
sqdrpl ./ENGINE/DB2RKAFKA.rpl > DB2RKAFKA.rpt 2>&1

Example 2

For testing purposes, execute a Db2/z to Kafka Replicator Engine at the command line using log level 8 diagnostics and with the report file written to the screen and placed in the working directory
 sqdrpl ./ENGINE/DB2RKAFKA.rpl --log-level=8 2>&1 | tee ./DB2RKAFKA.rpt