Overview
The Document States page displays the current state of documents as they move through ingestion workflows.
View incoming links.
Viewing Document States
To view Document States, select Diagnostics -> Document States in the AIE Administrator. The Document State screen appears.
From here you can:
- Sort/resort the table by the desired data by clicking the desired column heading.
- Click a ThreadName link to view the stack trace for that thread (if available) on the Stack Traces screen.
Document Information
The Document States page provides the following information for each document currently being ingested.
Information | Description |
---|---|
MessageId | The internal AIE message ID of the message containing the document. |
State | The state of the document. Values include Queuing, Queued, and MessageIsBeingProcessed. |
Component | The component that is currently queuing or processing the document. |
Uri | The system URI of the component that has queued, is queuing, or is processing a document. |
ThreadType | The type of thread that is processing a document. Values can include Worker, Manager and Receiver. Worker threads actually process the document while Manager and Receiver threads coordinate getting messages from the component queue and passing them to Worker threads. |
ThreadName | The name of the thread processing a document. Click a ThreadName link to view the stack trace for that thread (if available) on the Stack Traces screen. |
DocIds/Type | The AIE document ID or IDs (in the case of batched documents) for the message that is processing. |