Stores the origin ID, secondary queue ID, and associated information about the last logged transaction written into the exceptions log.
Column |
Datatype |
Description |
---|---|---|
error_db |
int |
Database where the error occurred |
origin |
int |
Origin database of the transactions |
origin_qid |
binary(36) |
qid of the last transaction from this origin |
secondary_qid |
binary(36) |
Secondary qid of the last logged transaction from this origin |
status |
tinyint |
Status of the transaction: |
origin_time |
datetime |
Time at origin for the transaction |
log_time |
datetime |
Time the transaction was logged |
lorigin |
int |
Logical database where the message originated |