MESSAGES

The MESSAGES view contains one or more messages associated with an operation. Each MESSAGE_ID represents one or more messages. Each message in a MESSAGE_ID has a unique number MESSAGE_NUM, and is separated into segments that will fit within the DATA column as it is defined. The SEQUENCE column orders the entries within a MESSAGE_ID and MESSAGE_NUM identifies the individual messages.
Name
Type
Description
DATA
WVARCHAR(128)
Specifies a piece of the message text. Not NULL.
MESSAGE_ID
INTEGER
The unique ID of the messages stored in the table. Not NULL.
SEQUENCE
INTEGER
Orders the message entries for the entire MESSAGE_ID. Not NULL.
MESSAGE_NUM
INTEGER
Used to indicate separate messages within a MESSAGE_ID. Not NULL.
Last updated: March 6, 2018