May 17, 2013 at 11:37 am
We recently upgraded from 2008 to 2008 R2. The triggers worked in 2008, but after upgrading to 2008 R2, the triggers throw errors in the program. This did not happen in the past. The error that is received:
Error Code: 14607
Error Message: SQLSTATE = 42000
Microsoft SQL Native Client
profile name is not valid
May 17, 2013 at 11:41 am
And the trigger definition looks like....
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 17, 2013 at 11:55 am
Looks to me like database mail isn't properly configured under 2008 R2. Just a guess based on the error posted, but Gail is right, we need to see the trigger causing the error to know for sure.
May 17, 2013 at 12:14 pm
Agreed the error about the profile is the giveaway about database mail.
take a look at this thread and solution i posted a while ago to Script Out your database mail settings;
if you know the SMTP password, it makes the migration extremely easy from one server to another:
http://www.sqlservercentral.com/Forums/FindPost982744.aspx
Lowell
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply