![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I will try to keep this as concise as possible. I am trying to set up a new SQL Server 2005 Express server. The OS is Windows XP Pro SP2. SQL Express is SP2. I am able to connect to the instance locally through shared memory. I am also able to connect to the instance locally with TCP by selecting browsing and the network tab. I have been able to connect through ODBC from one client desktop through MS Access. I am unable to establish a connection from any other client. They are all on the same subnet. I have tried updating the driver to SQL Native Client but still cannot connect. I receive the very long error message that essentially states that it doesn't exist or I do not have permission to it. I hope that this will be enough information for someone to make some suggestions. Thanks in advance for reading this post. Bill |
#3
| |||
| |||
|
|
Perhaps these articles will help: Configuration -Configure SQL Server 2005 to allow remote connections http://support.microsoft.com/default...b;EN-US;914277 Configuration -Connect to SQL Express from "downlevel clients" http://blogs.msdn.com/sqlexpress/arc...23/192044.aspx -- Arnie Rowland, Ph.D. Westwood Consulting, Inc Most good judgment comes from experience. Most experience comes from bad judgment. - Anonymous You can't help someone get up a hill without getting a little closer to the top yourself. - H. Norman Schwarzkopf "William Downey" <wdowney (AT) mclean (DOT) harvard.edu> wrote in message news:%23emSqz9FHHA.4588 (AT) TK2MSFTNGP05 (DOT) phx.gbl... I will try to keep this as concise as possible. I am trying to set up a new SQL Server 2005 Express server. The OS is Windows XP Pro SP2. SQL Express is SP2. I am able to connect to the instance locally through shared memory. I am also able to connect to the instance locally with TCP by selecting browsing and the network tab. I have been able to connect through ODBC from one client desktop through MS Access. I am unable to establish a connection from any other client. They are all on the same subnet. I have tried updating the driver to SQL Native Client but still cannot connect. I receive the very long error message that essentially states that it doesn't exist or I do not have permission to it. I hope that this will be enough information for someone to make some suggestions. Thanks in advance for reading this post. Bill |
#4
| |||
| |||
|
|
Thanks for the article links. Unfortunately, it seems I have tried nearly everything I can think of to get clients to access the instance. I did notice a previous thread that mentioned a similar issue. The troubleshooting path I am headed down now is one of network-related issues. I wonder if anyone has had similar connectivity issues and had to tweak lan settings? Bill Downey "Arnie Rowland" <arnie (AT) 1568 (DOT) com> wrote in message news:%237eThA%23FHHA.4652 (AT) TK2MSFTNGP04 (DOT) phx.gbl... Perhaps these articles will help: Configuration -Configure SQL Server 2005 to allow remote connections http://support.microsoft.com/default...b;EN-US;914277 Configuration -Connect to SQL Express from "downlevel clients" http://blogs.msdn.com/sqlexpress/arc...23/192044.aspx -- Arnie Rowland, Ph.D. Westwood Consulting, Inc Most good judgment comes from experience. Most experience comes from bad judgment. - Anonymous You can't help someone get up a hill without getting a little closer to the top yourself. - H. Norman Schwarzkopf "William Downey" <wdowney (AT) mclean (DOT) harvard.edu> wrote in message news:%23emSqz9FHHA.4588 (AT) TK2MSFTNGP05 (DOT) phx.gbl... I will try to keep this as concise as possible. I am trying to set up a new SQL Server 2005 Express server. The OS is Windows XP Pro SP2. SQL Express is SP2. I am able to connect to the instance locally through shared memory. I am also able to connect to the instance locally with TCP by selecting browsing and the network tab. I have been able to connect through ODBC from one client desktop through MS Access. I am unable to establish a connection from any other client. They are all on the same subnet. I have tried updating the driver to SQL Native Client but still cannot connect. I receive the very long error message that essentially states that it doesn't exist or I do not have permission to it. I hope that this will be enough information for someone to make some suggestions. Thanks in advance for reading this post. Bill |
#5
| |||
| |||
|
|
I will try to keep this as concise as possible. I am trying to set up a new SQL Server 2005 Express server. The OS is Windows XP Pro SP2. SQL Express is SP2. I am able to connect to the instance locally through shared memory. I am also able to connect to the instance locally with TCP by selecting browsing and the network tab. I have been able to connect through ODBC from one client desktop through MS Access. I am unable to establish a connection from any other client. They are all on the same subnet. I have tried updating the driver to SQL Native Client but still cannot connect. I receive the very long error message that essentially states that it doesn't exist or I do not have permission to it. I hope that this will be enough information for someone to make some suggestions. Thanks in advance for reading this post. Bill |
#6
| |||
| |||
|
|
You need to enable SQL Browser service (automatic), else the clients do not know which dynamic TCP-port the should connect to. SQL Browser (UDP 1434) helps with this. Default instance uses TCP 1433, which works without SQL Browser, but all instances need SQL Browser. In the SQL Area configuration guide, I think it should ask if you want to start SQL Browser when you enable TCP-connections on an instance other than default instance. Best regards Niklas Engfelt William Downey skrev: Thanks for the article links. Unfortunately, it seems I have tried nearly everything I can think of to get clients to access the instance. I did notice a previous thread that mentioned a similar issue. The troubleshooting path I am headed down now is one of network-related issues. I wonder if anyone has had similar connectivity issues and had to tweak lan settings? Bill Downey "Arnie Rowland" <arnie (AT) 1568 (DOT) com> wrote in message news:%237eThA%23FHHA.4652 (AT) TK2MSFTNGP04 (DOT) phx.gbl... Perhaps these articles will help: Configuration -Configure SQL Server 2005 to allow remote connections http://support.microsoft.com/default...b;EN-US;914277 Configuration -Connect to SQL Express from "downlevel clients" http://blogs.msdn.com/sqlexpress/arc...23/192044.aspx -- Arnie Rowland, Ph.D. Westwood Consulting, Inc Most good judgment comes from experience. Most experience comes from bad judgment. - Anonymous You can't help someone get up a hill without getting a little closer to the top yourself. - H. Norman Schwarzkopf "William Downey" <wdowney (AT) mclean (DOT) harvard.edu> wrote in message news:%23emSqz9FHHA.4588 (AT) TK2MSFTNGP05 (DOT) phx.gbl... I will try to keep this as concise as possible. I am trying to set up a new SQL Server 2005 Express server. The OS is Windows XP Pro SP2. SQL Express is SP2. I am able to connect to the instance locally through shared memory. I am also able to connect to the instance locally with TCP by selecting browsing and the network tab. I have been able to connect through ODBC from one client desktop through MS Access. I am unable to establish a connection from any other client. They are all on the same subnet. I have tried updating the driver to SQL Native Client but still cannot connect. I receive the very long error message that essentially states that it doesn't exist or I do not have permission to it. I hope that this will be enough information for someone to make some suggestions. Thanks in advance for reading this post. Bill |
![]() |
| Thread Tools | |
| Display Modes | |
| |