ra_get_properties

Retrieves a specified Replication Agent property, or all properties.

Syntax

ra_get_properties modelName, [propertyName | none]  

Parameters

  • modelName – specifies the name of the replication model.
  • propertyName – specifies the name of the property that you want to retrieve.

Examples

  • Example 1 – Retrieves the builderType property from the HANA2HANA model:
    ra_get_properties HANA2HANA, builderType
    go
  • Example 2 – Retrieves all properties for the HANARAX model:
    ra_get_properties hanarax
    go
    
     PROPERTY NAME             PROPERTY VALUE
     ------------------------- ----------------------
     builderType               TRANS_CDC
     cdcRetentionMinutes       1000
     commitInterval            100
     ddlDropTable              true
     forceCleanDeploy          false
     handleDDL                 true
     materializationRetryTime  15
     maxTasks                  10
     primaryDBIsolationLevel   2
     primaryDriverName         com.sap.db.jdbc.Driver
     primaryHost               NULL
     primaryPassword           ********
     primaryPort               NULL
     primarySchema             BLLPRIMARY
     primaryURL                jdbc:sap:rshana2:30215
     primaryUser               BLLPRIMARY
     replicateDBIsolationLevel 2
     replicateDriverName       com.sap.db.jdbc.Driver
     replicateHost             NULL
     replicatePassword         **********
     replicatePort             NULL
     replicateSchema           BLLREPLICATE
     replicateURL              jdbc:sap:rshana2:30215
     replicateUser             BLLREPLICATE
     repName                   hanarax
     rollbackScanInterval      5000
    
    (26 rows affected)