RE: Msg 15404: Could not obtain information about user
- From: Local Government System Inc <lgsystem@xxxxxxxxxxxxxxxx>
- Date: Tue, 20 May 2008 19:40:08 -0700
Hi Charles,
The SQL services are definitely configured to run as MYDOMAIN\ServerASqlUser
and MYDOMAIN\ServerBSqlUser. There are definitely no local users of the same
name on the servers.
These two users are members of MYDOMAIN\Domain Users, a security group that
seems to automatically exist on all new domains and all new users are
normally automatically a member of.
I have changed the trigger causing the error to be defined as:
CREATE TRIGGER [dbo].[MyTable_MyUpdateTrigger]
ON [dbo].[MyTable] WITH EXECUTE AS OWNER AFTER UPDATE AS
SELECT 1
And the error still ocurs.
I have compiled the minimum script necessary to reproduce the error on my
servers and emailed it to you.
Thanks for your persistence.
Regards,
--
Jason
.
- Follow-Ups:
- RE: Msg 15404: Could not obtain information about user
- From: "Charles Wang [MSFT]"
- RE: Msg 15404: Could not obtain information about user
- From: "Charles Wang [MSFT]"
- RE: Msg 15404: Could not obtain information about user
- References:
- Msg 15404: Could not obtain information about user
- From: Local Government System Inc
- RE: Msg 15404: Could not obtain information about user
- From: "Charles Wang [MSFT]"
- RE: Msg 15404: Could not obtain information about user
- From: Local Government System Inc
- RE: Msg 15404: Could not obtain information about user
- From: "Charles Wang [MSFT]"
- RE: Msg 15404: Could not obtain information about user
- From: Local Government System Inc
- RE: Msg 15404: Could not obtain information about user
- From: "Charles Wang [MSFT]"
- Msg 15404: Could not obtain information about user
- Prev by Date: Re: Trying to set up a SQL Server Agent Account and I hit a wall....
- Next by Date: Re: Application error event every minute on MSSQLSERVER : "Failure Audit: Login failed for user 'NT AUTHORITY\SYSTEM' [Client: <local machine>]
- Previous by thread: RE: Msg 15404: Could not obtain information about user
- Next by thread: RE: Msg 15404: Could not obtain information about user
- Index(es):
Relevant Pages
|