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 theSettings table of the FlexiCapture database:
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 thedbo.SecurityEventLog table in the ABBYY FlexiCapture database. Each event is identified by its SecurityEventTypeId value.
