The ScriptMessageLog table contains one entry for each MESSAGE function call from within an executed script, as long as a previous MESSAGEOUTPUT function call indicated that messages should be written to the Idb message log.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| requestid | integer | not null | The ID from the Request table for the request that produced this message. |
| executionid | integer | not null | The ID from the Execution table for the execution which
produced this message.
|
| messageorder | integer | not null | Unique incrementing value to distinguish errors from one execution. |
| messagetime | date | not null | The Datetime at which the message was generated. |
| messagetext | varchar(255) | with null | The message text generated by a message function call in the request. |
Product Name: Data Transformer
Table Type: Table