Modifying Personal Data Stored for Audit Information
When storing audit information to the database, the user ID of the user creating the audit data is stored in database tables. In case of errors while storing audit information, the user ID is written to the log files for any configured log level. The user ID may be written to the log files for DEBUG or TRACE log levels.
To modify or delete this information:
1. Locate the relevant audit database tables:
rules_baseevent
rules_celltypes
rules_dtchanges
rules_changetypes
rules_projectdeployed
rules_projectundeployed
rules_projectimported
rules_projectexported
rules_rmcsaved
rules_rmchotdeploymentstarted
rules_erchanges
rules_projectdeleted
2. Search for and replace the user ID.
3. Locate the relevant log files.
For
Integration Server, see
webMethods Integration Server Administrator’s Guide,
Setting Up the Server Log.
For
My webMethods Server, see
Administering My webMethods Server,
Controlling Server Logging.
4. Search for and replace the user ID.
Related Topics