To disable auditing against a database, the user must have Audit Administrator privilege.
The command used to disable auditing with a specific user id is:
proutil dbname -C disableauditing -userid username -password password
-userid is the parameter used to identify which user has the Audit Administrator privilege required in order to disable auditing. The userid associated with the -userid field does not need to be in the _User table. The user does however, need to have been identified as a user in the Data Administration -> Admin -> Security -> Edit Audit Permissions userid table.
If a password is not listed on the command line, the user will be prompted for one when the command is invoked. |