03-07-2009 06:57 AM
As you all can see from the picture.
I now want pubsihing my program into web. So I using web publishing tools to create it.
But when it want download the panel, it can't run, after that, the web come out " Requested VI is not loaded into memory on the server computer".
This sentence, " Requested VI is not loaded into memory on the server computer", what meaning?
Thank you for your helping.
Solved! Go to Solution.
03-07-2009 02:42 PM
03-07-2009 06:52 PM
Hi,Ravens Fan.
Ya. This VI run at server computer.
Why this thing can happend? And how to solve it?
Thanks for help.
03-08-2009 05:28 AM
Do you have the LabVIEW Runtime Engine running on the client computer? I believe this used to be required, although I don't know if it still is. The error message does seem to indicate that there is a server-side issue, but who knows?
Ed DeWitt
03-08-2009 05:54 AM
Hi EdDeWitt:
Thanks for your reply.
May I ask one question, since I am very new in using LabView, so many things I don't know.
Vision Run-Time Engines and LabVIEW Runtime Engine, this two type of engine is same?
Thank You.
03-08-2009 05:59 AM
03-08-2009 06:54 AM
Nevermind.
Thanks for your helping.
03-08-2009 08:39 AM
Just now, I install LV run time engine already. Also same problem occur.
So, I think not run time engine problem.
Maybe is other problem.
And then, EdDeWitt, you know what is meaning for this sentence.
" To display VI front panels on the Web, the VIs must be in memory on your computer "
Thank You for helping.
03-08-2009 09:19 AM
Have you had a look at the following KB article:
Requested VI is Not Loaded into Memory on the Server Computer
A VI is considered to be in memory whenever the program is open on the server machine. The VI does not have to be running.
If the KB article linked above doesn't help, I would want to know what LabVIEW system are you running on your system and how many connections have you setup to the server. The LabVIEW Base and Full Development Systems include a remote front panel license that allows one client connection. The LabVIEW Professional Development System includes a remote front panel license that allows five client connections. Just wondering if that might be causing problems.
03-08-2009 10:05 AM
Hi, Adnan Z......
Thanks a lot.
I already saw that article, very helpful.