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

Configuring Applier Handling of Error Codes

Configuring Applier Handling of Error Codes

On the
Runtime Settings
tab >
Error Handling
view, you can optionally specify a list of target database and Applier error codes for the Data Replication Applier to ignore during apply processing of DML operations in SQL Apply mode.
Use this feature to force Data Replication to continue apply processing when specific database or Applier errors occur.
When the Applier encounters an error with an error code that is in the
Ignore Error Code
list, the Applier rolls back the current transaction. During the subsequent Applier cycle, the Applier applies each DML operation in the internal buffer individually and skips the DML operations that caused the error. After processing all of the DML operations in the internal buffer, the Applier switches back to the normal mode and applies subsequent DML operations that accumulate in the internal buffer all at one time.
  1. Click the
    Runtime Settings
    tab >
    Error Handling
    view.
    The following image shows this view:
    Error Handling view on the Runtime Settings tab
  2. Click
    New
    to create a rule.
    Data Replication adds a row to the
    Ignore Error Code
    list box.
  3. Enter the database-specific or Applier numeric error code.
    For example, if you enter -204 for a DB2 for Linux, UNIX, and Windows target, the Applier ignores the DB2 -204 return code and continues processing.
    For Oracle error messages with the prefix ORA, enter only the number that follows the prefix.

0 COMMENTS

We’d like to hear from you!