IMPAX 6.5.1 Application Server Knowledge Base > Auditing IMPAX business services

Exporting auditing information to a file

To satisfy auditing requirements, when audit events are deleted from the MAP_EVENT_AUDIT table, they can be exported to a file. This file can be stored as-is or the information can be imported into an external auditing system and stored there.

If an export location is specified in the MAP_EVENT_AUDIT_LOC field of the MVF_TS_MODULE_CONFIG table, the audit events are removed from the MAP_EVENT_AUDIT table and all events that do not have ERROR event_class are exported to the specified location and stored in the format audit_event_record_date. If no export location is specified in the MVF_TS_MODULE_CONFIG table, the audit events are deleted from the MAP_EVENT_AUDIT table without further action.

To export auditing information to a file

  1. Launch CLUI.

  2. To determine the current settings, type

    select * from MVF_TS_MODULE_CONFIG

  3. To update the export location for the audit files, type

    update MVF_TS_MODULE_CONFIG set value='export_location' where attribute='MAP_EVENT_AUDIT_LOC'

    To configure the system not to export records to a file, set the export_location value to NONE.

  4. After the changes are made, restart MVF Task Scheduler.


Topic number: 9342

Applies to: IMPAX 6.5.1 Application Server Knowledge Base