I have to servers, both have linked servers pointing to each other. The problem is that if an active directory user tries to query either server the message returned is:
Msg 18456, Level 14, State 1, Line 1
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
The security for both remote servers is setup as "be made using the login's current security context".
Any ideas how to fix it? The problem goes away when users connect with SQL logins, but I want them to start using windows authentication instead.
Luke