[Koha-bugs] [Bug 8743] New: ZOOM error when merging authority change to biblios

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Sep 9 14:10:14 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8743

          Priority: P3
 Change sponsored?: ---
            Bug ID: 8743
          Assignee: jcamins at cpbibliography.com
           Summary: ZOOM error when merging authority change to biblios
          Severity: critical
    Classification: Unclassified
                OS: All
          Reporter: jcamins at cpbibliography.com
          Hardware: All
            Status: NEW
           Version: master
         Component: MARC Authority data support
           Product: Koha

The symptoms of the problem are as follows:

In the log file, we get the following errors:
[Sun Sep 02 23:38:10 2012] [error] [client 75.149.175.233] ZOOM error 25
"Specified element set name not valid for specified database" (addinfo:
"F") from diag-set 'Bib-1', referer:
http://****/cgi-bin/koha/authorities/authorities.pl?authid=3010
[Sun Sep 02 23:38:11 2012] [error] [client 75.149.175.233] Premature end of
script headers: authorities.pl, referer:
http://****/cgi-bin/koha/authorities/authorities.pl?authid=3010

The actual authority record was updated (here I added a bogus 'J').
=LDR  00372nz  a2200133o  4500
=001  3010
=003  UkLoVW
=005  20120902233810.0
=008  120816|||a||||||\\\\\\\\\\\|\|||\\\\\d
=040  \\$aUkLoVW$cUkLoVW
=100  1\$aBearman, C. JJ.
=667  \\$aMachine generated authority record.
=670  \\$aWork cat.: (UkLoVW): Stealens, Yvette 3009, Hampshire folk map :,
2010.
=942  \\$aPERSO_NAME

A search in Authorities for 'Bearman" returns this (the old contents), but
following details gets updated record:
Authority search results

Results 1 to 1 of 1
 Summary Used in Delete Bearman, C. J.
Details
3
biblio(s)

Biblios are likewise not update with the new text.
Running 'rebuild_zebra.pl -a -r -v' fixed the Authority search results, but
not the biblios, in particular the 700 field where Bearman is listed as a
secondary author.
Same issue if I modify the primary author Authority on a biblio, the
biblios are not updated with the changed content.

The cause for this seems to be the use of the xml syntax in the merge function.
git bisect failed me, but sometime before 3.8.0 (possibly last November), our
Zebra config changed and the xml syntax stopped working.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list