Ralph Strauch wrote:What can I do to "close" the archive so that I can access it again?
The surgical approach: Find out what process has the file(s) open. You can use the lsof (list open files) command-line tool. Run the command, as root, on the system that hosts the QRecall Archive. The following command lists all of the open files, and what processes has them open, inside the folder /Volume/Hard Drive/Archive.quanta:
sudo lsof +D '/Volumes/Hard Drive/Archive.quanta'
Once you discover the process that has the file open, restart it (probably your network file server).
The hammer approach: Restart your computer
If you've made sure that no other process has the archive files open, and the QRecall actions still won't run, you may have an orphaned .lock file. The Repair action will fix this, but you can also just delete it via the command line or any utility that will let you see, and trash, invisible files:
rm '/Volumes/Hard Drive/Archive.quanta/.lock'