Errors When Connecting to Remote Front Panels

The following table lists errors that might occur when you connect to remote front panels in LabVIEW or in a Web browser.

Error Solution
Invalid server IP address Contact the server administrator to get the correct IP address or name of the computer to which you want to connect.
Remote panel connection refused by specified serverThe server administrator must enable the LabVIEW Web Server. Verify that the Server IP Address and Port you entered in the Connect to Remote Panel dialog box are correct.
Client does not have access to remote panel serverThe server administrator must specify the IP addresses for all potential clients wanting to view or control a remote front panel. If the server administrator does not specify any IP addresses, LabVIEW allows all clients to access remote front panels.
Remote panel protocol version incompatibleThe client and server computers must be running the same version of LabVIEW. If you are using a browser to view and control a remote front panel, you must use a version of the LabVIEW Run-Time Engine compatible with the version of LabVIEW on the server computer. Also, contact the server administrator to verify that the HTML document specifies the correct version of the LabVIEW Run-Time Engine.
LabVIEW client version is incompatible with LabVIEW server versionYou must use a version of LabVIEW compatible with the version of LabVIEW on the server computer. If you are using a browser to view and control a remote front panel, you must use a version of the LabVIEW Run-Time Engine compatible with the version of LabVIEW on the server computer. Also, contact the server administrator to verify that the HTML document specifies the correct version of the LabVIEW Run-Time Engine.
Server does not support Remote PanelsMake sure you entered the IP address or computer name of the server correctly.
Remote panel server failed to send requested VIA memory or network problem occurred. This error might occur if you try to connect to a large front panel. Try to connect to the front panel again, or request that the server administrator modify the front panel so it uses less memory.

This error also might occur if you deploy a VI to a Real-time target without the Web Server enabled, and subsequently enable the Web Server. The error occurs because the deployed VI does not have a front panel in this case, since LabVIEW only preserves the front panel of a VI deployed to a Real-Time target when the Web server is enabled. This behavior is for performance optimization.
Client does not have access to specified VIThe server administrator must specify the VIs that clients can view or control.
Requested VI is not loaded into memory on the server computerA VI is considered to be in memory whenever the VI is open on the server machine. The VI does not have to be running. Also, make sure the VI name you entered matches the host machine exactly, including the .vi extension.