[Koha] Koha upgrade to from 3.0.6 to 3.2 and Zebra

Robin Sheat robin at catalyst.net.nz
Thu Dec 16 11:34:38 NZDT 2010


Hugo Rodrigues schreef op wo 15-12-2010 om 16:50 [+0000]:
> 16:41:11-15/12 zebraidx(13866) [warn] Record didn't contain match
> fields in (bib1,Local-number)

This usually means that there's some error in the MARC data that is
causing zebra to spit the dummy.

Try doing a rebuild with verbose on. If you're using the packages at
debian.koha-community.org, as it sounds like you might be, this is the
(long) command:

sudo -u '*name*-koha' -H env PERL5LIB=/usr/share/koha/lib KOHA_CONF='/etc/koha/sites/*name*/koha-conf.xml' /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -a -v -r

replace '*name*' with the name of the library if you used koha-create,
if you just used the 'koha' package, then the command is more like:

sudo -u 'koha' -H env PERL5LIB=/usr/share/koha/lib KOHA_CONF='/etc/koha/koha-conf.xml' /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -a -v -r

or similar, that was from memory.

This will give you an idea of what's happening. It may be you need to
rebuild with XML mode (-x) to make it work. I plan to make this an
option for the packages some time soon.

-- 
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204
GPG: 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
Url : http://lists.katipo.co.nz/pipermail/koha/attachments/20101216/d849f709/attachment.pgp 


More information about the Koha mailing list