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

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
      .
    When you start the Applier later, it 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!