Re: Linked Servers
From: Sue Hoegemeier (Sue_H_at_nomail.please)
Date: 11/09/05
- Previous message: Dan Guzman: "Re: SQL 2005 dbo user issue"
- In reply to: Malcolm Klotz: "Linked Servers"
- Next in thread: Sophie Guo [MSFT]: "Re: Linked Servers"
- Reply: Sophie Guo [MSFT]: "Re: Linked Servers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 08 Nov 2005 20:30:53 -0700
Mapping each user context to what? Sounds like the users are
authenticated using their Windows credentials and mapping is
set to their credentials so for their AD accounts, the
setting for:
Account is sensitive and cannot be delegated
needs to be turned off or deselected.
The server also needs to be trusted for delegation.
You also need to check your protocols and listening ports.
The books online article:
Security Account Delegation
has all of the requirements. If you are running on SP3 or
higher, make sure you are referencing the updated help
topic. You can also find it here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/ad_security_2gmm.asp
-Sue
On Tue, 8 Nov 2005 12:21:17 -0500, "Malcolm Klotz"
<nonesuch23@online.nospam> wrote:
>Hello,
>
>I am having trouble with creating a linked server (as simple as it should
>be).
>My Setup:
>Server A: runs under a specific account, the account can be delegated, I
>have used setspn on this machine (as per BOL), I have also created a linked
>server to Server B (mapping each user context as they connect)
>Server B: runs under the same account (which can be delegated), I have not
>used setspn as I only want people to connect remotely from Server A.
>
>If I log onto Server A, run a query like select * from
>serverb.database.owner.table everything runs fine, I can connect remotely,
>now, here is the hitch:
>
>I work on Client machine C, when I try and run the same query that worked on
>server A, I get:
>
>Msg 18452, Level 14, State 1, Line 1
>Login failed for user '(null)'. Reason: Not associated with a trusted SQL
>Server connection.
>
>What am I doing wrong?
>
>Appreciate any insight into this
>
>Malcolm.
>
- Previous message: Dan Guzman: "Re: SQL 2005 dbo user issue"
- In reply to: Malcolm Klotz: "Linked Servers"
- Next in thread: Sophie Guo [MSFT]: "Re: Linked Servers"
- Reply: Sophie Guo [MSFT]: "Re: Linked Servers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|