Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Other SQL Server Topics (2005)
 Failed to connect to sql server

Author  Topic 

nastit
Starting Member

5 Posts

Posted - 2008-12-25 : 22:14:23
Dear All,

I installed wsus application, but while connecting to database, it got error "Failed to connect to sql server DBSERVER Login failed for user the user is not associated with a trusted sql server connection".

I already assign wsus server name on DBSERVER security login by server roles: public, dbcreater, security admin.

Domain\WSUSSERVER$

Kindly need your help.

Thanks,
NS

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-12-27 : 12:44:03
whats the authentication mode used for server?
Go to Top of Page

nastit
Starting Member

5 Posts

Posted - 2008-12-29 : 21:00:50
Windows authentication.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-12-30 : 00:46:23
and does a valid login exist in your server for this domain account? Also have you enabled mixed mode from surface area configuration manager?
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-12-30 : 01:07:38
Mixed mode authentication is not needed when you plan on using Windows authentication, such as Domain\WSUSSERVER$. Do not switch to mixed mode unless you need it. It's set to Windows only as the default for a reason.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -