11-28-2009 04:20 AM
From a LV executable, I am trying to force a VI to run in the LV development instance. But I get Error 1130:The VI Server connection peer is unresponsive.
TCP/IP is enabled in VI server properties and the port is configured as 3363. The same port has been to open the application reference from the executable.
I have tried the same thing before in another executable and that works.
Thanks,
Saranya
11-28-2009 04:51 AM
Do you have VI server enabled in the executable? And on what port, both applications (executable and IDE) can't run on the same port.
It should be OK to close the VI server port in the executable.
Ton
11-28-2009 06:03 AM
Ton,
VI server is enabled in the executable. This is the content of the executable's ini:
server.app.propertiesEnabled=True
server.tcp.servic="My Computer/VI Server"
server.vi.propertiesEnabled=True
WebServer.TcpAccess=c+*
WebServer.ViAccess=+*
DebugServerEnabled=False
DebugServerWaitOnLaunch=False
But the port is not specified. Just to try, I added "server.tcp.port=3364" and ran the executable and still got the same error. Is this even right?
Thanks,
Saranya