Re: Can't created a linked server on a named instance to default insta



Byron
Does the instance have Windows Authentication?



"Byron" <Byron@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:CB90A676-83FF-41CC-9C04-221920F998FF@xxxxxxxxxxxxxxxx
I have been trying to create a linked server on a named instance to a
default
instance using intergrated security. It seems to work fine from a default
instance to any other SQL instance, including a named instance, but any
time
I create the linked server on the named instance a call to the linked
server
fails with the error:

Msg 18452, Level 14, State 1, Line 1
Login failed for user '(null)'. Reason: Not associated with a trusted SQL
Server connection.

All servers are running SQL Server 2000 and the only difference in the
installation besides the fact one is named, is that the named instance is
SP4
and all others are SP3.

From a default instance the following works fine:

sp_addlinkedserver 'ORDEV01'
ORDEV01.Master.dbo.sp_helpdb

and the following to a named instance works as well:

sp_addlinkedserver 'LOU\Master'
[LOU\Master].Master.dbo.sp_helpdb

But if I try to created a linked server on the name dinstance LOU\Master I
get the error:

Msg 18452, Level 14, State 1, Line 1
Login failed for user '(null)'. Reason: Not associated with a trusted SQL
Server connection.

Thanks in advance for any help.


.



Relevant Pages

  • login fails when connecting to named instance from different subnet
    ... I have a default instance and a named instance of SQL ... Server 2000 on the same PC running NT server. ... the "Test Connection" button is able to connect ...
    (microsoft.public.sqlserver.security)
  • Cant connect to named instance across subnets
    ... I have a default instance and a named instance of SQL ... Server 2000 on the same PC running NT server. ... the "Test Connection" button is able to connect ...
    (microsoft.public.sqlserver.security)
  • Re: Setting up Linked server to MsAccess
    ... I'm running SQL Server\Express in "Windows Authenication Mode" (Do I have to ... they are accessing my MS Access linked server? ... Containing folders with MSAccess Database X.mdb ... SQl Express has linked server X mapped via UNC to Database X.mdb ...
    (microsoft.public.sqlserver.security)
  • Re: Adding a server instance to SQL 2005
    ... You would not being adding the named instance. ... SQL Server MVP ... then install the OEM version and that would add their instance to the one I ...
    (microsoft.public.sqlserver.tools)
  • Re: SQL Management Studio will not connect to x64 bit SP2 server
    ... Management studio communicates over the port that SQL is listening on. ... Management Studio on the x64 bit server with named instance. ...
    (microsoft.public.sqlserver.connect)