Previous Topic: Clear and Restore an Error LogNext Topic: Troubleshoot Configuration Problems


Troubleshoot Connection Problems

If you experience problems connecting to the Diagram Trace Utility server, perform the following tasks:

To verify if you have a firewall issue:

Follow these steps:

  1. Start the Diagram Trace Utility with default port number or port number of choice.
  2. From your server (or alternate workstation), enter the following request:
    telnet ip_address port_number
    
    ip_address

    Defines the IP address of the machine running the Diagram Trace Utility.

    port_number

    Defines the port number used when starting the Diagram Trace Utility.

    If you can reach this port number successfully, you will see something like the following (using 172.24.12.127 as the IP address and 4567 as the port number in this example):

    telnet 172.24.12.127 4567
    Trying…
    Connected to 172.24.12.127.
    
  3. Stop the Diagram Trace Utility.
  4. From your server (or alternate workstation), enter the same telnet request again.

    Since the port number has been disabled (no longer listening), you will now see something like the following:

    telnet 172.24.12.127 4567
    Trying…
    telnet: connect: A remote host refused an attempted connect operation.
    

    Note: You might receive something like the following:

    telnet 172.24.12.127 4567
    Trying…
    

    Which means that you are not able to communicate with the machine running the Diagram Trace Utility.

    This could indicate that you have a firewall issue. If you have a firewall running, make appropriate changes to allow traffic through the port number being used to communicate with the Diagram Trace Utility.