On 22 April 2011 09:57, Linda Culberson <[email protected]> wrote: > Chris, > I don't know if this changes in 3.4, because of the feature listed in the > release_notes_3_4_0.txt about moving items out of biblioitems (line 151). > But the problem we had with records with large numbers of items wasn't just > in Zebra, it was in the overall size of the MARC record exceeding the 99999 > record length. > Hi Linda
Yes it was the size of the record exceeding that, that meant when it was being exported as iso2709 it was truncated, and broke zebra. If you export it as xml (-x) then this limitation doesn't happen. The only other place I am aware of, that this might be a problem was if you wanted to export all your records as iso2709 for some other reason. > Does removing the items from biblioitems help? > Yes and No, it speeds everything up, but when you go to index, you still need to give zebra the entire record, which without -x will cause it to be truncated on export. Hope this helps Chris _______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
