Hi there, I'm trying to monitor my relay server instance with sql anywhere monitor. Unfortunately I'm not able to add the relay server farm as a ressource. The error coming up is a timeout due to an E/A read timeout error. I installed my relay server following the tutorial http://dcx.sybase.com/1200/en/relayserver/ml-relayserver-s-5692444a.html based on the relay server files which are supposed to be used for a relay server installation communicating with an afaria installation. Kind regards, Martin |
Let's get you binaries that all match up before we go any further. You can download the v1201.3726 SQL Anywhere EBF by browsing to http://downloads.sybase.com/swd/base.do.
Once you install the v1201.3726 EBF on top of an existing v1201 install, the %SQLANY12%\RelayServer\IIS directory should contain all the Relay Server binaries you are looking for. 2
Thanks! That one was easy. I copied the updated files and added entries to the IIS configuration. Monitoring works now.
(29 Jun '12, 03:59)
MartinKraemer
|
Exactly which files did you deploy to the Web Server? I don't think the instructions for Afaria mention the rs_monitor.dll, which is critical for the SQL Anywhere Monitor.
FWIW, the mentioned tutorial "Deploying the Relay Server components to Microsoft IIS 7.0 or 7.5 on Windows Server 2008/Windows Server 2008 R2 " does mentioned this DLL - and it's apparently not for Afaria:)
I deployed the monitor_rs.dll form my SQl Anywhere Installation in addition to those from afaria. I assumed this could work!
Forgetting about the SQL Anywhere Monitor, can you use a browser and specify the location of the rs_monitor.dll and get a status page? For example :
http://rdomarat-pc1040/rs1201/rs_monitor/rs_monitor.dll
Unfortunately calling the rs_monitor.dll via browser doesn't work. The server is simply not responding.
Can you browse to the rs_client.dll or rs_server.dll on the machine and get a status page?
Can you post the applicationHost.config file for you IIS server so we can see if things are configured properly?
What version and build of the Relay Server binaries are you using?
can't upload any file without 100 redemption points
I can't get any status page from one of those dlls.
I set up the relay server using those files provided by SQL Anywhere 12 installation and everything went well. I could monitor the relay server.
Version are different: RS files from SQL Anywhere 12 installation are in Version 12.0.1.3152 RS files from Afaria installation are in Version 12.0.1.3726
Assuming there is a version conflict, where can I get the admin and monitoring dll files in the newer version?