On 5 January 2012 13:53, Paul <paul.a@aandc.org> wrote:
At 02:56 AM 1/5/2012 +1300, Mason James wrote:
On 2012-01-3, at 10:09 AM, Paul wrote:
Hoping someone can help, please.
We recently upgraded from 3.2 to 3.6.1 and nearly everything went well during import of ~15,000 biblios, but something has happened to the "authorities" -- only newly catalogued (i.e. using 3.6.1) authorities appear in the staff search from <http://koha-admin/cgi-bin/koha/authorities/authorities-home.pl>.
have you tried rebuilding the zebra 'authorities' indexes/database?
koha@nelson:/usr/share/koha$ KOHA_CONF=/etc/koha/koha-conf.xml PERL5LIB=/usr/share/koha/lib ./bin/migration_tools/rebuild_zebra.pl -b -a -r 19:12:09-04/01 zebraidx(9447) [warn] MARC: Bad offsets in data. Skipping rest 19:12:09-04/01 zebraidx(9447) [warn] Record didn't contain match fields in (bib1,Local-number)
So -- just the two "warns". Can anyone tell me if the "skipping rest" refers *only* to the one record, or if it aborted the whole re-indexing? I'm guessing it aborted the process, as a quick look shows that none of the "missing" authorities have magically re-appeared.
How about trying it without the -b, just -a to reindex authorities. Id add -v for verbose too Then you are much more likely to see whats going on with authorities. You can come back to your biblio problem above. Chris