UploadAck
PowerScript event
Description
Occurs on completion of upload processing.
Event ID
|
Event ID |
Objects |
|---|---|
|
None |
MLSynchronization, MLSync |
Arguments
|
Argument |
Description |
|---|---|
|
uploadack_status |
Long indicating the status returned by MobiLink to
See the Usage note for the meaning of these |
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.
See also