The Redirector has been deprecated. In its place, use the Relay Server. See Synchronizing through a web server with the relay server.
If you are using a Microsoft web server, you can use the ISAPI version of the Redirector.
For information about version support, see SQL Anywhere Supported Platforms and Engineering Status.
To configure ISAPI Redirector for Microsoft web servers
Complete the steps in Configuring Redirector properties (for Redirectors that support server groups).
Copy the file iaredirect.dll to Inetpub\scripts on the computer that holds the web server.
The file iaredirect.dll is installed with the MobiLink server, in MobiLink\redirector\IIS5 under your SQL Anywhere installation directory.
The directory Inetpub\scripts is in the Microsoft web server installation directory.
If your web server is on a separate computer from the Redirector, you must copy the following files to that computer and ensure that they are in your path. What files you need depends on what, if any, encryption you are using.
The following file locations are relative to your SQL Anywhere installation directory:
Setup | Files required |
---|---|
All |
|
ECC encryption |
|
RSA encryption |
|
RSA encryption with FIPS |
|
1 For German, Japanese, and Chinese editions, substitute en with de, ja, and zh, respectively.
For information about how to change the language, see Understanding the locale language.
To test your configuration
Call the ISAPI Redirector using the following syntax:
protocol://host[:port]/exec_dir/iaredirect.dll/ml/ |
where:
protocol is http or https.
host is the host name of the web server.
port is the port on which the web server is listening, if it is not the default port.
exec_dir is the directory where you installed the Redirector DLL, iaredirect.dll. The default directory is scripts.
For example,
http://server:8080/scripts/iaredirect.dll/ml/ |
Check the log file to see if the Redirector logged a request.
Note: This test does not make a connection to the MobiLink server.
If your configuration is not successful, check the following:
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |