ra_set_config

Sets or adds a configuration property setting.

Syntax

ra_set_config compname, parmname, parmval, desc

Parameters

  • compname – specifies the name of the replication model.
  • parmname – specifies the configuration property name that you want to set.
  • parmval – the value of the configuration property.
  • desc – adds the description for the configuration property.

Examples

  • Example 1 – Adds the builderType property to the HANA2HANA replication model:
    ra_set_config HANA2HANA, builderType, trans_cdc
    go