Jump to content

VI Server and Compiled Runtime not talking over network


Recommended Posts

I am trying to have one application (server) talking to another one (client) over networked computers using VI-Server. The server application will be talking to a compiled client (run-time environment). I am having no success in getting this to work across the network.

I have tested the same server/client applications in the Development System (which I tested on port 3363 and 3364), and things work just fine over the same network (this excludes any firewalls or network connections issues). I have also tested the server and compiled client on local machines, and this also works. The application build is on port 3364, and I cannot for anything get that working across the network. I am getting "Error 66 occurred at Open Application Reference in Remote Run.vi", and have verified that my INI allows access to everything, see below:

server.tcp.enabled=True

server.tcp.port=3364

server.vi.access="+*"

server.tcp.access="+*"

server.tcp.paranoid=True

If you guys have any points for solution, please let me know.

BTW, I did telnet to both the run-time port of the client and server, therefore that does seem to indicate the the VI-server on the client application and Development System are working.

At the Application:Kind after connection to the networked remote application I get : Invalid app kind.

Thanks for any help and advice!

Peter

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.