The Replicator Engine script can be validated before initiating actual execution by adding the "-check" parameter.
Syntax
sqdrpl [-check] <name>.rpl
Keyword and Parameter Descriptions
Keyword | Description |
---|---|
-check |
Will parse the configuration and try to connect to the source, gather the initial Metadata information from the source and validate that the configuration can handle all the source objects described by the source side, and then stop. This implies that the necessary calls to the mappings exit if present will be executed potentially requiring other prerequisites to have been satisfied. In case of a Confluent target, no new schemas are registered, instead missing schemas that would normally be registered by the replication, are output to files, one per schema. |
<name>.rpl | Specifies name of the Replicator Engine script file. |