Solution
This problem can occur if there are issues with the PATH Environment Variable, or the server communication on port 12100.
Review the steps below to resolve this issue:
- Ensure that the PATH Environment Variable exists on the SystemLink Server. It should exist as a User and System variable.
- Verify that there are no additional processes reserving port 12100. This can be done by running netstat -aof | findstr :12100 in Command Prompt.
- Once this command executes, the last column in the output is the PID (unique identification number for the process). The PID can be cross-referenced with processes in Task Manager to identify the process name.
- It is expected that the Erlang process is listening on port 12100. No other processes should be present.


- If using any anti-virus or security software, ensure that it is not blocking SystemLink from port forwarding on port 12100.
If the problem persists after following these steps, generate a SystemLink Technical Support Report and share it with NI Support.