Contents Index -ot option -pd option

MobiLink Synchronization Reference
  MobiLink Synchronization Client
    dbmlsync options

-p option


Function 

Disables logscan polling.

Syntax 

dbmlsync -p ...

Description 

In order to build an upload stream, dbmlsync must scan the transaction log. Usually it does this just before synchronization. However, when synchronizations are scheduled or when the sp_hook_dbmlsync_delay hook is used, dbmlsync by default scans the log in the pause that occurs just before synchronization. This behavior is more efficient because when synchronization begins the log is already at least partially scanned. This default behavior is called logscan polling.

Logscan polling is on by default but only has an effect when synchronizations are scheduled using scheduling options or when sp_hook_dbmlsync_delay hook is used. When in effect, polling occurs at set intervals; by default this is 1 minute, but it can be changed with the dbmlsync -pp option.

The default is to not disable logscan polling ( OFF).

This option is identical to dbmlsync -e p.

See also 

DisablePolling (p) extended option

PollingPeriod (pp) extended option

-pp option


Contents Index -ot option -pd option