MSSQL 2008 is claiming the firewall is blocking ports even from local machine
Posted
by
Mercurybullet
on Server Fault
See other posts from Server Fault
or by Mercurybullet
Published on 2012-01-20T21:56:56Z
Indexed on
2013/10/22
9:59 UTC
Read the original article
Hit count: 206
sql-server
|mssql-ssms
I was just hoping to step through a couple queries to see how the temp tables are interacting and I'm getting this message.
The windows firewall on this machine is currently blocking remote debugging.
Remote debugging requires that the debugging be allowed to receive information
from the network.Remote debugging also requires DCOM (TCP port 135) and
IPSEC (UDP 4500/UDP500) be unblocked
Even when I walked over to the actual machine and tried running the debugger, I'm still getting the same message. Am I missing something or does the debugger try to run remotely even from the local machine? Since this was meant to be just a quick check, I don't need instructions on how to open up the firewall, just hoping there is a way to run the debugger locally instead.
© Server Fault or respective owner