Overview
The Audit Information entry in the AIE Administrator navigation tree leads to the Ingest Audit Viewer (see AIE's ingestion auditing system for details).
AIE collects audit information about ingested documents in the AIE Store. This data is available as an exported CSV file, which can be filtered and sorted in Excel. This AIE Administrator page shows a summary of the CSV data. The Show Details checkbox displays a limited number of documents in a table at the bottom of the screen. The CSV file contains more fields than are shown in this table.
Note that the Store page is helpful in terms of mapping connectors to clientIDs. Each run of each connector will have its own ClientID.
The Store page also lets you purge the accumulated data.
The Min Record and Max Record fields let you extract subsets of the available data.
View incoming links.
Audit Fields
CSV Column | UI Label | Remarks |
---|---|---|
SequenceId | CSV Only | The sequence ID for the detail record |
Date | Date | The date the audit record was generated. |
MsgId | Id | The id of the message associated with the audit detail record (non-document messages only) |
DocId | The document id of the document associated with the audit detail record (documents only) | |
Result | Result | Processing Result Code for the audit detail record. |
CorrelationId | CSV Only | The unique id for a document update. |
Node | Node | The name of the node where the audit information was generated. |
Component | Component | The component that generated the audit record. |
ErrorCode | ErrorCode | The error code if any; blank otherwise. |
ExClass | Ex Class | The Exception Class if available, otherwise blank. |
ExMsg | Msg | Returns the unstructured error message associated with a processing error. |
MsgType | CSV Only | Message class associated with the audit detail. May be null for the common case of document bearing messages. |
ParentId | Parent/Msg | The initiating document id if any. For instance, for a document contained in a zip (inner.zip) contained in a zip ( main.zip), this ID would be the inner.zip. |
AncestorId | CSV Only | The initial document id if any. For instance, for a document contained in a zip (inner.zip) contained in a zip ( main.zip), this ID would be the main.zip. |
DocMode | CSV Only | The DocumentMode for the document. |
Processing Result Codes
CODE | Remarks |
---|---|
COMPLETED
| Indicates that a message reached the end of it's workflow. |
CREATED
| Created by the component |
DROP
| Successfully processed the message, but did not pass it on to the next stage.
Some "dropped" documents are not really documents. They are AIE commit messages that were dropped by "joiner" components. Look for the "-joiner" suffix in the component name column. |
FAIL
| Document failed. |
FOUND
| Correction for a document or message incorrectly marked as LOST |
LOST
| Indicates that a message/document has been lost and will not be completed/dropped. |
NOT_HANDLED
| Not handled by this component. |
OK
| Successfully processed the message. |
RECEIVED
| Indicates a message or document was received from a remote node |
REFEED
| Indicates that a message/document has been re-fed |
WARN
| Indicates that a stage had a warning about a document but did not fail the document. |