June 28, 2012 at 1:07 pm
Hello,
I have configured Database Mail and have created an email profile and operator to be used in a maintenance plan. When I send a test email message from SQL Server, the message goes through. No problems. However, when I include a Notify Operator Task and and the task gets executed, the email message is not sent and an error message is created in the log:
[364] The Messenger service has not been started - NetSend notifications will not be sent.
Can you help solve this problem? I am using Windows Server 2008 R2 and SQL Server 2008 R2.
Thanks.
June 28, 2012 at 1:10 pm
Can you verify if each of the steps in the following outline have been followed?
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
June 28, 2012 at 1:19 pm
Yes, I had those steps completed.
June 28, 2012 at 1:28 pm
i was under teh impression that NET SEND doesn't exist on vista or windows 7 machines; could that be the problem?
Lowell
June 28, 2012 at 1:38 pm
The SQL Server 2008 R2 (Standard Edition) is running on a Windows Server 2008 R2. So, is this feature on Windows Server 2008 R2?
June 28, 2012 at 1:46 pm
well the error you posted is related to NET SEND, and not database mail;
i think your mixing the two up a little bit, and
that NET SEND should not be checked in the alerts.
did you check to see if the mails are failing? the service might be fine, but the problems with the mail server itself?
SELECT
err.[description],
fail.*
FROM [msdb].[dbo].[sysmail_event_log] err
inner join [msdb].[dbo].[sysmail_faileditems] fail
ON err.mailitem_id = fail.mailitem_id
Lowell
June 28, 2012 at 1:54 pm
You are right, there is something wrong with the email server. The Net Send option is not checked. When I ran that script, I see this:
The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 1 (2012-06-26T11:41:05). Exception Message: Cannot send mails to mail server. (A recipient must be specified.). )
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply