Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / General / Security / May 2006

Tip: Looking for answers? Try searching our database.

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

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Byron - 30 May 2006 15:25 GMT
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.
Uri Dimant - 31 May 2006 12:32 GMT
Byron
Does the instance have Windows Authentication?

>I have been trying to create a linked server on a named instance to a
>default
[quoted text clipped - 32 lines]
>
> Thanks in advance for any help.
Byron - 31 May 2006 13:02 GMT
Yes, all the SQL servers use mixed authentication and I am a domain admin.

> Byron
> Does the instance have Windows Authentication?
[quoted text clipped - 35 lines]
> >
> > Thanks in advance for any help.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.