Hi Ferran: On Thu, 20 Nov 2008, Ferran Jorba wrote: > 2008-11-20 09:15:01 --> EMERGENCY: Unrepairable errors found. You should > check consistency > of the idxWORD01F - idxWORD01R tables. Deleting affected > records is > recommended.
Read the guide: <http://invenio-demo.cern.ch/help/admin/bibindex-admin-guide#4.2> Then do: mysql> SELECT DISTINCT(type) FROM idxWORD01R If it shows something like: +-----------+ | type | +-----------+ | CURRENT | | FUTURE | | TEMPORARY | +-----------+ Then do: mysql> DELETE FROM idxWORD01R where type='TEMPORARY'; mysql> DELETE FROM idxWORD01R where type='FUTURE'; This leaves only the `CURRENT' (good) permanent index in older (inconsistent) state. After that, recheck indexes again, and relaunch indexing anew to catch up. > I deleted those 30204->30207 (that is, put them with 980$aDELETED, > keeping a marcxml copy of them to be uploaded again later), No need to delete bibliographic records... we'll clarify the docs. Best regards -- Tibor Simko ** CERN Document Server ** <http://cds.cern.ch/>
