09-15-2009 09:47 AM
I am trying to create a volume license installer for LabVIEW 9, and I get the following error:
Error Copying File or Folder
Cannot copy mib: Access is denied
Make sure the disk is not full or write-protected
and that the file is not currently in use.
Is the file of the DVD somehow in use?
-Nils
Solved! Go to Solution.
09-15-2009 10:01 AM
09-16-2009 08:55 AM
Looks like I found the problem:
1) The license server runs on a virtual machine, which runs Microsoft Windows Server 2003
2) It doesn't have a DVD player, so I use the DVD player on my laptop, set up as a shared drive.
3) The McAfee on the laptop and server scan all files for viruses when they are opened.
4) When the VLM installer reads mib.cab, which is a large file (>1MB) somewhere a process times out and the installer creation fails.
Solution: Disable McAfee both on the server and on the laptop, and/or copy the DVDs to a local drive on the server.