10-29-2009 07:44 AM
when I execute the above vi for first time, directory copies from source path to target path successfully.
When I tried to execute the one more time I am getting an error as "Error Code 8, Possible reason(s):LabVIEW: File permission error, NI-488: DMA hardware error detected".
What was I am doing wrong... or I am missing something?
Solved! Go to Solution.
10-29-2009 07:56 AM
10-29-2009 08:02 AM
That may have been a bug in 8.0 It works fine in LV 8.6 (just tested myself).
Ben
10-29-2009 08:37 AM
Hi, Ben
On my local machine it works fine, but when i run this on my application machine (windows machine) i facing this error. One more thing when i had checked the permissions of the directory it is 511. So i am unable to find why this error comes??....
10-29-2009 08:48 AM
10-30-2009 05:55 AM
The error was coming is because of the file permission .... some of the files present in the directory are having read-only permission... So when i run the vi for first time it copies successfully and when i tried to run again i was getting error code 8....
when i change the file permission by setting 511 ... now i am albe to copy the file successfully