Occurs on completion of upload processing.
Event ID |
Objects |
---|---|
None |
MLSynchronization, MLSync |
Argument |
Description |
---|---|
uploadack_status |
Long indicating the status returned by MobiLink to the remote after the upload stream is processed. Values are:
See the Usage note for the meaning of these values. |
None
Use this event to add custom actions after dbmlsync has received acknowledgement of the upload stream from the MobiLink synchronization server.
Values for the uploadack_status argument can be:
StatCommitted Indicates that the upload stream was received by the MobiLink synchronization server and committed.
StatRetry Indicates that the MobiLink synchronization server and the remote database had different values for the log offset from which the upload stream should start. The upload stream was not committed by the MobiLink synchronization server. The component attempts to send another upload stream starting from the MobiLink synchronization server's log offset.
StatFailed Indicates that the MobiLink synchronization server did not commit the upload stream.