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 » MobiLink Client Network Protocol Options

trusted_certificates Next Page

url_suffix


Specify the suffix to add to the URL on the first line of each HTTP request sent during synchronization.

Syntax

url_suffix=suffix

The syntax of suffix depends on the type of Redirector you are using:

RedirectorSyntax of suffix
ISAPI

exe_dir/iaredirect.dll/ml/[server-group/]

where exe-dir is the location of iaredirect.dll.

NSAPI

mlredirect/ml/[server-group/]

where mlredirect is a name mapped in your obj.conf file.

Apachewhatever you chose in the Redirector's <location> tag in the httpd.conf file.
Servletiaredirect/ml/
M-Business Anywherewhatever you chose in the Redirector's <location> tag in the sync.conf file.
Protocols
Support notes
Default

The default is MobiLink.

Remarks

When synchronizing through a proxy or web server, the url_suffix may be necessary to find the MobiLink server.

Only some Redirectors support server groups. For details, see [external link] MobiLink Redirector Supported Web Servers.

For information about how to set this option when using the Redirector, see Configuring MobiLink clients and servers for the Redirector.

For information about how to set network protocol options with dbmlsync, see CommunicationAddress (adr) extended option.

For information about how to set network protocol options with UltraLite, see Network protocol options for UltraLite synchronization streams.

See also
Example

The following SQL statement creates a synchronization user called sales5322 that will synchronize over HTTPS. Assume that the MobiLink server runs behind the corporate firewall, and synchronization requests are redirected to it using the Redirector (a reverse proxy to an NSAPI web server). The MobiLink user will synchronize to the URL https://www.mycompany.com:80/mlredirect/ml/.

CREATE SYNCHRONIZATION USER sales5322
TYPE https
ADDRESS 'host=www.mycompany.com;port=80;url_suffix=mlredirect/ml/'