- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am new to this software but have been asked to modify a .qfp file. When I try to open the file I am told: cant open project--you dont have permission to write to all the files or create new files in the projects database directory. Can anyone offer any advice on how to overcome this? Thanks in advance.Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
the .qpf file is modified by quartus and usually only contains revision information.
Are you sure you werent asked to modify a .qsf file? that has all of the project settings, like pinout, file lists and so on. Either way, for either file, I would suggest you close the project and modify the files in some other text editor (they are just text files). Trying to modify them with the project open could cause issues.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Tricky, Thanks for the response.
The .qpf files contain program information for a machine I have started using. Standard programs are transferred from the manufacturer via USB to the machine. Only visible files in this transfer are .qpf. I have been asked to open the file to use it as a template from which I can create a new program. Regarding opening from a text editor this leaves me with a page of what appears to be Chinese text, is this normal?- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No. .qpf should just be a small text file - usually without much in it.
Is it really a .qar file (which is an archived project).- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The you don't have permission message suggests that the problem is a windows file protection issue. You need to have write access to all the files in the project in order to do useful work. Consult an expert in your CM system or a windows expert for help on getting this resolved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am having a similar problem, when I try to compile a schematic, I get the message "Error (132005): Can't open project -- at least one file is read-only or you do not have permission to create new files in the project's database directory". I'm just trying the tutorial in the Quartus II Introduction called 'light', don't know why I'm getting this error. I was set up as an administrator for this computer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well, I just discovered that the actual problem was due to me not completing the schematic, I had an unattached gate and output pin. Why didn't it just say so?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If anyone finds this later, this is an error with how the attributes are set with the project files. See following link:
https://www.intel.com/content/www/us/en/support/programmable/articles/000084612.html
To solve this:
1. Open a command shell (Start menu -> Run... -> Enter cmd and press OK).
2. Change to the project directory, i.e. cd <project path> and press Enter.
3. Run the one of the following commands:
attrib -R /S /D *
This should clear the write protection flags for all the files and subdirectories in this project direcotry.
It is not necessary to delete or reinstall any files or directories.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page