Maintains relay server state information across client requests and RSOE sessions and manages the log file used by the relay server. This utility is located in UnwiredPlatform_InstallDir\Servers\SQLAnywhere11\Mobilink\relayserver\IIS\Bin32\IAS_relay_server\Server.
Variable declaration:
rshost [option]+
Option | Description |
---|---|
-f <filename> | File name of the relay server configuration file. |
-o <filename> | File name to use for logging. |
-oq | Prevent popup window on startup error. |
-q | Run in minimized window. |
-qc | Close window on completion. |
-u | Update configuration of a running relay server. |
-ua | Archive the log file to <yymmdd><nn>.log and truncate. |
rshost –u –f rs.config
rshost -q -qc -f C:\Sybase\UnwiredPlatform\Servers\SQLAnywhere11\MobiLink\relayserver\IIS\Bin32\IAS_relay_server\Server\rs.config -o c:\Sybase\log\rs.log
For more information on the relay server host utility, see rshost utility in the SQL Anywhere documentation.