BeginLogScan
PowerScript event
Description
Occurs before dbmlsync scans the transaction log to assemble the
upload data stream.
Event ID
|
Event ID |
Objects |
|---|---|
|
None |
MLSync |
Arguments
|
Argument |
Description |
|---|---|
|
rescanlog |
Boolean indicating whether the log has already been |
Return Values
None
Usage
Use this event to add custom actions immediately before the
transaction log is scanned for upload. The following events are triggered
while the upload stream is prepared, but before synchronization begins:
BeginLogScan, ProgressInfo, and EndLogScan.
If this is the first time the transaction log has been scanned for
this synchronization, the rescanlog value is false; otherwise it is true.
The log is scanned twice when the MobiLink synchronization server and
dbmlsync have different information about where scanning should
begin.
See also