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

Adding Table Mappings Manually After Running Data Replication

Adding Table Mappings Manually After Running Data Replication

If you disabled replication of CREATE TABLE operations in a configuration that has been used to run replication tasks, you can add table mappings to a configuration manually.
  1. In the Data Replication Console, open the replication configuration that you want to edit.
  2. Click the
    Switch to Edit Mode
    button on the toolbar.
  3. The Data Replication Console displays a prompt that asks if you want to stop the replication tasks or keep them running.
    • Click
      Yes
      to stop the replication tasks.
    • Click
      No
      to keep the replication tasks running.
      If the Extractor detects DDL changes in the source tables, it creates a new revision of the configuration. If a new revision is created while you are editing the configuration, you will not be able to save your changes. In this case, you must reload the configuration and redo the changes.
  4. On the
    Map Tables
    tab, define mappings for the additional source tables that you want to replicate.
  5. Click the
    Save
    button on the toolbar to save the configuration.
    The Data Replication Console detects that the newly mapped tables are not materialized and prompts you to run InitialSync.
  6. Click
    Yes
    to run the InitialSync task for the added tables.
    If you chose to keep the replication tasks running, Data Replication starts the InitialSync task that runs simultaneously with the Extractor and Applier tasks. When the InitialSync task completes materializing the added tables, the Extractor and Applier start processing them.
  7. If you stopped replication tasks prior to editing the configuration mappings, restart all of the replication tasks and schedules.

0 COMMENTS

We’d like to hear from you!