Solution to Koha Error : .error retrieving biblio 314 at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl while rebuilding zebra in Koha 18.11
If you get '.error retrieving biblio' issue while rebuilding zebra, the error is probably the issue is link to Perl libraries.
.error retrieving biblio 314 at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl
.error retrieving biblio 315 at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl
.error retrieving biblio 317 at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl
.error retrieving biblio 318 at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl
.error retrieving biblio 319 at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl
Try to run the following command for the solution:
#export PERL5LIB="/usr/share/koha/lib"
#export KOHA_CONF="/etc/koha/sites/library/koha-conf.xml"
And rebuild the zebra once again
# koha-rebuild-zebra -v -f library
.error retrieving biblio 314 at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl
.error retrieving biblio 315 at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl
.error retrieving biblio 317 at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl
.error retrieving biblio 318 at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl
.error retrieving biblio 319 at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl
Try to run the following command for the solution:
#export PERL5LIB="/usr/share/koha/lib"
#export KOHA_CONF="/etc/koha/sites/library/koha-conf.xml"
And rebuild the zebra once again
# koha-rebuild-zebra -v -f library
Comments
Post a Comment