Collection Contents Previous Next PDF

MobiLink Administration Guide

MobiLink Synchronization Server Options

MobiLink synchronization server

dbmlsrv9 options

-x option

Function 

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

Syntax 

dbmlsrv9 –c "connection-string" 
  –x protocolprotocol-options ]...

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

Description 

Specify communications protocol through which to communicate with client applications. The default is TCPIP with port 2439.

Note for UltraLite users 
If you are using an UltraLite Java application and you are using TLS security, the syntax of -x is slightly different. For details, see Using transport-layer security.

The allowed values of protocol are as follows:

Optionally, you can also specify network protocol options, in the form option=value. You should separate multiple options with semicolons. Which options you specify depends on the protocol you choose.

Examples 

The following command line sets the backlog size to 10 connections.

dbmlsrv9 -c dsn=asa90sample;uid=DBA;pwd=SQL -x http(backlog=10)

Collection Contents Previous Next PDF