Page 3 of 3 FirstFirst 123
Results 31 to 34 of 34

Thread: Probs in connection

  1. #31
    Join Date
    Sep 2002
    Posts
    5,938
    Does client connect to sql instance with same port? Is the port closed somewhere on your network?

  2. #32
    Join Date
    Oct 2002
    Posts
    123
    If I create an alias on the client using port 1433, then they can connect fine. But if I leave it to dynamically determine ports it is not able to connect. I have asked the network people to monitor the traffic between the client & server to determine which ports are being hit on & whether any of them is blocked… thanks rmiao!

  3. #33
    Join Date
    Sep 2002
    Posts
    5,938
    Have to open port 1434 if use dynamic port.

  4. #34
    Join Date
    Nov 2005
    Posts
    1
    It's kind of a late post. If you have problems with connecting to a named instance of SQL Server, try to specify port in the connection string. E.g. server = "server1\instance1,1433"

    Sergey

    http://xrint.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •