Msg 15404: Could not obtain information about user
- From: Local Government System Inc <lgsystem@xxxxxxxxxxxxxxxx>
- Date: Thu, 15 May 2008 18:25:01 -0700
Hello,
We have two build servers running Windows Server 2003 R2 SP2 and default
instances of SQL Server 2005 SP2, I'll refer to them as ServerA and ServerB.
Both servers are members of our only domain (MyDomain) and each SQL service
runs as a domain account (ServerASqlUser and ServerBSqlUser) which is a
member of the default group Domain Users only.
Until recently a service on both servers, running as a Domain Admin user
BuildAdmin, would regularly execute database create and load scripts.
BuildAdmin is also a member of the sysadmin role on both servers. This works
fine.
This week the daemon running as BuildAdmin was changed to run as a new user,
BuildUser, which is a member of Domain Users only. BuildUser was also added
to the sysadmin role on both SQL servers. However this fails now on both
servers.
During the load script, a trigger created 'WITH EXECUTE AS OWNER', is
failing with the following message:
Msg 15404, Level 16, State 19, Procedure MyTable_MyUpdateTrigger, Line 0
Could not obtain information about Windows NT group/user
'MYDOMAIN\BuildUser', error code 0x5.
This is odd because the daemon is connected to SQL and running the create
and load script as MYDOMAIN\BuildUser and I have verified that
MYDOMAIN\BuildUser is the db_owner of the database. The servers have been
restarted. The two domain controllers have been restarted. I have added
BuildUser to each build servers' local Administrators group. Nothing helps.
Can you please advise what may be causing this or what else I can do to
further track and debug this issue to find a solution?
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
- Prev by Date: Permission
- Next by Date: RE: Msg 15404: Could not obtain information about user
- Previous by thread: Permission
- Next by thread: RE: Msg 15404: Could not obtain information about user
- Index(es):
Relevant Pages
|
|