Re: [Koha] No Zebra indexing - missing field "biblioitems.marc"

2017-01-17 Thread Michael Kuhn
Hi Chris So for some reason GetMarcBiblio is not returning a record for you. What I would do is edit warn "error retrieving biblio $record_number"; and make it be warn "error retrieving biblio $record_number the error is $@"; And see if you get some more information that way Yes, I did that

Re: [Koha] No Zebra indexing - missing field "biblioitems.marc"

2017-01-17 Thread Chris Cormack
Hi Michael Very odd, I have the exact same set up, 16.11.01 from debian packages on jessie. With 97244 records, and a reindex works just fine. md5sum /usr/share/koha/bin/migration_tools/rebuild_zebra.pl 3eaa1b977286a507f9c5a75b5a7092e3 /usr/share/koha/bin/migration_tools/rebuild_zebra.pl Same fi

Re: [Koha] No Zebra indexing - missing field "biblioitems.marc"

2017-01-17 Thread Michael Kuhn
Hi Chris and Jonathan I have a 16.11.01 with 97224 records in, that is indexing fine (without the marc column) so the good news is there should be an easy solution. Try it with an -x sudo koha-rebuild-zebra -x -f -v phsh Does that work better? No, unfortunately exactly the same happens: All

Re: [Koha] No Zebra indexing - missing field "biblioitems.marc"

2017-01-16 Thread Jonathan Druart
Hi Michael, It sounds like you are usinga gitified install but the Koha scripts have not been updated. /usr/share/koha/bin/migration_tools/rebuild_zebra.pl is certainly refering to an old version of this script. Cheers, Jonathan On Tue, 17 Jan 2017 at 01:19 Chris Cormack wrote: > Hi Michael >

Re: [Koha] No Zebra indexing - missing field "biblioitems.marc"

2017-01-16 Thread Chris Cormack
Hi Michael I have a 16.11.01 with 97224 records in, that is indexing fine (without the marc column) so the good news is there should be an easy solution. Try it with an -x sudo koha-rebuild-zebra -x -f -v phsh Does that work better? Chris On 17 January 2017 at 12:12, Michael Kuhn wrote: > Hi