Please enable JavaScript to view this site.

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

Syntax

sqdrpl <name>.rpl

 

Keyword and Parameter Descriptions

<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