Installing the Relay Server Components to IIS 6.x on Windows
After installing Sybase Unwired Platform, install the relay server component files to Microsoft IIS 6.x on Windows.
Prerequisites
Make sure Microsoft IIS 6.x is installed.
Task
Find the appropriate relay server ZIP file located on deployment edition of the installation media in /modules/relayserver, and copy it to your relay server system.
There are two versions:
for 32-bit operating systems use relayserver.zip (but the name may vary depending on the platform used)
for 64-bit operating systems, use
relayserver_x64.zip
The ZIP file contains the directory
\ias_relay_server
with two subdirectories,
\Client
and \Server, which contain the required executables and DLLs for the relay server.
Extract the ZIP file under the Web site home directory that you use for the relay server, typically, C:\Inetpub\wwwroot.
Create an application pool:
Start IIS Manager Console by opening a command prompt and running:
mmc %systemroot%\system32\inetsrv\iis.msc
Right-click Application Pools and create a new application pool, for example, RSOE_AP.
Right-click the application pool and select Properties to edit the properties for the outbound enabler application pool. Select the Performance tab, and unselect
Shutdown Worker Processes After Being Idle.
In the Recycling tab, unselect
Recycle Worker Processes (In Minutes).
Enable Relay Service Web Extensions in the IIS Manager Console:
Select the Directory tab to edit the properties of ias_relay_server. Set execute permissions to Scripts
And Executables.
Click Create under Application
Settings.
Select the application pool you created in step 3.
Under Web Service Extensions, allow both rs_server.dll and rs_client.dll to be run
as ISAPI.
Configure IIS for Unwired Platform device clients to communicate with relay server:
Run IIS admin scripts, which are located in \Inetpub\AdminScripts.
Run the following console commands:
cscript adsutil.vbs set w3svc/1/uploadreadaheadsize 0
iisreset
If you do not perform this configuration step, you see this error message:
Could not connect to the Server. Session did not complete.