J
jcb@wss.com
Guest
Ping isn't always a good indicator to check if you can - Firewall rules can block ICMP echo (ping response). A quick test to check if you can connect to a broker or a server is to use: telnet ex: telnet 192.168.1.83 5678 if you can't connect, telnet will give you an error message: Connecting to 192.168.1.83..... Could not open connection to the host, on port 5678 If you can - a 'blank' window with a cursor will be displayed. Knowledge Base: How to test TCP communication with Java knowledgebase.progress.com/.../P131422 How to use telnet to troubleshoot network connection problems knowledgebase.progress.com/.../16946 How to use PROMON to find the port used by the database Broker at startup knowledgebase.progress.com/.../P6689
Continue reading...
Continue reading...