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

Conflicting Replication Tasks

Conflicting Replication Tasks

Data Replication monitors replication tasks that are running to prevent simultaneous execution of conflicting replication tasks for a particular configuration. Data Replication stores information about active replication tasks in the
DataReplication_installation
/lockDB.db3 SQLite database.
To help you prevent conflicts, the Data Replication Console provides the following restrictions:
  • You cannot start a replication task in the Data Replication Console or from the command line if it conflicts with one or more other active tasks that use the same configuration.
  • You cannot start a schedule if any running task that uses the same configuration conflicts with the scheduled tasks.
The following table describes, for each type of active replication task that uses a configuration, the types of simultaneous tasks that are conflicting and that are not conflicting:
Replication Task
Conflicting Tasks
Nonconflicting Tasks
InitialSync
  • InitialSync
  • Applier
  • Extractor
Extractor
  • Extractor
  • InitialSync
  • Applier
Applier
  • InitialSync tasks that process the same tables as the active Applier task
  • Applier
  • InitialSync tasks that process tables other than those that the active Applier task is processing
  • Extractor
You can view a list of active tasks that conflict with a scheduled task on the
Server Manager
tab >
Schedules
view.

0 COMMENTS

We’d like to hear from you!