Set Default Event Table | Teradata Data Mover - Setting Default Event Table to Log Events - Teradata Data Mover

Teradata® Data Mover User Guide

Product
Teradata Data Mover
Release Number
17.05
Published
October 2020
Language
English (United States)
Last Update
2020-11-18
dita:mapPath
xxl1591023586203.ditamap
dita:ditavalPath
mpm1591127278842.ditaval
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>