views:

205

answers:

3

We have an access front-end tied to a sql server 2005 back end. We have no trouble with any users accessing the interfaces with the exception of one. When trying to interact with the interfaces we get a SQL Server Connection Error telling us that the user is not associated with the trusted sql server connection. We are use mixed mode authentication so that is not the problem. We also thought it may be the computer itself, but the user gets the same error on multiple computers. Any suggestions?

A: 

Have you verified the actual account that is connecting? I've found on several occasions the authenticating account is a service account or something other than I intended. Include the intended domain to be sure. I've been caught by local admin vs domain admin as well.

Also fire up the SQL profiler and see what transactions are actually taking place.

Rob Elliott
+1  A: 

Unexpected characters in the username?

sangretu
no there is not
gary A.K.A. G4
A: 

Where we see it the user password has changed after login.

Fix: log out and back in. Or lock the PC and unlock.

This way, you re-auth against AD and the NT login token is refreshed/renewed.

gbn