Incremental Copy Jobs With Data Mover Failover | Teradata Data Mover - Incremental Copy Jobs With Data Mover Failover - Teradata Data Mover

Teradata® Data Mover User Guide

Product
Teradata Data Mover
Release Number
17.12
Published
January 2022
Language
English (United States)
Last Update
2022-01-18
dita:mapPath
ptl1635805434108.ditamap
dita:ditavalPath
mpm1591127278842.ditaval
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem
For information on Data Mover Failover implementation, see, Fixing Sync Service with High Availability

Previously successful Incremental Copy jobs fails when either designated standby Daemon becomes active during a failover or designated active Daemon is re-promoted to active after a switch back:

Error code: 1186, error message: Incremental Restore is not being processed in the correct order for table 'db.table'.

DSA does not automatically support failover. Here the Active and Standby DSCs are copying to the same target table with different DELTA job history, resulting in potential conflict when either DSC takes over after a failover or switch back.

To work around the issue, start the failed incremental job with "ir_execution_type" parameter set to "full" to do a FULL table copy: datamove start -job_name my_ir_job -ir_execution_type full