要为事件表启用缺省日志记录,请执行以下操作:
- 将 tmsm.mode 配置属性设置为 ONLY_INTERNAL_TMSM 或 BOTH。
- 将 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>