Link to home
Start Free TrialLog in
Avatar of Brogrim
BrogrimFlag for Ireland

asked on

SQL Server Login

I have a Microsoft SQL Server 2005 installation. I have always used windows authentication for login.

I use an ODBC to connect to the Front End PC's

All my logins are still listed but when I test the odbc's I am getting the following message.

How can I test the login?
Avatar of Aneesh
Aneesh
Flag of Canada image

Whats the error message ? are you able to login to the sql server with the specified user name and password ?
So, where's the error message?
Avatar of Brogrim

ASKER

I can login into the server engine, the message i get from my ODBC is

Connection failed
SQL State 28000
SQL Server Error : 18452

Microsoft ODBC SQL Server Driver SQL Server Login failed for user. The user is not associated with a trusted SQL Server connection.
In the ODBC configuration for that connection you need to check the Windows Authentication option and not provide a user and password.
Avatar of Brogrim

ASKER

I have checked the ODBC configuration and it as as you suggested.

My problem is that while logins are listed the users are no longer recognized in Windows Authentication , how can I check if the users are registered on the server?
Open SQL Server Management Studio and connect to the SQL Server instance and in the Security folder verify the Logins that are there. Should be the users that has permissions to connect.
ASKER CERTIFIED SOLUTION
Avatar of Aneesh
Aneesh
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Brogrim

ASKER

apologies on delay, too long a story