Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > disableAuditing

disableAuditing

disableAuditing(maxWaitForQuietpoint: Integer);

The disableAuditing method of the DbFile class disables the auditing associated with object operations performed against the file.

Auditing is disabled within a quiet point after a checkpoint has successfully completed to move the database recovery point. If the maxWaitForQuietpoint parameter has a non-zero value, it specifies the maximum time in seconds that the operation will wait for there to be no transaction activity, and overrides the configured or default database value specified by the MaxWaitForQuietPoint parameter in the [PersistentDb] section of the JADE initialization file.

If a quiet point cannot be established, exception 3077 (Maximum time to wait for quiet point was exceeded) is raised.