|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Monday, May 20, 2013 7:10 AM
Points: 485,
Visits: 1,568
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, June 01, 2012 3:39 PM
Points: 1,
Visits: 2
|
|
Geoff, I have a DB Mail profile and account set up. I tested it and recieved an email. However, when I run the test script I get this error message. What am I missing?
"Msg 14636, Level 16, State 1, Procedure sp_send_dbmail, Line 107 No global profile is configured. Specify a profile name in the @profile_name parameter."
I was looking through the trigger for a place to define the profile name, but did not find anything.
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Monday, May 20, 2013 7:10 AM
Points: 485,
Visits: 1,568
|
|
You do not have a default mail profile set up.
select * from [msdb].[dbo].[sysmail_profile] select * from [msdb].[dbo].[sysmail_principalprofile]
Run to see your profile names and if any are set to default.
A "is_default" value of 1 is required.
Thanks.
|
|
|
|