06-29-2022 06:43 AM
It seems that LabVIEWCLI can't establish a connection with LabVIEW if the machine is connected to the VPN. How to fix this?
06-30-2022 08:37 AM
Hi Michał,
I would first look into the ports: is the 3363 default port (or other if you are using) is maybe forwarded by some rule of the firewall/VPN.
You can also try to add the -LogToConsole and -Verbosity to try to get more info. If it is only a matter of LabVIEW CLI timing out, you can try to use the AfterLaunchOpenAppReferenceTimeoutInSecond token in the LabVIEWCLI.ini file and extend it.
Hope it helps,
Cris