Re: Why do I have to enable File and Printer sharing to connect through the XP firewall?




"Tibor Karaszi" <tibor_please.no.email_karaszi@xxxxxxxxxxxxxxxxxx> wrote in
message news:4F9AE0A4-4F1B-462E-AD9B-3C840072AC33@xxxxxxxxxxxxxxxx
Perhaps the connection is made using Named Pipes? I'd use cliconfg.exe on
the client to verify that TCP/IP (sockets) is selected higher than Named
Pipes. Sockets shouldn't require anything else but the TCP port. Unless
you are trying a Windows logins, of course. Also, since you specify the
port in your connection string, you shouldn't need the SQL Server browser
service on the server (unless it is needed for other purposes, of course).


Tibor,

Thanks for the reply. Could you clarify what you mean when you said "Unless
you are trying a Windows logins, of course." Are you saying that Windows
Authentication/Mixed Mode uses Named Pipes to communicate with the domain
controller? I was not aware of that. I am using mixed mode authentication.

Thanks!

Keith


.



Relevant Pages

  • Re: Threading and Timeouts
    ... In case of sync i/o writeis forced to wait untill all ... In case on sockets write, which are equivalent to send, we have also the ... With pipes, ... O_NOBLOCK has a special semantic for pipes and FIFO. ...
    (comp.programming.threads)
  • poor network loopback performance and scalability (was: Re: [RFC,PATCH] loopback: calls netif_receiv
    ... Socket bandwidth using localhost: 2607.09 MB/sec ... Set your loopback MTU to some larger value if this result and the ... pipes are still another ~25% faster: ... generic and therefore use IP sockets for everything. ...
    (Linux-Kernel)
  • Re: Using COM for interprocess communication?
    ... the best replacement for a socket is not RPC ... I suggest you use pipes instead. ... These are much closer to sockets ... I have a client/server application which I want to ...
    (microsoft.public.win32.programmer.ole)
  • Re: About Process Communication Implementation in Windows.
    ... DDE, window messages, the clipboard, ... WM_COPYDATA, DDE, pipes and the Clipboard ist AFAIK implemented by ... But sockets are a different technology. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Starting New Process
    ... Sorry, I should've specified - I'm familiar with sockets, but I was ... When client connects, launches application, then ... closes connection with client ... Goes back to listening on TCP port ...
    (comp.lang.python)