Retrieve Old Log Details

Hi

When the logging is directed towards the database, how to access the old logs. Which are the tables that contains these logs.

Thanks n regards

Thahir

Hi Thahir. You can find the names of the tables used for audit logging by looking at the table creation scripts. You didn’t mention which version and what type of logging you are interested in, so you’ll have to replace the bits in brackets below with your specifics.

The scripts, with the table names, are here:

IS auditing
<INSTALL_DIR>/common/db/scripts/<YOUR_RDBMS>/iscoreaudit/<LATEST_VERSION>/create

Process Engine auditing
<INSTALL_DIR>/common/db/scripts/<YOUR_RDBMS>/processaudit/<LATEST_VERSION>/create

Regards,
Michael