IntegrationLoggingEvents
The IntegrationLoggingEvents table contains any messages that are written to the Event Viewer, when the CRM Integration Logging Service is running. For more information, see Integration Logging.
Warning Modifying this table could cause malfunctions in the integration process.
Column | Description |
ID | A unique identifier for the record. |
Sequence | This field is an auto incrementing number that the logging service uses to indicate ordering of event messages. |
Timestamp | The timestamp from when this event message was written to the Event Viewer. |
MessageID | If it is available, the ID from IntegrationMessage.MessageID is included in the event message. If not, this field is blank. |
Category | This field is set by the object logging this event message. It usually indicates the method this log came from. |
EventCategory | [Not used in this version.] |
EventType | This field describes the event type.
Values: 1 - Fatal 2 - Warning 4 - Informational |
Source | The name of the class, including the namespace, which logged this event message. |
ThreadID | The ID of the thread that the BizTalk process was running on when this event message was logged. This is useful because BizTalk can run multiple threads at the same time, so you can easily follow a single integration message by looking at the ThreadID and MessageID together. |
Message | This field contains the actual content of the event message. |