IMPAX 6.5.1 Application Server Knowledge Base > Auditing IMPAX business services
The delimiter used to separate the values in the exported audit files can be configured to match the format of your auditing system. The default delimiter is the pipe character (|).
![]() | Tip: The EVENT_INFO field may contain commas; therefore, if you are importing audit files into a spreadsheet, you may not want to use a comma as a delimiter between fields. |
To configure the format of exported audit files
Launch CLUI.
To determine the current settings, type
select * from MVF_TS_MODULE_CONFIG
To set a new delimiter, type
update MVF_TS_MODULE_CONFIG set value='desired_delimiter' where attribute='MAP_EVENT_AUDIT_DELIM'
After the changes are made, restart MVF Task Scheduler.
Topic number: 9341 Applies to: IMPAX 6.5.1 Application Server Knowledge Base |