Collection Contents Index Asynchronous procedures Next PDF

SQL Anywhere® Server - Database Administration  > Replicating Data with Replication Server  > Using the LTM

Configuring the LTM


You control LTM behavior by modifying the LTM configuration file, which is a plain text file created and edited using a text editor. The LTM configuration file contains information the LTM needs, such as the SQL Anywhere server it transfers a log from, the Replication Server it transfers the log to. You need a valid configuration file to run the LTM.

Creating a configuration file

You must create a configuration file, using a text editor, before you can run the LTM. The -C LTM command specifies the name of the configuration file to use, and has a default of dbltm.cfg.

Configuration file format

The LTM configuration file shares the same format as the Replication Server configuration file described in your Replication Server Administration Guide. In summary:

For the full list of available configuration file parameters, see The LTM configuration file.

Example configuration file

Replicating transactions in batches

Collection Contents Index Asynchronous procedures Next PDF