Table of Contents

Search

  1. Preface
  2. Data Replication Overview
  3. Understanding Data Replication
  4. Sources - Preparation and Replication Considerations
  5. Targets - Preparation and Replication Considerations
  6. Starting the Server Manager
  7. Getting Started with the Data Replication Console
  8. Defining and Managing Server Manager Main Servers and Subservers
  9. Creating and Managing User Accounts
  10. Creating and Managing Connections
  11. Creating Replication Configurations
  12. Materializing Targets with InitialSync
  13. Scheduling and Running Replication Tasks
  14. Implementing Advanced Replication Topologies
  15. Monitoring Data Replication
  16. Managing Replication Configurations
  17. Handling Replication Environment Changes and Failures
  18. Troubleshooting
  19. Data Replication Files and Subdirectories
  20. Data Replication Runtime Parameters
  21. Command Line Parameters for Data Replication Components
  22. Updating Configurations in the Replication Configuration CLI
  23. DDL Statements for Manually Creating Recovery Tables
  24. Sample Scripts for Enabling or Disabling SQL Server Change Data Capture
  25. Glossary

Replication Configurations

Replication Configurations

A replication configuration contains the information that is required to run the InitialSync, Extractor, and Applier tasks to materialize targets or replicate changes to targets.
A configuration includes the following types of information:
  • Connection information for the source and target databases
  • The source and target tables selected for change data replication or target materialization
  • Mappings between source and target tables
  • Mappings between source and target columns
  • Column-filtering conditions
  • Locations of the InitialSync, Extractor, and Applier executables and the Extractor output directory
  • Various runtime and advanced configuration settings
You can use the Data Replication Console to create replication configurations. The Console guides you through the replication creation process, lists valid options, and validates some entries.
The Data Replication Console stores configurations as SQLite .db files on the system where the Server Manager Main server runs. Each configuration has an owner that is specified when the configuration is created.
If you use the Replication Configuration Command Line Interface (CLI) to update a configuration, export the configuration as an XML file from the Data Replication Console to save your changes. From the
Server Manager
Configs
view, click the
Export
icon button on the Replication Configurations toolbar.
You can run the replication tasks with configurations that are stored in an XML or SQLite .db configuration file.
The config.xsd file is an XML schema file that defines the format of the XML configuration. Do not edit this schema file.
For the SQLite .db configurations, Data Replication stores all revisions of the configuration.

0 COMMENTS

We’d like to hear from you!