- アクティブ システムでlist_configurationコマンドを実行して、configuration.xmlという名前のファイルを生成します。datamove list_configuration
- configuration.xmlファイルを編集し、job.useSyncServiceプロパティの値を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>
- 新しい設定を保存します。datamove save_configuration -f configuration.xml