Replication Server logical connection property sheets contain all the standard data connection groups tabs along with the Connection Options tab.
The Connection Options tab contains the following properties:
Property |
Description |
---|---|
Distribution |
Specifies values for distribution: On or Off. Scripting name: Distribution |
Logical name |
Specifies a logical name for a logical connection. Scripting name: LogicalName |
Materialization save interval |
Specifies the materialization queue save interval. This parameter is only used for standby databases in a warm standby application. Scripting name: MaterializationSaveInterval |
Replication minimum columns |
Specifies whether Replication Server should send all replication definition columns for all transactions or only those needed to perform update or delete operations at the standby database. Replication Server uses this value in standby situations only when a replication definition does not contain a "send standby" option with any parameter. In the other case, Replication Server uses the "replicate minimal columns" or "replicate all columns" parameter in the replication definition. Scripting name: ReplicateMinimalColumns |
Save interval |
Specifies the number of minutes the Replication Server takes to save messages after they have been successfully passed to the destination data server. For more information, see the Replication Server Administration Guide. Scripting name: SaveInterval |
Send standby columns |
Specifies which columns Replication Server should send to the standby database for a logical connection and overrides the "send standby" option in the replication definition that tell Replication Server which table columns to send to the standby database. Scripting name: SendStandbyRepdefCols |
Send truncate table |
Specifies the truncated tables to send. Scripting name: SendTruncateTable |