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

Teradata® Data Mover User Guide

Product
Teradata Data Mover
Release Number
16.20
Published
November 2021
Language
English (United States)
Last Update
2021-11-04
dita:mapPath
wph1512683331242.ditamap
dita:ditavalPath
4101_UG_dm_1620.ditaval
dita:id
B035-4101
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