Starting the Synchronization Service - Teradata Data Mover

Teradata Data Mover User Guide

Product
Teradata Data Mover
Release Number
16.10
Published
June 2017
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
kmo1482331935137.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem
  1. Run the list_configuration command on the master 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