Setting Network Binding Order for Failed Visualization Connections

When sockets between client and server are opened Java and C++ use slightly different rules for picking up the network interface, so on some machine with multiple interfaces the Visualization socket fails to open. This problem can be overcome by ensuring that your default LAN interface is at the top of the network adapter binding order on your machine. To do this on Windows:

  1. Open the Network Connections folder. To do this: click Start on the desktop, select Run..., enter ncpa.cpl in the Run dialog and click OK.
  2. Press the <ALT> key to make the menu show up on the Network Connections folder. Select Advanced > Advanced Settings... Enter the Administrator password if prompted.
  3. Click the Adapters and Bindings tab.
  4. Use the arrow buttons to move your Local Area Connection to the top of the Connections list.
  5. Click OK to close the dialog.
This should resolve issues with the Visualization connection error.