Updating Relay Server Binaries for IIS on Windows

Update previously installed relay server binaries on Microsoft Internet Information Service (IIS), so they match the version used by the current version of Unwired Platform. Sybase recommends that you always keep binaries current.

  1. From the installation media, save the relevant relay server ZIP file to the relay server host:
    • For 32-bit operating systems, use relayserver.zip
    • For 64-bit operating systems, use relayserver_x64.zip

    The ZIP file contains the required executables and DLLs for the relay server.

    Note: These files are only available on the installation media for the deployment edition of Unwired Platform.
  2. Stop IIS and relay server, for example:
    C:\inetpub\wwwroot\ias_relay_server\Server > dbsvc -x SUPRelayServer
  3. Extract the ZIP file under C:\Inetpub\wwwroot\ to create the folder structure:
    C:\inetpub\wwwroot\ias_relay_server 
    C:\inetpub\wwwroot\ias_relay_server\Server 
    C:\inetpub\wwwroot\ias_relay_server\Client 
  4. Verify that all the DLL files copied under these folders are of the required version, for example, 11.0.1.2527.
  5. Restart the relay server service, for example:
    C:\inetpub\wwwroot\ias_relay_server\Server > dbsvc -u SUPRelayServer
  6. Check the relay server logs to make sure the first line reflects the new version. For information on where log files are output, see Log File Locations in the Troubleshooting guide.
    I. 2010-12-04 07:22:28. < 3160.- > iAnywhere Relay Server Version 11.0.1.2527 
    I. 2010-12-04 07:22:28. < 3160.- > 
    I. 2010-12-04 07:22:28. < 3160.- > Copyright © 2001-2009, iAnywhere Solutions, Inc. 
    I. 2010-12-04 07:22:28. < 3160.- > Portions copyright © 1988-2009, Sybase, Inc. All rights reserved. 
    I. 2010-12-04 07:22:28. < 3160.- > Use of this software is governed by the Sybase License Agreement. Refer to http://www.sybase.com/softwarelicenses 
    ...