December 19, 2005 at 9:54 am
Hi experts,
I am in Server A and querying Server B from SQL query analyzer by : select * from [ServerB].[database name].[owner name].
.
I received error: Server is not configured for DATA ACCESS.
I checked server B and saw Server A is one of the linked server (under Linked Servers of Security). And under linked server properties=>server option, the data access is checked.
Then I run : exec sp_serveroption 'Server B', 'data access', 'true'
and I got another error message when I query the linked server:
Server: Msg 18456, Level 14, State 1, Line 1
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
What should I do now?
December 19, 2005 at 8:56 pm
You may have set up the linked server properly but did you set it up with a login using sp_addlinkedsrvlogin ?
That's required unless you allow anonymous logins and that should never be the case.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply