Starting the Synchronization Service - Teradata Data Mover

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

Product
Teradata Data Mover
Release Number
16.00
Published
December 2016
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
fsa1467305282096.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-4102
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