Re: [Koha] Strange SAX error when searching
Thanks! Problem solved! Running the script with --fix didn't do anything. I ran the script but it would escape every time it came across an error resembling the one I got before, but at least this time I knew which files and which lines were causing it, so I went through and made modifications to each file manually. Seems like it was a character issue. Once the script was able to run through without coming across any errors, I rebuilt with rebuild_zebra.pl -b -r -x and no more error! Thanks again for your suggestion. Best On Sat, Aug 15, 2009 at 8:26 AM, Galen Charlton<gmcharlt@gmail.com> wrote:
Hi,
On Fri, Aug 14, 2009 at 7:41 PM, Sophat Sam<sophat.sam@gmail.com> wrote:
Error: Field 500 must have at least one subfield at /usr/local/lib/perl5/site_perl/5.8.9/MARC/File/SAX.pm line 60
This probably indicates a glitch in one of your bib records - the MARCXML from biblioitems.marcxml contain something like:
<datafield tag="500" ind1=" " ind2=" "> </datafield>
To identify records with parsing errors, you can run the script misc/cronjobs/MARC21_parse_test.pl. After checking the results, running the sample script with the --fix option, then reindexing, may correct the problem.
Regards,
Galen -- Galen Charlton gmcharlt@gmail.com
participants (1)
-
Sophat Sam