Database Ingestion and Replication > Managing database ingestion and replication jobs > Resynchronizing source and target objects
  

Resynchronizing source and target objects

You can resynchronize source and target objects for a subtask that is part of a running database ingestion and replication combined initial and incremental load job. The subtask must be in a state other than Queued or Starting.
Resynchronization loads the latest changes from the source table to the target to make sure the source and target are consistent. Usually, the target table contents is truncated before the current source data is applied. However, for data lake targets, a T (truncate) operation is replicated instead of actually truncating the target contents.
For example, you might want to resynchronize the target with the source if initial load or incremental load processing failed or if you want to start the job over again from a specific restart point.
Important: To resynchronize tables that stopped and are currently in the Error state because of the Schema Drift setting of Stop Table, you must use the Resume With Options > Resync option in the Actions menu. For more information, see Overriding schema drift options when resuming a database ingestion and replication job.
    1Drill down on the database ingestion and replication job that you want to resynchronize from one of the following monitoring interfaces:
    The job must be in the Up and Running state and be for a combined initial and incremental load operation.
    2Click the Object Detail tab.
    3In the subtask row for the source and target objects that you want to resynchronize, click the Actions menu and select Resync. The resync operation resynchronizes the target table with the latest source table definition, including any DDL changes.
    Note: For the Actions menu and Resync option to be available, the subtask must be in a state other than Queued or Starting.
    If you are resynchronizing a subtask for a database ingestion and replication combined load job that has a Db2 for i, Db2 for LUW Log-based CDC, Oracle, SAP HANA, or SQL Server source, use one of the following resync options instead of the Resync option:
    For SAP HANA Trigger-based CDC source tables, the default is Resync (refresh).
Notes: