LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

File permission error 8 while copying of directory

Solved!
Go to solution

Copy_Error Code 8.JPG

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? 

 

0 Kudos
Message 1 of 6
(5,060 Views)
I am using LabVIEW 8.0
0 Kudos
Message 2 of 6
(5,054 Views)

That may have been a bug in 8.0 It works fine in LV 8.6 (just tested myself).

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 6
(5,050 Views)

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??.... 

0 Kudos
Message 4 of 6
(5,044 Views)
Solution
Accepted by topic author Abhi3345

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 Smiley Wink

 

 

0 Kudos
Message 6 of 6
(5,018 Views)