This lesson assumes you have completed all preceding lessons. See Lesson 1: Setting up your MobiLink consolidated database.
In this lesson, you start the MobiLink server (mlsrv12) using the -c option to connect to your consolidated database.
Run the following command to connect to your consolidated database:
mlsrv12 -c "DSN=cons" -zu+ -zs mlreplay_svr -x tcpip -ot mlsrv.mls -v+ -rp . |
The MobiLink server messages window appears.
Below is a description of each MobiLink server option used. The -ot and -v options provide debugging and troubleshooting information. These logging options are appropriate in a development environment. Typically, for performance reasons, -v is not used in production.
Option | Description |
---|---|
-c |
Precedes the connection string. |
-ot |
Specifies the message log file mlsrv.mls. |
-v+ |
Specifies what information is logged. Using -v+ sets maximum verbose logging. |
-rp |
Specifies the directory where synchronizations are recorded for playback. |
-x |
Sets the protocol used to listen for synchronization requests. |
-zs |
Sets a MobiLink server name. |
-zu+ |
Adds new users automatically. |
Proceed to Lesson 5: Setting up your MobiLink client database.
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |