To enable default logging for an Event table:
- Set the tmsm.mode configuration property to ONLY_INTERNAL_TMSM or BOTH.
- 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>