Zebra indexing rebuilding problems for hindi language
hi all we are testing the koha 3 bata 2 version on CENTOS 5. zebra server is working properly and rebuilding the indexing for English books but when we inputed Hindi language books it stop indexing and rebuilding when we run the script /zebraqueue_daemon.pl it give the following error we use window xp client and mangal font opentype font. [root@localhost bin]# ./zebraqueue_daemon.pl problem with :426 : Premature end of data in tag subfield line 60 Premature end of data in tag datafield line 56 Premature end of data in tag record line 2 at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/XML/LibXML/SAX.pm line 64 at /usr/lib/perl5/site_perl/5.8.8/MARC/File/XML.pm line 448 <?xml version="1.0" encoding="UTF-8"?> <record xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd" xmlns="http://www.loc.gov/MARC21/slim"> <leader>00931nam a22002417a 4500</leader> <controlfield tag="005">20080609172054.0</controlfield> <controlfield tag="006">a|||||r|||||00| 0 </controlfield> <controlfield tag="007"></controlfield> <controlfield tag="008">080609t xxu||||| |||| 00| 0 hin d</controlfield> <datafield tag="010" ind1=" " ind2=" "> <subfield code="a">HIN-83383</subfield> </datafield> <datafield tag="020" ind1=" " ind2=" "> <subfield code="a">9788188031214</subfield> <subfield code="c">250.00</subfield> </datafield> <datafield tag="035" ind1=" " ind2=" "> <subfield code="a">HN-55729</subfield> </datafield> <datafield tag="040" ind1=" " ind2=" "> <subfield code="a">DPL</subfield> <subfield code="b">HN</subfield> </datafield> <datafield tag="082" ind1=" " ind2=" "> <subfield code="a">827 / थानवी</subfield> </datafield> <datafield tag="100" ind1=" " ind2=" "> <subfield code="a">थानवी, शौकत</subfield> </datafield> <datafield tag="245" ind1=" " ind2=" "> <subfield code="a">ईद का चाद /</subfield> <subfield code="c">शौकत थानवी; एम.असलम दवारा अनदित</subfield> </datafield> <datafield tag="260" ind1=" " ind2=" "> <subfield code="a">दिलली</subfield> <subfield code="b">मनीष परकाशन</subfield> <subfield code="c">2008</subfield> </datafield> <datafield tag="270" ind1=" " ind2=" "> <subfield code="a">सी-8/174, यमना विहार</subfield> <subfield code="b">दिलली</subfield> <subfield code="e">110053</subfield> </datafield> <datafield tag="300" ind1=" " ind2=" "> <subfield code="a">208प</subfield> <subfield code="c">22समी(सजिलद)</subfield> </datafield> <datafield tag="500" ind1=" " ind2=" "> <subfield code="a">हासय वयगय की शरषठ कति</subfield> </datafield> <datafield tag="700" ind1=" " ind2=" "> <subfield code="a">असलम, एम.</subfield> </datafield> <datafield tag="942" ind1=" " ind2=" "> <subfield code="2">ddc</subfield> <subfield code="c">BKS</subfield> <subfield code="h">827 / थानवी</subfield> <subfield code="6">827_ at /usr/share/koha/lib/C4/Biblio.pm line 836. Wide character in null operation at /usr/lib/perl5/site_perl/5.8.8/MARC/Charset/Table.pm line 96. pl help how over come this problems thanking you dpl
Hi, On Tue, Jun 10, 2008 at 6:01 AM, <dpl@dpl.gov.in> wrote:
<datafield tag="942" ind1=" " ind2=" "> <subfield code="2">ddc</subfield> <subfield code="c">BKS</subfield> <subfield code="h">827 / थानवी</subfield> <subfield code="6">827_ at /usr/share/koha/lib/C4/Biblio.pm line 836. Wide character in null operation at /usr/lib/perl5/site_perl/5.8.8/MARC/Charset/Table.pm line 96.
I am able to reproduce this problem - it appears to be a glitch with the normalization of the biblioitem call number (the 942$h). I should have more information later today. Regards, Galen -- Galen Charlton Koha Application Developer LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709
Hi, On Tue, Jun 10, 2008 at 8:26 AM, Galen Charlton <galen.charlton@liblime.com> wrote:
I am able to reproduce this problem - it appears to be a glitch with the normalization of the biblioitem call number (the 942$h). I should have more information later today.
I have filed a bug for this (http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2235) and created a patch that will fix this problem for subsequent updates. Once the patch is accepted, you should upgrade to the development version or wait for the upcoming release candidate. The existing Hindi records in your database will not be automatically fixed by this patch - if you don't have too many of them yet, you should delete them in your test database and load them again. Regards, Galen -- Galen Charlton Koha Application Developer LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709
participants (2)
-
dpl@dpl.gov.in -
Galen Charlton