Lesson 6: Start the server and client

In this lesson, you start the MobiLink server and remote database.

Previously, you modified the download cursor script to download information related to one store. In this lesson, you specify the store by setting the remote ID to the store identifier.

 To start the MobiLink server
  1. At a command prompt, navigate to the folder where you created the synchronization model. (This is the root directory you chose in the first step of the Synchronization Model Wizard.)

    If you used the suggested directory names, you should navigate to the following directory: sync_ase\mlsrv.

  2. To start the MobiLink server, run the following command:

    sync_ase_mlsrv.bat "dsn=ase_cons;uid=sa;pwd=sa;"
    • sync_ase_mlsrv.bat   is the command file to start the MobiLink server.

    • dsn   is your ODBC data source name.

    • uid   is the user name you use to connect to the consolidated database (the default for Adaptive Server Enterprise is sa).

    • pwd   is the password you use to connect as sa.

    When this command runs successfully, the message MobiLink server Started appears in the MobiLink server messages window.

    If the MobiLink server fails to start, check connection information for your consolidated database.

 To start the remote database
  1. At a command prompt, navigate to the directory where the Deploy Synchronization Model Wizard created your remote database.

    If you used the suggested directory names, you navigate to the following directory: sync_ase\remote.

  2. To start your remote SQL Anywhere database, run the following command:

    dbeng12 -n remote_eng sync_ase_remote.db -n remote_db
    • dbeng12   is the database server used to start the SQL Anywhere database.

    • remote_eng   is the database server name.

    • sync_ase_remote.db   is the database file that is started on remote_eng.

    • remote_db   is the name of the database on remote_eng.

    When this command runs successfully, a SQL Anywhere database server named remote_eng starts and loads the database called remote_db.

 Set the remote ID
 Further reading