Active Directory Group in SQL Server 2005 SP3 Server
I have a SQL Server 2005 SP3 server that will not allow Active directory
group users to login. I get this in the event log (names and addresses
changed to protect the innocent):
Login failed for user 'DOMAIN\user'. [CLIENT: 1.1.1.1].
However on my other SQL Servers (all have SP2), it works perfectly. I just
create the login as the Domain group, and assign its appropriate roles.
Is there something different in SP3? I am not sure if this worked prior to
the upgrade, as we never used groups with this server until now, so it is
possible this problem is specific to that server.
.
Relevant Pages
- Re: SQL2005: Cannot connect error 11001
... The famous Windows Firewall (turned on my Server from which I'm trying to ... Exception Details: System.Data.SqlClient.SqlException: Login failed for user ... Try starting the SQL Server ... if you changed the port ... (microsoft.public.sqlserver.connect) - gdm hangs
... gdm will hang 9 of 10 times when logging out. ... with or without the client having been connected to the Server. ... # Timed login, useful for kiosks. ... Must output the chosen host on stdout, ... (Debian-User) - Re: error logging on SQL 2008
... I was, though, hoping for some more recognizable Reason for that error (state 11, " Token-based server access validation failed with an infrastructure error. ... Suggests that state 11 means "Valid login but server access failure", which doesn't really seem to rhyme with your description. ... How can you login to your SQL Server and use that tool if you can't log into your SQL Server? ... at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject) ... (microsoft.public.sqlserver.server) - Re: Clearer version of my earlier question re sp_grantlogin and sp_grantdbaccess
... > file while you do changes, so the script file in the end contains the ... >> Server, doesn't have the right to grant DB access to Domain Groups. ... > Tibor Karaszi, SQL Server MVP ... >> site where they let me login as Domain Admin. ... (microsoft.public.sqlserver.msde) - Re: SQL 2005 Express setup
... Connect to your SQL Server Instance, ... Double click on the Login that you want to add to the "sysadmin" server role or right click on it and choose properties from the popup menu, ... Login is a member of the "sysadmin" fixed server role now. ... (microsoft.public.sqlserver.setup) |
|