UploadAck event
Description
Occurs on completion
of upload processing.
Event ID
|
Event ID |
Objects |
|---|---|
|
None |
MLSynchronization, MLSync |
Parameters
|
Argument |
Description |
|---|---|
|
uploadack_status |
Long indicating
See the Usage note for the meaning of these values. |
Return Values
None
Usage
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.