August 20, 2003 at 1:34 am
I am trying to send qry results(say 10 records) with xp_sendmail using the following
EXEC master.dbo.xp_sendmail 'myemail@domain.com',
@query = 'Select TestNumber from testtable'
then I get
ODBC error 8198 (42000) Could not obtain information about Windows NT group/user 'WORKGR\Spaski'.
We use Windows authentication and xp_sendmail works fine without a qry
Is this a security problem or setup problem. I have rights on the spesific table.
Regards
Spaski
August 20, 2003 at 6:46 am
Try using the three part naming for your table (databasename.owner.tablename).
Joseph
August 20, 2003 at 6:57 am
Nope stil the same error
August 20, 2003 at 7:28 am
Is your domain a native Windows 2000 domain with some Windows NT server?? If yes, take a look at this:
Is your account local to the SQL Server machine or a domain account?
When you run xp_logininfo, what do you get?
Joseph
August 20, 2003 at 7:57 am
This could be it. We do have a supercomputer with NT4(why I don't know), but thanks will check out the KB article.
Regards
Spaski
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply