IBM Support

How do I stop entries being added to the TAUD_ALO_AUDIT_LOG table?

Question & Answer


Question

I see the TAUD_ALO_AUDIT_LOG table is constantly being updated with different auditing information and events. How do I stop entries being added to the TAUD_ALO_AUDIT_LOG table?

Cause

The following types of audit information is saved to the TAUD_ALO_AUDIT_LOG table:
- Users who log on or log out of the application
- Items or roles that were created
- Item modifications
- Import and export activities
- Queries done using DB Admin
- Specs that were created
- Alerts that were created and are listed in the Alerts Subscription Console

Answer

Most actions done in the application involve an event. All event-related information is stored temporarily in the TEVT_QUE_QUEUE table. Events are added to an event queue. Audit logs are created every time an event is executed, then the event processor processes the event queue. Once the event queue has been processed and logged to the TAUD_ALO_AUDIT_LOG table, the event queue is emptied.

There are advantages and disadvantages of disabling audit logs and alerts:
- Advantage: If the application is used heavily the TAUD_ALO_AUDIT_LOG table may grow extensively which can lead to performance issues.
- Disadvantage: System events will not be logged and application alerts will not be received.

In order to stop events and alerts from being added to the TAUD_ALO_AUDIT_LOG table you have to set the parameter fire_event_processor_events = false in the $TOP/etc/default/common.properties.

Note: This change requires an application restart.

[{"Product":{"code":"SS2U2U","label":"InfoSphere Master Data Management Collaboration Server"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"--","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"}],"Version":"10.0","Edition":"","Line of Business":{"code":"","label":""}},{"Product":{"code":"SSLKUM","label":"InfoSphere Master Data Management Server for Product Information Management"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":" ","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"}],"Version":"6.0;9.0;9.1","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}},{"Product":{"code":"SSNJBH","label":"WebSphere Product Center"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":null,"Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"}],"Version":"5.3.2","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Product Synonym

WPC;WebSphere Product Center;MDM;MDMPIM;InfoSphere MDM Server for PIM;InfoSphere Master Data Management Server for Product Information Management

Document Information

Modified date:
16 June 2018

UID

swg21389960