ec_message table

The ec_message table holds information about messages that have been registered with Event Collector.

Column Description
id The primary key of the message.
component_id Identifier of the component that generated the event.
message_id Identifier of the event. For example:

messageId='BX_INSTANCE_PROCESS*

message Description of the event.
severity Severity of the event. This must be one of the following:
  • TRACE
  • DEBUG
  • INFO
  • SERVICE
  • AUDIT
  • WARN
  • ERROR
  • FATAL
priority Priority of the event. This must be one of the following:
  • LOW
  • MEDIUM
  • HIGH
message_category Identifies the entity which was being operated on causing this event to be produced. See the "Message Categories and Attribute Contents" section of the TIBCO ActiveMatrix BPM - BPM Developer's Guide.