I am trying to send an email of Stored Procedure results in SQL Server 2008, using the Database Mail.
However, I'm getting what seems to be an Active Directory error:
Msg 22050, Level 16, State 1, Line 0
Error formatting query, probably invalid parameters
Msg 14661, Level 16, State 1, Procedure sp_send_dbmail, Line 504
Query execution failed: Msg 15404, Level 16, State 19, Server Prod_Two, Line 1
Could not obtain information about Windows NT group/user, error code 0x5.
I am currently logging in to the db using a domain account, and I've already made the SQL Server Agent run under this
domain account.
What would be the steps needed to resolve the User error?
Thanks
However, I'm getting what seems to be an Active Directory error:
Msg 22050, Level 16, State 1, Line 0
Error formatting query, probably invalid parameters
Msg 14661, Level 16, State 1, Procedure sp_send_dbmail, Line 504
Query execution failed: Msg 15404, Level 16, State 19, Server Prod_Two, Line 1
Could not obtain information about Windows NT group/user, error code 0x5.
I am currently logging in to the db using a domain account, and I've already made the SQL Server Agent run under this
domain account.
What would be the steps needed to resolve the User error?
Thanks