Re-Synchronizing Unrecoverable Tables - Teradata Unity

Teradata® Unity™ User Guide

Product
Teradata Unity
Release Number
16.50
Published
January 2020
Language
English (United States)
Last Update
2020-02-04
dita:mapPath
frp1571162435023.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2520
lifecycle
previous
Product Category
Analytical Ecosystem
Unity provides a way to re-synchronize tables that are genuinely out of sync. Unity can issue a resync request to core services (or Ecosystem Manager) to re-synchronize a system.
  1. Use one of the following methods to re-synchronize an unrecoverable table.
    Method Steps
    Unity UI
    1. From the Unity UI, select OBJECTS.
    2. Select an object to synchronize.
    3. In the Sync object data window, select SYNC.
    Unityadmin
    unityadmin> help object resync;
    Command: OBJECT RESYNC <tablename>|id:<object id> FROM <tdpid1> TO <tdpid2> [TIMEOUT '<timeout (seconds)>']
    Description: Synchronizes the specified table from the source system to the destination system 
    
    unityadmin> OBJECT RESYNC table1 FROM db1 TO db2 TIMEOUT 600;