Hi,

On Mon, Oct 14, 2013 at 11:34 AM, Mark Tompsett <[email protected]>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:  [email protected]
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
_______________________________________________
Koha mailing list  http://koha-community.org
[email protected]
http://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to