Consultor Eletrônico



Kbase P135329: What permissions are required to disable auditing?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/07/2010
Status: Verified

GOAL:

What permissions are required to disable auditing?

GOAL:

What privileges are needed to run the command to disable auditing?

GOAL:

What permissions are required to disable auditing against a database?

GOAL:

What is the command to disable auditing against a database?

GOAL:

Does the user have to exist in the _User table in order to disable auditing against a database?

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.1x

FIX:

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.