Skip to main content
The security event log records events related to adding, deleting, and changing user permissions, which helps you carry out security audits. It is compatible with all database servers supported by ABBYY FlexiCapture: Microsoft SQL Server, Azure SQL, Oracle, and PostgreSQL.

Enable the security event log

Security event logging is disabled by default. Only the System Administrator can enable it, directly in a FlexiCapture database. For the default tenant, add the following to the Settings table of the FlexiCapture database:
For custom tenants, turn on the second bit in the Flags field of the tenant’s record in the Tenant table. For example, in Microsoft SQL Server, use the statement Update Tenant set Flags = Flags | 2 where Id = NNN;.

Logged events

Once security event logging is enabled, events are recorded in the dbo.SecurityEventLog table in the ABBYY FlexiCapture database. Each event is identified by its SecurityEventTypeId value.

Event attributes

Each logged event can have the following attributes: