Hi Tobias: On Wed, 11 Aug 2010, Tobias Reinhardt wrote: > I tried to update the CFG_MAX_RECID in the config.py file, deleted the > indexes like but still get some "frame out of synch" errors. So I > guess I have to update the CFG_MAX_RECID value in some other places > also.
Yes, e.g. the collection universe cache, that you can update by running `webcoll -f'. Also, you will need to re-run the word similarity ranking method, similarly as you rerun the regular indexer. The procedure is illustrated in detail in the BibIndex Admin Guide, section 4.3 Reindexing. <http://cdsweb.cern.ch/admin/bibindex/guide.html#4.3> Anyway, please note that the best would be to upgrade to Invenio v0.99 series, where there is no static CFG_MAX_RECID limit anymore. Everything is done dynamically there. Best regards -- Tibor Simko
