[Koha] Indexing issues continue

Galen Charlton gmc at esilibrary.com
Tue Oct 15 07:39:50 NZDT 2013


Hi,

On Mon, Oct 14, 2013 at 11:34 AM, Mark Tompsett <mtompset at hotmail.com>wrote:

> I can’t figure out what is trying to open collection.abs.
>
> $ for i in `sudo find /etc`; do sudo grep collection.abs $i; done
> NOTHING!
>
> Any ideas or suggestions?
>

This suggests that the MARC21slim collection XML element (which can wrap a
collection of record elements) is either present in your bib data or is
somehow getting included when the records are exported to disk for zebraidx
to pick up.

Does the following SQL query return any records in your database?

SELECT marcxml FROM biblioitems
WHERE marcxml LIKE '%<collection%'
OR marcxml LIKE '%<marc:collection%';

Regards,

Galen
-- 
Galen Charlton
Manager of Implementation
Equinox Software, Inc. / The Open Source Experts
email:  gmc at esilibrary.com
direct: +1 770-709-5581
cell:   +1 404-984-4366
skype:  gmcharlt
web:    http://www.esilibrary.com/
Supporting Koha and Evergreen: http://koha-community.org &
http://evergreen-ils.org


More information about the Koha mailing list