Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » Relay Server » Introduction to the Relay Server

 

Relay Server status page

The Relay Server status page provides the following information:

Empty status page

An empty status page may indicate that there is a configuration issue preventing the extension from generating the page. Make sure that the rshost process has been started and that the web server worker has permission to access the shared memory created by the rshost process. To troubleshoot configuration issues, start rshost manually and check the log file.

The frequency of the backend server status page auto-refresh is set using the ias-rs-status-refresh-sec query parameter of the Outbound Enabler.

Enables periodic backend server status requests. The status_url parameter is specified in the format status_url=/your-status-url ias-rs-status-refresh-sec=n. A value of 0 turns auto-refresh off.

The following example shows how to specify status_url with -cs and set auto-refresh to be 20 seconds.

-cs "host=localhost;port=80;status_url=/getstatus/ ias-rs-status-refresh-sec=20"

Use the -d option to specify the frequency of the backend server status requests.

The URL for a typical status page is http://MyHost:80/ias_relay_server/server/rs_server.dll for Microsoft IIS and http://MyHost:80/srv/iarelayserver for Apache.

 Additional status pages