I have set up external resources and have copied/mapped PDFs to several of our projects. However - I have come across the following error in one project: "attempt to write a readonly database."
Has anyone experienced this?
I have made sure the respective project/files are checked out, and best I can tell, there is nothing different about this project than those to which I have copied successfully. Suggestions please.
External Resources: read only database
-
- Senior Propellus Maximus
- Posts: 4293
- Joined: Thu Feb 02, 2006 9:29 am
- Location: The Electric City
Re: External Resources: read only database
Do you have by accident the Analyzer folder under source control? That is the only place where I can think of Flare would keep anything that resembles a database. It uses SQL Compact for analysis and if those files are under source control (they should not be because the content can be easily recreated) and not checked out then writing to the files will be impossible due to the read only flag. Just a guess.....
New Book: Creating user-friendly Online Help
Paperback http://www.amazon.com/dp/1449952038/ or https://www.createspace.com/3416509
eBook http://www.amazon.com/dp/B005XB9E3U
Paperback http://www.amazon.com/dp/1449952038/ or https://www.createspace.com/3416509
eBook http://www.amazon.com/dp/B005XB9E3U
Re: External Resources: read only database
Analyzer is not checked into source control.
Re: External Resources: read only database
Analyzer is not in source control and I have made sure that the local Analyzer directory and files are not read-only. Still no luck.
-
- Senior Propellus Maximus
- Posts: 4293
- Joined: Thu Feb 02, 2006 9:29 am
- Location: The Electric City
Re: External Resources: read only database
Are you running Flare as Administrator? If not, try that. And if that isn't helping either then I am out of ideas as well.
New Book: Creating user-friendly Online Help
Paperback http://www.amazon.com/dp/1449952038/ or https://www.createspace.com/3416509
eBook http://www.amazon.com/dp/B005XB9E3U
Paperback http://www.amazon.com/dp/1449952038/ or https://www.createspace.com/3416509
eBook http://www.amazon.com/dp/B005XB9E3U
Re: External Resources: read only database
Ran as admin, but still no luck. I suspect I will be opening a support ticket with MadCap. Appreciate your time.
Re: External Resources: read only database
After getting some excellent support at MadWorld, turns out that FileSync directory was checked into source control.
Removing FileSync from source control resolved my issue.
Removing FileSync from source control resolved my issue.