rejected_message
- Last UpdatedNov 20, 2024
- 1 minute read
The rejected_message table maintains a list of rejected messages for later playback.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
rejected_message_utc |
tdatetime |
N |
N |
Timestamp of rejected message in UTC |
|
rejected_message_local |
tdatetime |
N |
N |
Timestamp of rejected message in local time |
|
xml_message |
varchar(4000) |
N |
N |
XML message that was originally submitted |
|
xml_error_message |
varchar(4000) |
N |
N |
XML error message returned by the middleware after submitting the XML message to the database |
|
message_status |
int32 |
N |
N |
The status of the XML message after being originally submitted to the database. 0 = Never Submitted (default) 1 = Resubmitted with Error, 2 = Resubmitted with Success 3 = Edited and Resubmitted with Error 4 = Edited and Resubmitted with Success |
|
object_name |
string80 |
N |
Y |
The name of the object from where this message is initiated |
|
object_section |
string80 |
N |
Y |
The name of the object section from where this message is initiated |
|
message_region |
string80 |
N |
Y |
Region from where this message is initiated |
|
message_locale |
string80 |
N |
Y |
Message Locale |
|
message_version |
int32 |
N |
Y |
Message version |
|
last_edit_comment |
notes |
N |
Y |
Reserved for internal use to indicate why this record was changed |
|
last_edit_by |
string40 |
N |
Y |
Who last changed this record |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |
|
row_id |
ID 1 |
Y |
N |
Unique row identifier |