Welcome to SqlServer-QA.net Sign in | Join | Help

SQL Server Storage Engine & Tools (SSQA.net)

SQL Server Tools includes storage engine that includes a complete set of graphical tools and command prompt utilities that allow users, programmers, and administrators. SSMS, SSRS, SSIS & SSAS are most commonly used tools.
Error: An attempt was made to send an email when no email session has been established.

What to do when you get the error specified on the subject above?

You might get this error message from a job which will send email to an operator when it is completed. First thing to check whether a valid email has been mentioned in the operator. Also there are few other steps involved that involves restarting SQL Server Agent service, here it is:

  • In Management Studio, right-click on SQL Server Agent and select "Properties."
  • Click "Alert System"
  • Unclick "Enable mail profile"
  • Click "OK"
  • Right-click SQL Server Agent again and select "Properties."
  • Click "Alert System"
  • Re-click "Enable mail profile"
  • Click "OK"
  • Restart SQL Server Agent

Also look at the MS186358 article on MSDN to resolve the issue.

Posted: Tuesday, July 31, 2007 2:51 AM by SQL Master

Comments

SSQA.net - SqlServer-QA.net said:

What to do when you get the error specified on the subject above? You might get this error message from

# July 31, 2007 3:34 AM

Other SQL Server Blogs around the Web said:

What to do when you get the error specified on the subject above? You might get this error message from

# August 6, 2007 9:53 PM
Anonymous comments are disabled