Software AG Products 10.5 | Administering CentraSite | Managing Logs | Removing Leftover Auditable Events
 
Removing Leftover Auditable Events
Pre-requisites:
To remove the leftover auditable events through the CentraSite Command Line Interface, you must have the CentraSite Administrator role.
In previous releases of CentraSite, some auditable events remained in the log after purging, even though the events referred to CentraSite objects that no longer existed.
There is one known situation where many of these events were created: the Integration Server can be configured to write metrics information for Virtual Services into CentraSite at regular intervals. Each metrics update resulted in some leftover events.
If you have upgraded your CentraSite Registry Repository from a previous release, such leftover auditable events might still exist in the log.
CentraSite provides a Java tool named CentraSiteOptimizeAuditableEvents.jar for this purpose.
*To remove the leftover auditable events from the command line
*Run the Java tool CentraSiteOptimizeAuditableEvents.jar.
The syntax is of the format: C:\SoftwareAG\CentraSite\utilities>CentraSiteToolbox.cmd CentraSiteOptimizeAuditableEvents.jar <CentraSite URL> <admin user id> <password>
The input parameters are:
Parameter
Description
CentraSite URL
The URL of the CentraSite registry. For example, http://localhost:53307/CentraSite/CentraSite.
admin user id
The user ID of a registered CentraSite user who has the CentraSite Administrator role. For example, Administrator.
password
The password for the registered CentraSite user identified by the parameter admin user id.
Example (all in one line):
C:\SoftwareAG\CentraSite\utilities>CentraSiteToolbox.cmd CentraSiteOptimizeAuditableEvents.jar "http://localhost:53307/CentraSite/CentraSite" DOMAIN\admin pAsSw0rD