MobiLink users, publications, and subscriptions can be configured to use Microsoft ActiveSync.
Prérequis
There are no prerequisites for this task.
Contexte et remarques
This information is only applicable if you are using Microsoft ActiveSync.
Select a synchronization type (TCP/IP, TLS, HTTP, or HTTPS).
The synchronization type can be set for a synchronization publication, for a synchronization user, or for a synchronization subscription. It is set in a similar manner for each. Here is part of a typical CREATE SYNCHRONIZATION USER statement:
CREATE SYNCHRONIZATION USER SSinger TYPE tcpip ... |
Supply an address clause to specify communication between the MobiLink provider for Microsoft ActiveSync and the MobiLink server.
For HTTP or TCP/IP synchronization, the ADDRESS clause of the CREATE SYNCHRONIZATION USER or CREATE SYNCHRONIZATION SUBSCRIPTION statement specifies communication between the MobiLink client and server. For Microsoft ActiveSync, the communication takes place in two stages: from the dbmlsync utility on the device to the MobiLink provider for Microsoft ActiveSync on the desktop computer, and from the desktop computer to the MobiLink server. The ADDRESS clause specifies the communication between MobiLink provider for Microsoft ActiveSync and the MobiLink server.
Exemple
The following statement specifies TCP/IP communication to a MobiLink server on a computer named kangaroo:
CREATE SYNCHRONIZATION USER SSinger TYPE tcpip ADDRESS 'host=kangaroo;port=2439'; |
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |