Once a Relay Server farm has been properly configured, a client connects to the Relay Server farm using the following URL:
http://<Relay Server client extension URL>/<farmname>
Option | Description |
---|---|
<Relay Server client extension URL> |
For Microsoft IIS on Windows, <domain name><relayserver.sybase.com>/ias_relay_server/client/rs_client.dll For Apache on Linux, <domain name>/cli/iarelayserver Use relayserver.sybase.com as the <domain name> if you are using the publicly available Sybase Hosted Relay Service. For information about subscribing to the service as well as instructions for setting up your back-end servers, see Using the Sybase Hosted Relay Service. |
<farmname> | Identifies the back-end farm (a group of back-end servers) that Relay Server forwards the client request to. |
A SQL Anywhere MobiLink client should specify the following options to connect to server farm F1:
-e "ctp=http; adr='host=relayserver.sybase.com; url_suffix=/rs/client/rs_client.dll/F1'" |
For HTTPS, change http
to https
.
An UltraLite/UltraLiteJ MobiLink client should set the following properties in the ULSyncParms class to connect to server farm F1:
Set the stream type to HTTP or HTTPS.
Set the stream parameters to the following:
"host=relayserver.sybase.com;url_suffix=/rs/client/rs_client.dll/F1" |
A QAnywhere client should specify the following options to connect to server farm F1:
-x "http(host=relayserver.sybase.com;url_suffix=/rs/client/rs_client.dll/F1" |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |