イベント テーブルへのデフォルトのロギングを有効にする手順
- tmsm.mode構成プロパティをONLY_INTERNAL_TMSMまたはBOTHにセットします。
- イベント テーブルのevent_table_nameにevent.table.default構成プロパティをセットします。ユーザーがジョブ定義で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>