Replication Server route property sheets contain all the standard process connection tabs, along with the Route Options tab and the Security tab.
The following properties are available on the Route Options tab:
Property |
Description |
---|---|
User name |
Specifies a name for the user. Scripting name: UserName |
Password |
Specifies a password for the user. Scripting name: Password |
Next site |
Specifies that the connection passes through an intermediate Replication Server site. Scripting name: NextSite |
Disk affinity |
Specifies an allocation hint for assigning the next partition. Enter the logical name of the partition to which the next segment should be allocated when the current partition is full. Scripting name: RouteParameter_disk_affinity |
RSI batch size |
Specifies a number of bytes sent to another Replication Server before a truncation point is requested. The range is 1024 to 262144. Scripting name: RouteParameter_rsi_batch_size |
Save interval |
Specifies the number of minutes that the Replication Server takes to save messages after they have been successfully passed to the destination Replication Server. Scripting name: RouteParameter_save_interval |
Large message |
Specifies route behavior if a large message is encountered. This parameter is applicable only to direct routes where the site version at the replicate site is 12.1 or earlier. Values are "skip" and "shutdown." Scripting name: RouteParameter_rsi_xact_with_large_msg |
RSI synchronize interval |
Specifies the number of seconds between RSI synchronization inquiry messages. The Replication Server uses these messages to synchronize the RSI outbound queue with destination Replication Servers. Values must be greater than 0. Scripting name: RouteParameter_rsi_sync_interval |
RSI packet size |
Specifies the packet size, in bytes, for communications with other Replication Servers. The range is 1024 to 8192. Scripting name: RouteParameter_rsi_packet_size |
RSI fadeout time |
Specifies the number of seconds of idle time before Replication Server closes a connection with a destination Replication Server. The value -1 specifies that Replication Server will not close the connection. Scripting name: RouteParameter_rsi_fadeout_time |
The following properties are available on the Security tab:
Property |
Description |
---|---|
Message confidentiality |
Specifies whether Replication Server sends and receives encrypted data. If set to "required," outgoing data is encrypted. If set to "not required," Replication Server accepts incoming data that is encrypted or not encrypted. Scripting name: SecurityParameter_msg_confidentiality |
Unified login |
Specifies how Replication Server seeks to log in to remote data servers and accepts incoming logins. Scripting name: SecurityParameter_unified_login |
Use security services |
Specifies whether to use security services. If use_security_services is "off," no security features take effect. This parameter can only be set by configuring replication server. Scripting name: SecurityParameter_use_security_services |
Message integrity |
Specifies whether data is checked for tampering. Scripting name: SecurityParameter_msg_integrity |
Message origin check |
Specifies whether the source of data should be verified. Scripting name: SecurityParameter_msg_origin_check |
Message replay detection |
Specifies whether data should be checked to make sure it has not been read or intercepted. Scripting name: SecurityParameter_msg_replay_detection |
Message sequence check |
Specifies whether data should be checked for interception. Scripting name: SecurityParameter_msg_sequence_check |
Mutual authorization |
Specifies a remote server to provide proof of identify before a connection is established. Scripting name: SecurityParameter_mutual_auth |
Security mechanism |
Specifies the name of the third-party security mechanism enabled for the pathway. Scripting name: SecurityParameter_security_mechanism |