mms_mbs_message Table

Detailed history information for message-based synchronization.

Column name Column type Description
id integer The identifier of the data row.
deviceId varchar(255) The identifier of the physical device performing the operation replay.
userName varchar(255) The name of the user associated with the device ID.
packageName varchar(255) The package name of the mobile business object (MBO).
domain varchar(255) The domain to which the package involved in synchronization or operation replay belongs.
receiveTime timestamp The received time of inbound message. Not applicable to outbound messages.
pushTime timestamp The pushed time of outbound message. Not applicable to inbound messages.
startTime timestamp The date and time the message was initiated.
endTime timestamp The date and time the message was completed.
processTime integer The total time of the message, in milliseconds.
mbo varchar(255) The MBO performing the message.
operation varchar(255) The operation performing the message.
messageType varchar(50) The type of message. One of: SUBSCRIBE, UNSUBSCRIBE, OPERATION_REPLAY, RECOVER, SUSPEND, RESUME, RESUMENOREPLAY, IMPORT_DATA, DATA_RESET, LOGIN, UNKNOWN_TYPE.
isError bit Value is 1 if errors were recorded during transaction. 0 if no errors recorded.
payloadSize integer The size of the message payload.
isPushMsg bit Value is 1 if the message is outbound, 1 if otherwise.
isRequestMsg bit Value is 1 if the message is inbound, 0 if otherwise.
isSubscription bit Value is 1 if the message is a subscription request, 0 if not.
isOperationReplay bit Value is 1 if the message is a message-based operation replay, 0 if not.
sentPayloadSize integer The payload size of the outbound message.
receivedPayloadSize integer The payload size of the inbound message.
isMonitored bit Value is 1 if MBO is monitored, 0 if not.
isLogged bit Value is 1 if the domain is logging data, 0 if not.