Re: Linked Server Connection Problem
- From: v-sguo@xxxxxxxxxxxxxxxxxxxx (Sophie Guo [MSFT])
- Date: Fri, 02 Sep 2005 05:19:39 GMT
Hello,
This issue can be resolved as follows:
Use SQL authentication to connect to the SQL server from the client, and
set the domain account used to start SQL Server to have permissions in the
shared folder
on the machine where the data is located.
or
Establish a SPN for your domain account which will enable Kerberos
authendication:
1. Load the Active Directory Users and Computers MMC snap-in.
2. In the Active Directory Users and Computers snap-in, select the
Computers container.
3. Select the Windows 2000 machine running SQL Server, then right-click and
select Properties
4. Under the General Tab, check the "Select Trust computer for delegation"
checkbox, then OK.
5. Configure the SPNs for the MSSQLSvc process on the SQL Server box.
Someone log in with domain admin permissions needs to use it to run the
following commands:
setspn -A MSSQLSvc/<fully qualified domain name for SQL Server
machine>:<SQL Server
port #(1433 by default)> <domain account name for account SQL server
service runs
under>
Example:
setspn -A MSSQLSvc/mysqlserver.myactivedirectory.domain.com:1433
mydomainaccount
Anyone, whether or not a domain admin can display the spns like this, this
doesn't have to be run on the SQL Server machine, just a machine on the
domain.
Setspn -L <domain account name for account SQL server runs under>
For example,
Setspn -L ssrvacct
MSSQLSvc/chinagrove2kSQL.jimsau.ms.com:1433
These steps are for running SQL Server under a domain account. For more
information, refer to below article:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/ad
_security_2gmm.asp
I hope the information is helpful.
Sophie Guo
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- Re: Linked Server Connection Problem
- From: J . H . Chrysler
- Re: Linked Server Connection Problem
- From: J . H . Chrysler
- Re: Linked Server Connection Problem
- References:
- Re: Linked Server Connection Problem
- From: Sophie Guo [MSFT]
- Re: Linked Server Connection Problem
- From: J . H . Chrysler
- Re: Linked Server Connection Problem
- Prev by Date: Re: Determining Fully Qualified Name for Linked Servers
- Next by Date: Re: Linked Server Connection Problem
- Previous by thread: Re: Linked Server Connection Problem
- Next by thread: Re: Linked Server Connection Problem
- Index(es):
Relevant Pages
|