Setting Default Event Table to Log Events - Teradata Data Mover

Teradata Data Mover User Guide

Product
Teradata Data Mover
Release Number
16.00
Published
December 2016
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
rdo1467305237457.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem
To enable default logging for an Event table:
  1. Set the tmsm.mode configuration property to ONLY_INTERNAL_TMSM or BOTH.
  2. Set the event.table.default configuration property to the event_table_name of the Event table. Logs the events to the Event table for all Data Mover jobs where the user did not specify a value for log_to_event_table in the job definition.
    You can also specify multiple default event tables in configuration.xml as follows:
    <property>
    	<key>event.table.default</key>
    	<value>event1</value>
    	<value>event2</value>
     <description>Purpose: When this property is set and tmsm.mode is BOTH or ONLY_INTERNAL_TMSM, TMSM messages will be saved to this event table, unless the messages come from a different event table or the Job Definition explicitly overrides this parameter. Default: NULL.</description>
    </property>