Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » MobiLink - Server Administration » MobiLink Server System Tables

ml_qa_repository_staging Next Page

ml_qa_status_history


This table is used only for QAnywhere applications. It contains a history of message status changes.

Caution    

Do not alter this table.

ColumnDescription
msgidVARCHAR(128). Primary key. Globally unique message identifier.
addressVARCHAR(255). Address of the target recipient.
statusINTEGER. The status of the message. Can be 1 (pending), 10 (receiving), 30 (expired), 40 (cancelled), 50 (unreceivable), or 60 (received).
statustimeTIMESTAMP. The time this status was achieved. The time is local to the client achieving the state.
servertimeTIMESTAMP. The time the status change was received by the server.
detailsVARCHAR(1000). The details of the status change, if any.
syncstatusINTEGER. Indicates the state of the synchronization between the client and server with respect to this message. Can be 0 (not in sync), 1 (in sync), 2 (message should not be synchronized), or 3 (synchronizing).