Start Synchronization Service |High Availability | Teradata Data Mover - Starting the Synchronization Service - Teradata Data Mover

Teradata® Data Mover Installation, Configuration, and Upgrade Guide for Customers

Product
Teradata Data Mover
Release Number
16.20
Published
November 2021
Language
English (United States)
Last Update
2021-11-04
dita:mapPath
pgy1512683352051.ditamap
dita:ditavalPath
DM_16_20_08_ICUCust_AsterIncluded.ditaval
dita:id
B035-4102
lifecycle
previous
Product Category
Analytical Ecosystem
  1. Run the list_configuration command on the active system to generate a file named configuration.xml:
    datamove list_configuration
  2. Edit the configuration.xml file and set the value for the job.useSyncService property to true:
    <property>
        <key>job.useSyncService</key>
        <value>true</value>
        <description>
    	   Purpose: To record any changes to the Data Mover repository        
            tables(inserts/updates/deletes) in an audit log table. The value
            must be set to true in order to use the Sync service. Default:false.
        </description>
    </property>
  3. Save the new setting:
    datamove save_configuration -f configuration.xml