How can we help you today? How can we help you today?
broughtie
Ok, having access to the logs is nice, but even that info isn't helping me get email sent. Here is the error in the log: 10:43:42.971|Error |AlertRepository |8 |Error sending test email|System.Net.Mail.SmtpException: Transaction failed. The server response was: 5.7.1 <kevin.broughton@elmlocating.com>: Sender address rejected: Access denied at System.Net.Mail.RecipientCommand.CheckResponse(SmtpStatusCode statusCode, String response) at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception) at System.Net.Mail.SmtpClient.Send(MailMessage message) at e.a(a , RepositoryConfiguration , Boolean ) at e.a(String , RepositoryConfiguration , String& ) I've checked and rechecked my settings for SMTP Host, Port, Account User Name, Password, Send From Name, and Test Email address and they are all correct. I have other server software using the same email values fine, in addition the same values work in MS Outlook without problem. Based on the error message above, where do you suppose the problem lies? P.S. I also have SQL Backup and I'm using the exact same email values in SQL Response as I am in SQL Backup. I copied and pasted all of them except the password which I retyped into both programs. SQL Backup can sent a test email, SQL Response still can't. / comments
Ok, having access to the logs is nice, but even that info isn't helping me get email sent. Here is the error in the log: 10:43:42.971|Error |AlertRepository |8 |Error sending test email|Syst...
0 votes
I'm getting this same error and it also appears to be happening on frequently run jobs. I just download and installed SQL Response yesterday and I'm running version 1.0.0.1596. / comments
I'm getting this same error and it also appears to be happening on frequently run jobs. I just download and installed SQL Response yesterday and I'm running version 1.0.0.1596.
0 votes
I also have seen a negative job duration in SQL Response, but that isn't what reality reflects in the SQL Agent logs. Haven't seen in this thread the reason for the negative duration. / comments
I also have seen a negative job duration in SQL Response, but that isn't what reality reflects in the SQL Agent logs. Haven't seen in this thread the reason for the negative duration.
0 votes
I currently use SQL Sentry to monitor our SQL servers, and although the product has a number of nice features, the section that monitors SQL Agent jobs is the part I use the most and if RedGate SQL Response if powerful enough, I'd probably dump SQL Sentry for SQL Response. If if only managing a single server, I still see the ability to configure incidents as one of the most important features. In the current beta of SQL Response, its a bit of a mystery what "incidents" are even being monitored. It would be nice to be able to pull up a list of all possible incidents and be able to configure each one (turn on /off, set default monitoring thresholds, etc). Specific to the topic of this thread, I thing every incident type need to be configurable for each object covered by that incident type. For example, lets look at the "Long Running Query" incident. Lets say I have three jobs setup in SQL Agent that execute some code. Job 1 runs continuously and never ends, Job 2 runs for about 3 seconds every 10 minutes, and Job 3 runs for about 15 minutes once a day. Now for each of these jobs, I'm going to want to configure individually how "Long Running Query" is defined. Job 1 shouldn't even be included in this incident type, Job 2 should be considered long running if it runs for more than 30 seconds, and Job 3 shoudl be considered long running if it runs for more than 20 minutes. Now no one is going to want to have to configure each incident for every object as part of the setup since that would be daunting in many environments, and the is where the concept of default values for an incident type come into play. Perhaps I can define "long running query" to be anything that take more than 10% of the average execution time. Or maybe anything that runs for more than 30 seconds. These defaults might cover 90% of my objects, and I could then go into individual objects and make specific adjustments for those objects that differ from the default. / comments
I currently use SQL Sentry to monitor our SQL servers, and although the product has a number of nice features, the section that monitors SQL Agent jobs is the part I use the most and if RedGate SQL...
0 votes
I would also concur that adding an "Agent not running" incident would be a nice addition to the feature set. / comments
I would also concur that adding an "Agent not running" incident would be a nice addition to the feature set.
0 votes