Dear Friends,
Im new to SQL and Windows Server 2003, I have configured the SQL server
2005 on Windows Server 2003 Starnderd version All the services of sql and
Windows are starting properly .I can connect to server from client pcs and
I can ping the server from client pc But I cannot open the port 1433 from
client end. How shall I Configure the port 1433 Please let me know
thanks in advance.
Loku John
This is probably your firewall that is blocking it and you would need to see
how that is configured.
You can find out which ports are being used by looking at the properties of
the protocol in configuration manager. If this is a named instance it may
not be using port 1433.
You may also want to check out http://support.microsoft.com/kb/287932
John
"John Bell" <jbellne...@hotmail.com> wrote in message
news:uQDxT%23nOKH...@TK2MSFTNGP05.phx.gbl...
There is no reason to open port 1433 on the client machines in any firewall.
--
Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
You can also try using telnet to connect to a given port on the server if
you want to make sure it is open.
John
I Did in that way cannot telnet It says cannot open port
John
"John Bell" <jbellne...@hotmail.com> wrote in message
news:%23Sn%23Fc0OK...@TK2MSFTNGP02.phx.gbl...
Did you check that port 1433 was being used by SQL Server netstat -b on the
server gives the application using the ports.
I assume nothing else is blocking this port in the middle?
John
Its Not there... What shall I Do?
John
Erland Sommarskog wrote:
Re: Cannot Open Port 1433
25-Sep-09
Loku John (ks.sen...@gmail.com) writes:
And did you enable TCP as a protocol for SQL Server? Use SQL Configuration
Manager, and check Server Protocols. Note that if you enable a protocol,
you need to restart SQL Server.
--
Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
Previous Posts In This Thread:
On Monday, September 21, 2009 1:26 AM
Loku John wrote:
Cannot Open Port 1433
Dear Friends,
Im new to SQL and Windows Server 2003, I have configured the SQL server
2005 on Windows Server 2003 Starnderd version All the services of sql and
Windows are starting properly .I can connect to server from client pcs and
I can ping the server from client pc But I cannot open the port 1433 from
client end. How shall I Configure the port 1433 Please let me know
thanks in advance.
Loku John
On Monday, September 21, 2009 1:51 AM
John Bell wrote:
Re: Cannot Open Port 1433
Hi
This is probably your firewall that is blocking it and you would need to see
how that is configured.
You can find out which ports are being used by looking at the properties of
the protocol in configuration manager. If this is a named instance it may
not be using port 1433.
You may also want to check out http://support.microsoft.com/kb/287932
John
On Monday, September 21, 2009 2:18 AM
Loku John wrote:
thanksboth sides I have disable the firewall but no luck any how thaks for
thanks
both sides I have disable the firewall but no luck any how thaks for ur
link I will chk that one.
Loku John
On Monday, September 21, 2009 5:30 PM
John Bell wrote:
Re: Cannot Open Port 1433
As Erland pointed out, the firewall on the client should not be stopping
this. Make sure that your protocols are enabled and that if you are using
SQLExpress that remote connections are configured
http://www.aspfaq.com/etiquette.asp?id=5006.
You can also try using telnet to connect to a given port on the server if
you want to make sure it is open.
John
On Tuesday, September 22, 2009 1:06 AM
Loku John wrote:
Re: Cannot Open Port 1433
I Did in that way cannot telnet It says cannot open port
On Tuesday, September 22, 2009 1:39 AM
John Bell wrote:
Re: Cannot Open Port 1433
It seems I posted the wrong link for enabling remote connections it should
have been http://support.microsoft.com/kb/914277 But if you can not telnet
to the port it is not remote connections that is your initial problem. Are
you sure the firewall on the server is not blocking this?
John
On Tuesday, September 22, 2009 4:35 AM
Loku John wrote:
Re: Cannot Open Port 1433
I Disable the firewall (Both Ends)
On Tuesday, September 22, 2009 4:55 PM
John Bell wrote:
Re: Cannot Open Port 1433
Hi
Did you check that port 1433 was being used by SQL Server netstat -b on the
server gives the application using the ports.
I assume nothing else is blocking this port in the middle?
John
On Wednesday, September 23, 2009 3:03 AM
Loku John wrote:
Re: Cannot Open Port 1433
Its Not there... What shall I Do?
On Wednesday, September 23, 2009 5:38 PM
John Bell wrote:
Re: Cannot Open Port 1433
That sounds like SQL Server is either not running or the protocol is not
enabled. I did ask you to check the protocols in my first reply!
John
On Friday, September 25, 2009 10:40 PM
Erland Sommarskog wrote:
Re: Cannot Open Port 1433
Loku John (ks.sen...@gmail.com) writes:
I am not really sure what your problem is. If you cannot connect to the
server, then everything is working, is not it?
There is no reason to open port 1433 on the client machines in any firewall.
--
Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
On Friday, September 25, 2009 10:40 PM
Erland Sommarskog wrote:
Re: Cannot Open Port 1433
Loku John (ks.sen...@gmail.com) writes:
And did you enable TCP as a protocol for SQL Server? Use SQL Configuration
Manager, and check Server Protocols. Note that if you enable a protocol,
you need to restart SQL Server.
--
Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
On Wednesday, December 02, 2009 4:57 AM
kjhgf reae wrote:
For SQLServer 2008
For SQLServer 2008, I found settings in the "Sql Server Configuration Manager" tool. Look under the "SQL Server Network Configuration" branch for "Protocols for <SQLEXPRESS>" and change your install to not use dynamic ports (clear out the default "0" entries and add 1433 to the static port fields).
Submitted via EggHeadCafe - Software Developer Portal of Choice
Silverlight Developer Poll
http://www.eggheadcafe.com/tutorials/aspnet/9496fdd4-2364-4b7d-b2ba-4460c2623342/silverlight-developer-pol.aspx
Erland Sommarskog wrote:
Re: Cannot Open Port 1433
25-Sep-09
Loku John (ks.sen...@gmail.com) writes:
And did you enable TCP as a protocol for SQL Server? Use SQL Configuration
Manager, and check Server Protocols. Note that if you enable a protocol,
you need to restart SQL Server.
--
Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
Previous Posts In This Thread:
Loku John
John
John
John
I Disable the firewall (Both Ends)
On Tuesday, September 22, 2009 4:55 PM
John Bell wrote:
Re: Cannot Open Port 1433
Hi
Did you check that port 1433 was being used by SQL Server netstat -b on the
server gives the application using the ports.
I assume nothing else is blocking this port in the middle?
John
On Wednesday, September 23, 2009 3:03 AM
Loku John wrote:
Re: Cannot Open Port 1433
Its Not there... What shall I Do?
On Wednesday, September 23, 2009 5:38 PM
John Bell wrote:
Re: Cannot Open Port 1433
That sounds like SQL Server is either not running or the protocol is not
enabled. I did ask you to check the protocols in my first reply!
John
On Friday, September 25, 2009 10:40 PM
Erland Sommarskog wrote:
Re: Cannot Open Port 1433
Loku John (ks.sen...@gmail.com) writes:
I am not really sure what your problem is. If you cannot connect to the
server, then everything is working, is not it?
There is no reason to open port 1433 on the client machines in any firewall.
--
Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
On Friday, September 25, 2009 10:40 PM
Erland Sommarskog wrote:
Re: Cannot Open Port 1433
Loku John (ks.sen...@gmail.com) writes:
And did you enable TCP as a protocol for SQL Server? Use SQL Configuration
Manager, and check Server Protocols. Note that if you enable a protocol,
you need to restart SQL Server.
--
Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
Submitted via EggHeadCafe - Software Developer Portal of Choice
VB.Net DB-Enabled Xml Caching Tooltip DropDownList
http://www.eggheadcafe.com/tutorials/aspnet/71eabdac-1d08-415b-b7ff-6c7b89d33e7a/vbnet-dbenabled-xml-cac.aspx