Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
imughal
Posting Yak Master
192 Posts |
Posted - 2011-11-22 : 05:50:50
|
Hi,I have added port 5022 in firewall rules, and also disable firewall but still not able to telnet 5022 port and this port also not being listed when i run netstat - a pls tell how do i fix it. |
|
vikki.seth
Yak Posting Veteran
66 Posts |
Posted - 2011-11-23 : 06:27:05
|
NETSTAT -p tcp -ano Please run above command on both server which can display the process identifier (ID) that is associated with each connection. This information can be used to determine which process (program) listens on a given port. |
|
|
|
|
|