This page was last edited on January 10, 2020, at 15:27.
Comments or questions about this documentation? Contact us for support!
In the Column List:
This table stores messages from the stored procedures about merge operations, purge operations, and stuck calls.
Column | Data Type | P | M | F | Description |
---|---|---|---|---|---|
ID | bigserial | X | X | The unique, autonumbered ID of this record. This is the primary key. | |
MESSAGE_ID | integer | ID of log event. This is the same ID that is documented in Framework Combined Log Events. This is ID recognized by Message Server. | |||
TIMEGENERATED | timestamp | The GMT-equivalent date and time when the message was generated. | |||
TIMEWRITTEN | timestamp | The date and time when the message was written. | |||
PRIORITY | integer | Specifies priority of the log message. For a listing of permissible values, refer to G_Dictionary Values (for DB2, Microsoft SQL Server, Oracle, or PostgreSQL, respectively).
#DICTIONARY TYPE 32 | |||
ORIGIN | integer | Specifies the origin of the log message. For a listing of permissible values, refer to G_Dictionary Values (for DB2, Microsoft SQL Server, Oracle, or PostgreSQL, respectively).
#DICTIONARY TYPE 34 | |||
CATEGORY | integer | Specifies category of the log message. One of the following values:
#DICTIONARY TYPE 33 | |||
DATALEN | integer | Size of the buffer required to get packed attributes associated with this log event. | |||
APPDBID | integer | The value for this field is always NULL. | |||
APPTYPE | integer | The type of application that is related to this log event. | |||
APPNAME | varchar(255) | Name of the application having APPDBID that is related to this log event. If the application is ICON itself, then this field provides the name of the stored procedure which created this record in the following format:
| |||
HOSTNAME | varchar(128) | Name of the host where the application related to this log event runs. | |||
MESSAGETEXT | varchar(255) | The text of the message. For ICON purge operations, this field stores information about either the name of the table being purged and its purge status or the status of a purge partition; for example:
If, for some reason, the purge procedure cannot start, ICON logs "ERROR:wrong parameters" to this field. |