Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » MobiLink - Server-Initiated Synchronization » Setting Up Server-Initiated Synchronization » Device tracking

Setting up device tracking Next Page

Listener options for device tracking


The following dblsn options are used for device tracking.

Use -x, -u, and -w to specify how to connect to the MobiLink server. This is required if you are using device tracking so that the remote device can update the consolidated database if the address changes. These are also required if you want to send delivery confirmations to the consolidated database.

The -t+ option is recommended. With it, you can register the MobiLink user name of your remote database and use it when you address notifications instead of addressing the MobiLink user name of the Listener database. You only need to do this once.

For more information about Listener options, see Listener syntax.

Example

The following one-line command starts the Listener with device tracking.

dblsn -l "subject=sync;action='run dbmlsync.exe -c dsn=rem1'"
 -x tcpip(host=MLSERVER_MACHINE) -t+ user1 -u remoteuser1

Stopping device tracking