After installing Sybase Unwired Platform, unzip the relay server component files to the Web site home directory, create an application pool, and enable the relay server Web extensions.
Prerequisites
Relay server binaries are included only in the deployment edition of Unwired Platform. Relay server requires Microsoft Internet Information Service 6.0.
-
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
- 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.
-
Unzip relayserver.zip 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 server 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 Server 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.