Kbase P135000: How to disable auditing?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/01/2009 |
|
Status: Verified
GOAL:
How to disable auditing?
GOAL:
How to disable auditing on a deactivated database?
GOAL:
How to disable auditing on an active database?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
FIX:
Disabling auditing.
If auditing is still active start with step 2:
To disable auditing on a deactivated database:
1. Activate auditing with PROUTIL ENABLEAUDITING.
Because the database is deactivated, issuing PROUTIL ENABLEAUDITING has the
effect of activating auditing.
2. Empty the audit data tables.
Use the audit archiving tools or PROUTIL AUDITARCHIVE to remove the data from
the _aud-audit-data and _aud-audit-data-value tables.
NOTE: Not all audit records are deleted by PROUTIL AUDITARCHIVE.
For example, if the audit policies audit the execution of AUDITARCHIVE,
another method will need to be used to remove all the data from the audit data tables.
3. Disable auditing with PROUTIL DISABLEAUDITNG.
Because the audit data tables are empty, auditing is completely disabled.
When auditing is successfully disabled, the following message is displayed:
Auditing has been disabled for database db-name. (12490)