The client is able to connect to the non-default port without explicitly
specifying the port number because of the SQL Browser sevice. You can try to
stop SQL Browser service on the server, and try to connect again.
Linchi
> Uri,
>
[quoted text clipped - 17 lines]
> > > and the non-default port as well. There are no aliases defined. How do I
> > > configure SQL Server to listen on the non-default port only? Thanks.
Tracy McKibben (http://www.realsqlguy.com) - 26 Jun 2008 15:13 GMT
On Jun 26, 8:47 am, Linchi Shea <LinchiS...@discussions.microsoft.com>
wrote:
> The client is able to connect to the non-default port without explicitly
> specifying the port number because of the SQL Browser sevice. You can try to
> stop SQL Browser service on the server, and try to connect again.
OR, you have an alias defined on the client that is handling the port
specification for you....
JP - 26 Jun 2008 20:01 GMT
Tracy,
No I don't have the Aliases defined.

Signature
Regards,
JP
"Tracy McKibben (http://www.realsqlguy.co" wrote:
> On Jun 26, 8:47 am, Linchi Shea <LinchiS...@discussions.microsoft.com>
> wrote:
[quoted text clipped - 4 lines]
> OR, you have an alias defined on the client that is handling the port
> specification for you....
JP - 26 Jun 2008 19:59 GMT
Linchi,
I stopped the SQL Browser service and disabled it on both the Cluster Nodes.
The client can still connect to Non-Default Port without explicitly
specifying the PortNumber in the connection string.
Any other suggestions?

Signature
Regards,
JP
> The client is able to connect to the non-default port without explicitly
> specifying the port number because of the SQL Browser sevice. You can try to
[quoted text clipped - 23 lines]
> > > > and the non-default port as well. There are no aliases defined. How do I
> > > > configure SQL Server to listen on the non-default port only? Thanks.
Matthew Bando - 30 Jun 2008 15:25 GMT
Look at your SQL Server log and see what ports get listed from the start up
logging part of the log. It should list all port numbers that your server is
listening on.
Also, you have followed all the steps shown here:
http://msdn.microsoft.com/en-us/library/ms177440.aspx
including turning off the dynamic ports?
Just trying to figure out what's going on.
Thanks,
Matt
> Linchi,
>
[quoted text clipped - 31 lines]
> > > > > and the non-default port as well. There are no aliases defined. How do I
> > > > > configure SQL Server to listen on the non-default port only? Thanks.