The enhanced add server command supports dbltm servers.
The modified add server syntax is:
add {ASA | ASE | DirectConnect | IQ | Replication Agent | MRA | Replication Server | RMS | Open Server | dbltm} server_name set username [to] user [set password [to] passwd] [set charset [to] charset] [set language [to] lang] [set rssd_username [to] rssd_user] [set rssd_password [to] rssd_passwd] [set rssd_charset [to] rssd_charset] [set rssd_language [to] rssd_lang] [set monitoring [to] {'true' | 'false'}] [set interval [to] interval] [set connection_ds [to] ds] [set connection_db [to] db]
The new parameters are:
ds – specifies the name of the primary data server. The dbltm sends ds.db to the Replication Server when replicating transactions. The ds must match the server name used in the Replication Server connection.
db – specifies the name of the primary database. The dbltm server sends ds.db to the Replication Server when replicating transactions. The db must match the database name used in the Replication Server connection.
The ds and db parameters
are optional and are valid only for a dbltm server.