07-03-2011 11:01 AM
Good Afternoon,
i'am working with the web publishing tool utility of LabVIEW 8.6 to open vi files (front panels) remotely. I've programmed a server in LV that receives querys from a web server/client programmed appart (not in LV). I got to open the vi files remotely, executing it embedded and allowing the user to take the control. Afeter some minutes i want to close the conection with that remote panel. For doing that, i have used the Invoke Node with the method -> RP.Close Connection to Client which uses the conection previosly searched with RP.Client connections. The problem that I have is the next one:
Many times, this process works fine, but some times, it appears the following error:
Error 1 ocurred at Invoke Node in ....
Possible reasons
LabVIEW: An input parameter is invalid. For example if the input is a path, the path might not contain a character not allowed by the OS such as ? or @
Method Name: Remote Panel:close connection to Client
I've checked the path that taht methos is using and it doesn't include any ilegal character, the path is the same that in other times when it works fine. With this porblem I can't close the connection what it'sa really necesary for my work.
Has anybody idea how to fix it?
Thank you very much!
07-04-2011 05:17 AM
Could it be a LabVIEW bug? I've heard that labVIEW 8.6 has some troubles with web service
05-22-2016 01:33 PM
Is this still an issue in LabVIEW 2015?