Re-Synchronize Unrecoverable Tables | Teradata Business Continuity Manager - Re-Synchronizing Unrecoverable Tables - Teradata Business Continuity Manager

Teradata® Business Continuity Manager User Guide - 1.01.01

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Business Continuity Manager
Release Number
1.01.01
Published
March 2023
Language
English (United States)
Last Update
2023-03-13
dita:mapPath
qra1653979755546.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2550
lifecycle
previous
Product Category
Analytical Ecosystem
Business Continuity Manager re-synchronizes tables that are out of sync.
  1. Use one of the following methods to re-synchronize an unrecoverable table.
    Method Steps
    Business Continuity Manager UI
    1. From the Business Continuity Manager UI, select OBJECTS or DATABASES.
    2. Select an object or a database to synchronize.
    3. Do one of the following:
      • In the object data window, select Sync.
      • In the database data window, select Sync Database.
    bcmadmin
    • bcmadmin> 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 
      
      bcmdmin> OBJECT RESYNC table1 FROM db1 TO db2 TIMEOUT 600;
      
    • bcmadmin> help database resync;
      Command: DATABASE RESYNC <database name FROM <tdpid1> TO <tdpid2> [TIMEOUT '<timeout (seconds)>']
      Description: Synchronizes all the tables in the specified database from the source system to the destination system 
      
      bcmadmin> DATABASE RESYNC db1 FROM 1 TO 2 TIMEOUT 600;