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 - Client Administration » Deploying ActiveSync and HotSync for UltraLite clients » HotSync on Palm OS

Debugging HotSync operations Next Page

Setting protocol options for MobiLink synchronization


Protocol options describe the connection from the UltraLite HotSync conduit to the MobiLink server. Typically you would add this information as part of the application's synchronization code. However, you can also enter the required parameters from HotSync, or even ulcond10.

If you are using the ul_sync_info structure, the argument has the following form:

stream=stream_name;parameters

stream_name indicates the type of network protocol. The default value for the stream_name is TCP/IP.

parameters is a set of network protocol options for use by the conduit, and has the same form as the stream_parms argument for the protocol in use. For the given stream, the parameters adopts the same defaults as the stream_parms argument for the protocol.

Note

If you do not supply protocol options, the conduit searches in the registry for the protocol name and protocol options that you may have also supplied when you ran ulcond10.

If HotSync finds no valid network protocol, the default protocol and protocol options are used. This default stream parameter setting is:

stream=tcpip;host=localhost
See also