10-04-2008 02:55 PM
All.
I created. wrote to, and closed a text file (TeX) from a sub-VI (attached block diagram). A subsequent subVI was called that included a system call to latex.exe, which failed with a "permission denied" error on the file I had just created.
When the subVI is run alone, with the existing file, there is no error. When the same VIs are run from Linux, it works well.
Any suggestions? I've already run with deny-mode = NONE -- didn't work.
...Dan
10-04-2008 06:42 PM
10-04-2008 07:27 PM
Never mind -- I had an extra "Open File" in there, must have opened up 2 references and only closed 1.
...Dan
10-06-2008 11:51 AM
Hello Dan,
So now that you found the two Opens, did removing one of them fix this issue? Please post here if you are still having issues and we will do our best to assist you! Have a great day!
10-06-2008 12:01 PM
Bob_H. wrote:Hello Dan,
So now that you found the two Opens, did removing one of them fix this issue? Please post here if you are still having issues and we will do our best to assist you! Have a great day!
Yes, the issue is resolved, I feel like a dope!
Interesting, the difference between Linux and XP though. Also, I'm surprised the "deny none" option didn't kick in.
...Dan