ra_delete_config

Deletes a configuration property.

Syntax

ra_delete_config compname  
parmname

Parameters

  • compname – specifies the name of the replication model.
  • parmname – specifies the configuration property name that you want to delete.

Examples

  • Example 1 – Deletes the Replication Strategy property from the HANA2HANA replication model:
    ra_delete_config HANA2HANA, builderType
    go
  • Example 2 – Deletes the roll back scan interval property from the HANA2HANA replication model:
    ra_delete_config HANA2HANA, rollbackScanInterval
    go