February 28, 2008 at 6:10 pm
Hello room,
I have 3 window servers 2003 running in window virtual server 2005.
Server1 has 3 instances of sql 2005
-- SQLDev01
-- SQLDev02
-- SQLDev03
Server2 has 3 instance of sql 2005
-- SQLDev01
-- SQLDev02
-- SQLDev03
Serve3 has 3 instance of sql 2005
-- SQLDev01
-- SQLDev02
-- SQLDev03
The servers are running in DC.
The sql server was setup with Window authentication mode only.
I was unable to add the server 2 or 3 sql instances into my register server1\sqldev01.
steps:
1. Right click the database engine
2. Select New and Server Registration
3 Select the sql server name. eg: Server2\sqldev01.
Error msg: An error has occurred while establishing a connection to the server.
When connection to SQL Server 2005, this failure may be caused by the fact that under
the default setting SQL Server does not allow remote connections. (provider: SQL Network
Interfaces, error: 28 - Server doesn't support request protocol)
All the sql instances'services are running under domain user name.
e.g: sqladmin.
Thanks for the help.
February 28, 2008 at 6:38 pm
Can your virtual machines actually see each other at all? Simple ping test will verify that in short order.
What ports are the various instances listening on? You will probably need to specify the port in the connection details or ensure that SQL Browser is running on the server you are trying to connect to.
MARCUS. Why dost thou laugh? It fits not with this hour.
TITUS. Why, I have not another tear to shed;
--Titus Andronicus, William Shakespeare
February 28, 2008 at 8:23 pm
check this link, search "error: 28".
http://blogs.msdn.com/sql_protocols/archive/2005/12/22/506607.aspx
February 28, 2008 at 8:41 pm
The 3 servers can ping each other via ip address and computer names.
February 28, 2008 at 8:42 pm
I was trying to setup database mirroring and run into this issue 🙂
February 29, 2008 at 9:05 am
Do you have remote connection set to on on your server?
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
February 29, 2008 at 9:17 am
Hi,
Have you enabled remote connections using the Surface Area Configuration tool? Also, check what ports your named instances are listening on using SQL Server Configuration Manager tool.
Thanks,
Phillip Cox
MCITP - DB Admin
February 29, 2008 at 1:24 pm
Sugesh,
Can you more specifics and give the steps on setup remote connection.?
Thank you.
TJ
February 29, 2008 at 1:41 pm
Is TCP/IP enabled in SQL Server Configuration Manager per instance?
February 29, 2008 at 2:00 pm
Phillip,
Ops!! I have not enabled the remote connection on Surface Area Configuration tool.
Thank you for your valuable advice.
Regards,
TJ 🙂
March 1, 2008 at 3:05 am
Hi Edwin,
Excellent result and appreciate update!
Thanks,
Phillip Cox
MCITP - DBAdmin
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply