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

SQL Anywhere 10.0.1 » MobiLink - Server Administration » MobiLink Server Options

-wu option Next Page

-x option


Sets network protocol and protocol options for MobiLink clients. These are used by the MobiLink server to listen for synchronization requests.

Separately licensed component required

ECC encryption and FIPS-certified encryption require a separate license. All strong encryption technologies are subject to export regulations.

See Separately licensed components.

Syntax

mlsrv10 -c "connection-string" -x protocol[ protocol-options ] ...

protocol : tcpip | tls | http | https

protocol-options : ( option=value; ... )

Default

The default is TCPIP with port 2439.

Parameters

The allowed values of protocol are as follows:

You can also specify the following network protocol options, in the form option=value. You should separate multiple options with semicolons.

Example

The following command line sets the port to 12345:

mlsrv10 -c "dsn=SQL Anywhere 10 CustDB;uid=DBA;pwd=sql" -x tcpip(port=12345)

The following example specifies the type of security (RSA), the server certificate, and the password protecting the server's private key:

mlsrv10 -c "dsn=my_cons"
 -x tls(tls_type=rsa;certificate=c:\test\serv_rsa1.crt;certificate_password=pwd)