Remote Connection Windows Authentication Error

  • Trying to connect to a remote database using SSMS and Windows Authentication.

    Server Type : Database Engine

    Server Name: 192.168.1.100,1433

    Authentication: Windows Authentication

    generates error:

    Login failed for user "". The user is not associated with a trusted SQL Server Connection. ....Error:18452

    What am I doing wrong?

  • Did you try googling?

    - Check whether mixed authentication is enabled on your remote server.

    - Check whether the windows user has rights to connect to that server.

    and do google it..

    -Vikas Bindra

  • Yes of course, I googled...a lot!

    Mixed mode would not work, so I had to setup an account and that worked. Still have no answer why windows authentication failed..but no matter now.

  • Stupid question:

    Is the user account configured in SQL Server as login and as user for the database?

    Did you try to connect locally with the windows account?

    Greets

    Flo

  • This worked as designed. Windows Authentication will not work for remote access. It worked fine using a userid/pwd.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply