In this lesson, you start the MobiLink server with the Notifier so that push notifications can be sent to devices.
Prérequis
This lesson assumes you have completed all preceding lessons. See Lesson 1: Setting up the consolidated database.
This lesson assumes that you have the roles and privileges listed in the Privileges section at the start of this tutorial: Tutorial: Configuring server-initiated synchronization using light weight polling.
Connect to your consolidated database.
Run the following command:
mlsrv16 -notifier -c "dsn=SIS_CarDealer_LP_DBLSN_CONDB" -o serverOut.txt -v+ -dl -zu+ -x tcpip |
The following table describes the mlsrv16 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 mlsrv16 option. |
-o |
Specifies the message log file serverOut.txt. See -o mlsrv16 option. |
-v+ |
Specifies what information is logged. Using -v+ sets maximum verbose logging. See -v mlsrv16 option. |
-zu+ |
Adds new users automatically. See -zu mlsrv16 option. |
-x |
Sets the communications protocol and protocol options for MobiLink clients. See -x mlsrv16 option. |
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |