设置缺省事件表以记录事件 - Teradata Data Mover

Teradata® Data Mover 用户指南

Product
Teradata Data Mover
Release Number
16.20
Published
2021 年 11 月
Language
中文 (简体)
Last Update
2021-12-02
dita:mapPath
zh-CN/wph1512683331242.ditamap
dita:ditavalPath
zh-CN/mpm1591127278842.ditaval
dita:id
B035-4101
Product Category
Analytical Ecosystem
要为事件表启用缺省日志记录,请执行以下操作:
  1. tmsm.mode 配置属性设置为 ONLY_INTERNAL_TMSMBOTH
  2. event.table.default 配置属性设置为事件表的 event_table_name
    对于用户没有在作业定义中指定 log_to_event_table 值的所有 Data Mover 作业,可将其事件记录到该事件表中。
    您还可以在 configuration.xml 中指定多个缺省事件表,如下所示:
    <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>