Re: multiple-step ole db operation generated errors? (Member of proble
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Thu, 29 May 2008 14:33:38 -0700
Hidarisei (Hidarisei@xxxxxxxxxxxxxxxxxxxxxxxxx) writes:
I get this error when I run my ado query object which in turn runs a
stored proc.
Unfortunately, that's a very generic error, and it can be quite difficult
to say what is going on. Could you post the ADO code as well, in case
that could give a clue?
CREATE PROCEDURE sp_InsertUserLogonDateTime
Generally, you should not call your stored procedures sp_something, as
this prefix is reserved for system procedures. Whether this has anything
to do with your issue, I don't know, but try renaming to rule out the
possibility.
SQLServer is installed on the system where the domain controller/active
directory is.
There is a strong recommendation that you should not run SQL Server on
domain controllers. Again, I don't know if this has anything to do with
your issue. I would not really think so, but I cannot rule it out.
Everything is fine if I set each user to be a member of the builtin
administrator group of the server. But if I set the user to be only a
member of the Domain Users group, or any other groups, I get this error
msg.
And you granted Domain Users access to this procedures?
Which version of SQL Server are you using?
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- Follow-Ups:
- Prev by Date: Re: xp_logevent and service broker queues
- Next by Date: Re: xp_logevent and service broker queues
- Previous by thread: xp_logevent and service broker queues
- Next by thread: Re: multiple-step ole db operation generated errors? (Member of pr
- Index(es):
Relevant Pages
|