In this lesson, you start the MobiLink server with the Notifier so that push notifications can be sent to devices.
Connect to your consolidated database.
Run the following command:
mlsrv12 -notifier -c "dsn=SIS_CarDealer_LP_DBLSN_CONDB" -o serverOut.txt -v+ -dl -zu+ -x tcpip |
The MobiLink server messages window appears. The Notifier indicates that it is ready to receive push notification requests from devices.
The following table describes the mlsrv12 options used in this lesson. The options -o and -v provide debugging and troubleshooting information. Using these logging options is appropriate in a development environment. For performance reasons, -v is typically not used in production.
Option | Description |
---|---|
-notifier |
Starts all enabled Notifiers for server-initiated synchronization. |
-c |
Specifies a connection string. See -c mlsrv12 option. |
-o |
Specifies the message log file serverOut.txt. See -o mlsrv12 option. |
-v+ |
Specifies what information is logged. Using -v+ sets maximum verbose logging. See -v mlsrv12 option. |
-zu+ |
Adds new users automatically. See -zu mlsrv12 option. |
-x |
Sets the communications protocol and protocol options for MobiLink clients. See -x mlsrv12 option. |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |