Table of Contents

Search

  1. Preface
  2. Data Replication Overview
  3. Installing Data Replication
  4. Preparing Source and Target Systems
  5. Replication Basic Concepts
  6. InitialSync Processing
  7. Extractor and Applier Processing
  8. DDL Replication
  9. Recovery and Checkpoint Processing
  10. Configuring the Server Manager
  11. Creating Replication Configurations in the Data Replication Console
  12. Managing Replication Configurations
  13. Running Data Replications
  14. Configuring Selected Replication Types
  15. Monitoring Data Replication
  16. Maintaining the Replication Environment
  17. Troubleshooting
  18. Data Replication Files and Subdirectories
  19. Data Replication Runtime Parameters
  20. InitialSync, Extractor, and Applier Command Line Parameters
  21. Server Manager Command Line Parameters
  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

Generating a Reverse-Replication Configuration

Generating a Reverse-Replication Configuration

From the Data Replication Console, you can generate a reverse-replication configuration to use for bidirectional replication or for failover to a target database.
  1. On the
    Server Manager
    tab >
    Configs
    view, select the configuration for which you want to generate a reverse-replication configuration.
  2. To generate a reverse configuration, use one of the following procedures:
    • Click the
      Generate Reverse Configuration
      toolbar button. Then click
      OK
      .
    • Right-click the configuration row and click
      Generate Reverse Configuration
      . Then click
      OK
      .
    • Open the configuration and click
      File
      Generate Reverse Configuration
      .
  3. Enter a name for the reverse-replication configuration and click
    OK
    .
    Configuration names are not case-sensitive. They can contain the digits 0-9, Latin letters A-Z and a-z, and the underscore (_) character. The Data Replication Console truncates configuration names that are longer than 100 characters.
    The Data Replication Console generates a configuration and opens it in Edit mode.
    If Data Replication creates a revision of the original configuration and increments the revision number after you open the configuration, the Data Replication Console cannot generate a reverse-replication configuration. To generate a reverse-replication configuration that uses the latest revision of the original configuration, open the original configuration again.
  4. Configure replication settings on the
    Extract Range
    tab and the
    Runtime Settings
    tab >
    Advanced Settings
    view.
  5. To create a recovery table, perform the following substeps:
    1. Click the
      Runtime Settings
      tab >
      Advanced Settings
      view.
    2. Double-click the apply.recovery_table parameter row.
    3. Specify a recovery table name that includes the schema or owner name.
    4. Click
      OK
      .
    The Data Replication Console creates a recovery table on the target with the specified name.
  6. Click the
    Save
    toolbar button to save the configuration.
After you generate a reverse-replication configuration, the Data Replication Console does not keep it synchronized with the original configuration. If you edit the original configuration, you must manually add the changes to the corresponding reverse-replication configuration. If you enabled DDL replication for one of the configurations, and DDL changes occur, you must manually add the appropriate changes to the reverse-replication configuration.

0 COMMENTS

We’d like to hear from you!