Id | The unique ID that identifies the message within the current channel. Note that a single message can have multiple connector messages for each connector (source / destinations) in the channel. Each connector message row is organized by this column in the table. |
Connector | The name of the connector. (e.g. "Source", "Destination 1") |
Status | The current status of the connector message. Valid values include: Source connector statuses:
- Received: If the source queue is enabled, this means the message has been committed to the database and added to the source queue, but has not yet been processed. If the source queue is disabled, this means the message has not yet finished processing through the source connector.
- Filtered: The message has been rejected by the source filter, and will not flow any further through the channel.
- Transformed: The message has passed the source filter/transformer, and the source encoded data has been dispatched to any destinations.
- Error: An error occurred while processing the message through the source connector. This typically means that the preprocessor or source filter/transformer script failed.
Destination connector statuses:
- Received: The inbound data for the destination connector has been committed to the database, but the destination has not yet finished processing the message.
- Filtered: The message has been rejected by the destination filter, and will not be dispatched by this destination. Other destinations may still dispatch this message.
- Sent: The message has been successfully dispatched / written out by the destination connector.
- Queued: The message either has not been attempted to be dispatched yet, or it has failed to dispatch and is waiting in the queue to be attempted again.
- Error: An error occurred while processing the message through the destination connector. This could mean that an error occurred in the destination filter/transformer, that the destination failed to dispatch the message outbound, or that the destination was able to dispatch the message but the outbound system returned a failure response (such as an HTTP 500). If the error occurred in the destination filter/transformer, then the message will not process through the rest of the connectors in the current destination chain. If the error occurred in the dispatcher, the message may still be processed through subsequent destinations in the current chain.
- Pending: The destination was able to dispatch / write the message outbound, but has not yet finished processing the message through the response transformer.
|
Orig. Received Date | The date and time the original message was received. This value is not updated if the message gets overwritten by a reprocess operation. |
Received Date | The date and time the message was received by the source/destination connector. This value may update if the message gets overwritten by a reprocess operation. |
Send Attempts |
- Source Connector: The number of times the connector attempted to send the response back to the point of origin.
- Destination Connector: The number of times the connector attempted to send the message outbound.
|
Send Date |
- Source Connector: N/A
- Destination Connector: The date and time immediately before the most recent send attempt.
|
Response Date |
- Source Connector: The date and time immediately before the connector attempted to send the response back to the point of origin.
- Destination Connector: The date and time immediately after the connector received and stored the response from the outbound system.
|
Errors |
Indicates whether an error exists for this message. It is possible for a message to have errors associated with it even if the message status is not ERROR. Possible values include:
- Processing: An error occurred during a user-script, such as the preprocessor or the filter / transformer.
- Response: An error occurred generating the response, or sending the response from the source connector to its point of origin.
- Post Processor: An error occurred during the post processor script.
- Multiple: Two or more of the above errors occurred.
|
Server Id | The ID of the server that processed the message through the connector. |
Original Server Id | The ID of the server that originally processed the message, in the case that the current message has been imported or taken over by another server. |
Original Id | The original ID of the reprocessed message. This value only exists for reprocessed messages. |
Import Id | The original ID of an imported message. This value only exists for imported messages. |
Import Channel Id | The original channel ID of an imported message. This value only exists for messages imported from a different channel. |