vote up 0 vote down star

In SQL Server 2005 I have a maintenance plan set up to back up databases. I have a notify task. I am getting a blank email. The maintenance job history shows the error:

Could not generate mail report. An exception occurred while executing a Transact-SQL statement or batch.Supply either @id or @name.

I have set up database mail, I have enabled alerts in SQL Server Agent. I have set a default profile. I have restarted the agent.

Test emails from database email do work properly.

What do I do to troubleshoot and resolve this error?

flag

was there a question? – Mitch Wheat Mar 11 at 14:25
Mitch.. I'm sorry. Did I have to spell it out? The question is: WTF is this error? What does it mean? How can I resolve it? Oh wait, that was three questions wasn't it. Ok, single question. What do I do to troubleshoot and resolve this error? – PilotBob Mar 12 at 13:51
Hey PilotBob, did you know it pays to be nice to people that are trying to help you? Sarcastic remarks normally do not add to their motivation. – Coentje Mar 15 at 17:10
Yes, absolutely. I just felt that "was there a question" was also a bit sarcastic and I replied in kind. – PilotBob Mar 26 at 20:31

1 Answer

vote up 1 vote down check

Th first thing to do is bring up the Management Studio, expand the management node, right click on Database Mail and select Send Test E-Mail

Until this functionality is working properly, there is no point in trying anything else.

If you have not setup Database Mail, right click on the node and select Configure Database Mail

EDIT, (included comments into answer):


If that is working, It could be that the send alert section of your maintenance plan was not setup correctly. While it is possible to edit the failing plan, it may be easier to use the wizard to recreate the whole thing, paying particular attention to the notifications section - especially when other maintenance plans are working OK.

Others report (thanks Brent) that they have seen errors like this when maintenance plans are copied from server to server incorrectly, or when a SQL Server is upgraded.

link|flag
Noah... thanks. I did do that and it sends the test email without any problems or errors. I also have other maintenance plans that work fine and do not generate this error either. As I said, I am getting the email from this plan, it just also generates this error. I don't understand that at all. – PilotBob Mar 26 at 20:34
Have you tried to delete and recreate the maintenance plan? – Noah Mar 27 at 2:54
No, I guess I can try that. – PilotBob Mar 27 at 20:47
Yes, my best guess is that the send alert section of your maintenance plan was not setup correctly. While you could edit your current plan, it may be easier to recreate the whole plan, paying particular attention to the notifications section. – Noah Mar 28 at 20:52
I'd second Noah - there's likely a problem with the maintenance plan, and I'd try deleting it and recreating it - especially if other maintenance plans are working OK. I've seen errors like this when maint plans are copied from server to server incorrectly, or when a SQL Server is upgraded. – Brent Ozar Mar 29 at 23:10
show 1 more comment

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.