Please check the following configuration steps
1. User trying to connect to SQL Server is not sensitive and can be
delegated (By default all users are not sensitive, so you do not need to set
anything).
2. MDAC version on the client machine should be 2.6 or more.
3. You should setup SPNs for both the SQL Servers.
4. Use sp_addlinkedsrvlogin on the first linked server to impersonate the
clients.
5. Check whether the Service account of the first SQL Server is trusted for
delegation to the Linked Server service. Since your domain is rised to 2003
level, you can use Constrained delegation. If you have the SPN setup for the
account, then you will see a delegation tab in the user account properties
in AD. To start with, set "Trusted for delegation" to all servers and then
tighten it using constrained delegation.
If you configure above steps, you should be fine. If you still face problems
then, check whether Kerberos protocol is woking on both the hops
independently. If you can use Kerberos protocol, then the problem is with
delegation. Then check whether first SQL Server is configured to impersonate
the clients and then check the delegation attributes in AD.
Thanks,
Bala Neerumalla.
--
This posting is provided "AS IS" with no warranties, and confers no
rights.
[quoted text, click to view] "User needing help" <anonymous@discussions.microsoft.com> wrote in message
news:12df201c3f6fd$4a694e80$a001280a@phx.gbl...
> Can someone please give me step by step instructions for
> setting up two SQL servers to use security account
> delegation. Please leave out nothing. I've been working
> on this for a week and still get "Error 18456: Login
> failed for user 'NT AUTHORITY\ANONYMOUS LOGON'." I've
> setup SPN for both SQL accounts (i.e. setspn -A
> MSSQLSvc/SQLServer.domain.com:1433 SQLserviceaccount).
>
> One thing I'm not entirely clear on is what should I have
> on the delegation tabs for the service account and the
> computer accounts. Please also let me know about aby
> gotchas I may have overlooked.
>
> I'm running a Windows 2003 domain (Forest and domain are
> 2003)
>
> Any help would be greatly appreciated. Thanks