VIR01 has wrong file_list
- Article Type: General
- Product: Aleph
- Product Version: 16.02
Description:
We are using the dynamically created file_list mechanism. When we run clear_vir01, the files it is deleting/creating look like files in a bib file_list.
How should this work after running Upgrade Express?
Resolution:
After running the 16.02 Upgrade Express, the ./vir01/prof_library has:.
setenv library_type BIB.
In order to use the dynamic file_list template, this needs to be:.
setenv file_list_type VIR.
(It will then look in the $aleph_dev/aleph/tab/ for the file_list.VIR .).
If you want the system to use an actual ./vir01/file_list rather than the template, then omit the "file_list_type" parameter (leave the "setenv file_list_type" line without "VIR" specified)
If you have the file_list_type *and* an actual $data_root/file_list, it will *merge* the two lists..
Additional Information
dynamic file_list, upgrade express
- Article last edited: 10/8/2013