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

SAP Sybase SQL Anywhere 16.0 » MobiLink - Getting Started » MobiLink tutorials » Tutorial: Introducing MobiLink

 

Lesson 6: Choosing MobiLink server options

This lesson shows you how to choose options that are later used to run the MobiLink server when you deploy your synchronization model.

Prerequisites

This lesson assumes you have completed all preceding lessons. See Lesson 1: Setting up a MobiLink consolidated database.

This lesson assumes that you have the roles and privileges listed in the Privileges section at the start of this tutorial: Tutorial: Introducing MobiLink.

 Task
  1. In the left pane of Sybase Central under MobiLink 16, expand mlintro_project » MobiLink Server Command Lines. If you are pormpted to save your synchronization model, click Yes.

  2. In the right pane, right click Default and select Properties.

  3. In the Default MobiLink Server Command Line Properties window, perform the following tasks:

    • Select the General tab. From the Verbosity dropdown list, select High (-v+).

    • Select the Advanced tab

    • Set the -dl option to true.

    • Set the -o option to mlsrv.mls.

    • Set the -zf option to true.

    • Set the -zu option to true.

    Note

    The -zf option should be used for debugging and development purposes only. This tutorial requires the -zf option so that you do not need to shut down the MobiLink server when adding new scripts to the consolidated database in a later lesson. The -zu+ option automatically adds new MobiLink users to the synchronization environment.

  4. Click OK.

Results

The options for running the MobiLink server when the synchronization model is deployed have been set.

 See also