Problem:
This issue occurs in IX or IXG Support Tool when a station search fails.
The exact error that will appear is “Station Search Failed.”
Cause:
Another service on the PC is using Port 8700, which is the port that IX or IXG Support Tool uses to search for stations.
Solution:
Diagnosing this issue requires familiarity with Windows PowerShell. Otherwise, ask the site's network administrator for assistance.
- Open Windows Powershell
- Type netstat -ano > netstat.txt
- Type get-process > process.txt
- Navigate to C:\Users\%username% to retrieve the two files.
- Open the netstat.txt in a text editor and search for which process is using port UPD 8700 and record the PID (Process ID).
- Open the process.txt file and search for the PID found in the previous step.
- In Windows Powershell type stop-process {PID}
Where {PID} is the process id. Ex. Stop-process 6745