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

Importing Sync Point Values from a .CSV File

Importing Sync Point Values from a .CSV File

You can import Sync Point values for mapped target tables from a .csv file into a configuration. The Sync Point values are then available to the Applier for target apply processing. You must have previously exported the Sync Point values for one or more target tables to a .csv file from the Data Replication Console or with the export scn command from the Server Manager CLI.
To import Sync Point values for selected source tables, edit the .csv file to remove the lines for the tables for which you do not want to import Sync Point values.
Do not import Sync Point values that were exported from another configuration.
  1. On the
    Map Tables
    tab, click
    Configure Start Point
    .
    The
    Configure Start Point
    dialog box appears.
  2. Under
    Applier start point
    , click the
    Import
    icon.
  3. Select the system that contains the .csv file with the exported Sync Point values. Options are:
    • Main server
      . Import Sync Point values from a .csv file on the system where the Server Manager Main server runs.
    • Local
      . Import Sync Point values from a .csv file on the system where the Data Replication Console runs.
  4. In the
    Open
    dialog box, enter the .csv file name and location.
  5. Click
    Open
    .
    The Data Replication Console imports Sync Point values from the selected .csv file.
  6. Click
    OK
    .

0 COMMENTS

We’d like to hear from you!