> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EventLog

> EventLog table in the ABBYY FlexiCapture reporting database records system events with columns for event type, batch, document, stage routing, and timing.

## <a id="start" />Purpose

Contains information about system events.

[Diagram of relationships between Event log tables](/flexi-capture/reports/database/events-reports-database)

## List of columns

<table width="100%"><tbody><tr><td><p><strong>Key</strong></p></td><td><p><strong>Name</strong></p></td><td><p><strong>Type</strong></p></td><td><p><strong>Required</strong></p></td><td><p><strong>Description</strong></p></td></tr><tr><td rowspan="2"><p>PK</p></td><td><p>Id</p></td><td><p>bigint</p></td><td><p>yes</p></td><td><p>Task identifier.</p></td></tr><tr><td><p>BatchId</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Batch identifier.</p></td></tr><tr><td rowspan="23"> </td><td><p>AssemblingErrorDocCount</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Amount of documents with assembly errors.</p></td></tr><tr><td><p>Comment</p></td><td><p>nvarchar</p></td><td><p>no</p></td><td><p>Comment on the event.</p></td></tr><tr><td><p>CorrelationId</p></td><td><p>nvarchar</p></td><td><p>no</p></td><td><p>The identifier of an event related to a Web Station. This identifier is received from a Web Station and links a record in the event log to records in the Web Station's event log and in the IIS log.</p><p>Exceptions:</p><ul><li>Actions performed in the ABBYY Scanning Plugin have no CorrelationId.</li><li>In the Administration and Monitoring Console, no actions have a CorrelationId except the action of creating a tenant.</li></ul></td></tr><tr><td><p>Date</p></td><td><p>datetime</p></td><td><p>yes</p></td><td><p>Date and time of the event.</p></td></tr><tr><td><p>Details</p></td><td><p>nvarchar</p></td><td><p>no</p></td><td><p>Event description. Used for event types <a href="/flexi-capture/reports/database/event-type#10">10</a>, <a href="/flexi-capture/reports/database/event-type#11">11</a> and <a href="/flexi-capture/reports/database/event-type#12">12</a>.</p></td></tr><tr><td><p>DocumentCount</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Amount of documents that are related to the event.</p></td></tr><tr><td><p>DocumentId</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Document identifier.</p></td></tr><tr><td><p>EventType</p></td><td><p>int</p></td><td><p>yes</p></td><td><p>Event type. Possible values are listed in <a href="/flexi-capture/reports/database/event-type">Event type</a>.</p></td></tr><tr><td><p>PageCount</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Amount of pages that area related to the event.</p></td></tr><tr><td><p>ProjectId</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Project identifier.</p></td></tr><tr><td><p>RoleId</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Type of user role. Possible values are listed in <a href="/flexi-capture/reports/database/role-type-enum">User Role Type</a>.</p></td></tr><tr><td><p>RuleErrorDocCount</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Amount of documents with rule errors.</p></td></tr><tr><td><p>RuleWarningDocCount</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Amount of documents with rule warning.</p></td></tr><tr><td><p>SecondsCount</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Amount of time in seconds that it took to process the event.</p></td></tr><tr><td><p>SessionId</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Session identifier.</p></td></tr><tr><td><p>StageFrom</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Processing stage from which the object was routed. Corresponds to the <a href="/flexi-capture/reports/database/processing-stage-reports-database#predefinedtype">PredefinedType</a> field of the <a href="/flexi-capture/reports/database/processing-stage-reports-database">ProcessingStage</a> table.</p></td></tr><tr><td><p>StageFromId</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Processing stage from which the object was routed. Corresponds to the <a href="/flexi-capture/reports/database/processing-stage-reports-database#id">Id</a> field of the <a href="/flexi-capture/reports/database/processing-stage-reports-database">ProcessingStage</a> table.</p></td></tr><tr><td><p>StageTo</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Processing stage to which the object was routed. Corresponds to the <a href="/flexi-capture/reports/database/processing-stage-reports-database#predefinedtype">PredefinedType</a> field of the <a href="/flexi-capture/reports/database/processing-stage-reports-database">ProcessingStage</a> table.</p></td></tr><tr><td><p>StageToId</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Processing stage to which the object was routed. Corresponds to the <a href="/flexi-capture/reports/database/processing-stage-reports-database#id">Id</a> field of the <a href="/flexi-capture/reports/database/processing-stage-reports-database">ProcessingStage</a> table.</p></td></tr><tr><td><p>TaskId</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Task identifier.</p></td></tr><tr><td><p>UncertainSymbolsCount</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Amount of recognized symbols that may have been recognized incorrectly.</p></td></tr><tr><td><p>UserId</p></td><td><p>int</p></td><td><p>no</p></td><td><p>User identifier.</p></td></tr><tr><td><p>Workstation</p></td><td><p>nvarchar</p></td><td><p>no</p></td><td><p>Name of station that created the event.</p></td></tr></tbody></table>

[Back to top](/flexi-capture/reports/database/event-log#start)
