Comments
Sort by recent activity
Hi Bern,
The way it should work is that when you first run the client it registers the sqlresponse:// URL type. So when you get an email and click on the link it should fire up the client, connect to the alert repository then download and display the alert in question.
So when you click on the link it just opens "My Documents" yes? Presumably this is on a machine where you have run the client at least once? What OS are you running (Vista, XP, Win2k etc). / comments
Hi Bern,
The way it should work is that when you first run the client it registers the sqlresponse:// URL type. So when you get an email and click on the link it should fire up the client, connect...
:oops:
A late breaking fix has been added for final release [image] / comments
:oops:
A late breaking fix has been added for final release
There should be an error in the repository logs - which you can get from the system menu (click the icon top left of the client) / comments
There should be an error in the repository logs - which you can get from the system menu (click the icon top left of the client)
This is because your SQL Server's error log is long. Response needs to read the errorlog to look for various things. The only way to do this is sp_readerrorlog which reads the entire log every time - Response then ignores everything it saw before and looks at the remainder.
The way to avoid this would be to have a job that calls "sp_cycle_errorlog" periodically (e.g. daily - depending on how fast it grows). / comments
This is because your SQL Server's error log is long. Response needs to read the errorlog to look for various things. The only way to do this is sp_readerrorlog which reads the entire log every ti...
Sorry you've had problems - I believe there was an issue with the RC in that if it failed to contact a SQL Server for some reason then when the server came back up it didn't correctly restart the monitoring. This is fixed for the final release.
However could you send me the log files so I can have a quick check?
They are at this location C:\Documents and Settings\[user name]\Local Settings\Application Data\Red Gate\Logs or alternatively you can click on topmost left hand corner on the SQL Response client icon menu and then use 'Copy Alert Repository Log Files' - and send them to nigel.morse @ red-gate.com / comments
Sorry you've had problems - I believe there was an issue with the RC in that if it failed to contact a SQL Server for some reason then when the server came back up it didn't correctly restart the m...
Thanks - seems a reasonable request [image] I'll add this to the tracking system. / comments
Thanks - seems a reasonable request I'll add this to the tracking system.
Hi,
Such a button was on the plan, but sadly we didn't get to implement it in this version. / comments
Hi,
Such a button was on the plan, but sadly we didn't get to implement it in this version.
lewismoten wrote:
Does each person using SQL Alert client need to also license each server, or are the servers licensed with the repository itself that the clients connect to?
The servers are licensed with the repository and the client itself doesn't need a license / comments
lewismoten wrote:
Does each person using SQL Alert client need to also license each server, or are the servers licensed with the repository itself that the clients connect to?
The servers are ...
Hi Bern,
We've half done what you ask for final release - namely the CPU time and memory usage. Sadly I think we just ran out of time for the sorting [image] / comments
Hi Bern,
We've half done what you ask for final release - namely the CPU time and memory usage. Sadly I think we just ran out of time for the sorting