[Bug 6713] New: marc import not matching
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 Bug #: 6713 Summary: marc import not matching Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: critical Priority: P5 Component: Cataloging AssignedTo: gmcharlt@gmail.com ReportedBy: nengard@gmail.com QAContact: koha-bugs@lists.koha-community.org CC: ian.walls@bywatersolutions.com I did an export from my library collection and then went to import it using the ISBN match. When the import completed it had found NO matches ... All the records should have been matches. I have had two other libraries (one on the koha mailing list) report this very problem, so I think that the matching rules are being ignored in the marc import tool all of the sudden. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz --- Comment #1 from Chris Cormack <chris@bigballofwax.co.nz> 2011-08-11 20:28:46 UTC --- Have tested in master, works for me Stage MARC Records For Import MARC Staging results : 1 records in file 0 records not staged because of MARC error 1 records staged 1 records with at least one match in catalog per matching rule "ISBN" 1 item records found and staged -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 --- Comment #2 from Chris Cormack <chris@bigballofwax.co.nz> 2011-08-11 20:30:43 UTC --- Stage MARC Records For Import MARC Staging results : 100 records in file 0 records not staged because of MARC error 100 records staged 81 records with at least one match in catalog per matching rule "ISBN" 0 item records found and staged So I currently can't recreate on master, will check out 3.4.x -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 --- Comment #3 from Ian Walls <ian.walls@bywatersolutions.com> 2011-08-11 20:31:53 UTC --- I've seen this issue on 3.05.00.004 and current HEAD, but NOT on 3.05.00.005, which indicates to me that this is not strictly a code issue, but some combination of data/Zebra indexing. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 --- Comment #4 from Chris Cormack <chris@bigballofwax.co.nz> 2011-08-11 20:33:06 UTC --- I cant replicate on current head of master, or the head of 3.4.x It does feel like data -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 --- Comment #5 from Chris Cormack <chris@bigballofwax.co.nz> 2011-08-11 20:35:55 UTC --- Nicole, can you give me a copy of your marc file, ill try double loading it and see if that makes any difference -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 Liz Rea <wizzyrea@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea@gmail.com --- Comment #6 from Liz Rea <wizzyrea@gmail.com> 2011-08-11 20:49:49 UTC --- editing the rule, even the description in admin -> matching rules breaks the rule. http://screencast.com/t/GsxcrPp60 - before rule change http://screencast.com/t/IfySIxaz - after rule change Exact same import. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 --- Comment #7 from Chris Cormack <chris@bigballofwax.co.nz> 2011-08-11 20:51:45 UTC --- In the db, before edit mysql> select * from matchpoints; +------------+---------------+--------------+-------+ | matcher_id | matchpoint_id | search_index | score | +------------+---------------+--------------+-------+ | 1 | 1 | isbn | 1000 | | 2 | 2 | isbn | 1000 | +------------+---------------+--------------+-------+ after edit mysql> select * from matchpoints; +------------+---------------+--------------+-------+ | matcher_id | matchpoint_id | search_index | score | +------------+---------------+--------------+-------+ | 2 | 2 | isbn | 1000 | | 1 | 3 | isbn | 1000 | | 1 | 4 | | 0 | | 1 | 5 | | 0 | +------------+---------------+--------------+-------+ -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 --- Comment #8 from Chris Cormack <chris@bigballofwax.co.nz> 2011-08-11 21:16:54 UTC --- The hunt continues, it seems to be adding match checks, even when not told to -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 --- Comment #9 from Chris Cormack <chris@bigballofwax.co.nz> 2011-08-11 22:25:35 UTC --- Created attachment 4975 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4975 Bug 6713, editing matching rules broken Was a template error, but also a bug that had been in there for a while fixed too Please test by editing a matching rule, match sure no new match checks are added, and that the matchpoint components survive. Then try importing some marc records using that match rule -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Patch Status|Needs Signoff |Signed Off AssignedTo|gmcharlt@gmail.com |chris@bigballofwax.co.nz -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 Ian Walls <ian.walls@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Passed QA --- Comment #10 from Ian Walls <ian.walls@bywatersolutions.com> 2011-08-12 11:53:31 UTC --- Most of this patch is template scope changes, which are easy to read and appear quite consistent throughout. The one change in the perl script is obviously right now that I see it. Marking as Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Passed QA |Patch Pushed --- Comment #11 from Chris Cormack <chris@bigballofwax.co.nz> 2011-08-13 08:10:02 UTC --- Pushed please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 --- Comment #12 from David Hartman <David.w.Hartman@Disney.com> 2011-10-07 19:54:51 UTC --- Created attachment 5791 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5791 My marc records I cannot get my duplicate records to be imported .. please see attached MARC records... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain@biblibre.com --- Comment #13 from Paul Poulain <paul.poulain@biblibre.com> 2011-10-26 16:15:38 UTC --- mmm... I tried to add a matchpoint and feel i've reproduced a bugguy behaviour : i've just added 010a (isbn in unimarc) as matchpoint, and I get : kohacommunity>select * from matchpoints; +------------+---------------+--------------+-------+ | matcher_id | matchpoint_id | search_index | score | +------------+---------------+--------------+-------+ | 1 | 1 | isbn | 100 | | 1 | 2 | | 0 | | 1 | 3 | | 0 | +------------+---------------+--------------+-------+ aren't the id 2 & 3 buggy ? Note i've edited them and no new lines are added : portable kohacommunity>select * from matchpoints; +------------+---------------+--------------+-------+ | matcher_id | matchpoint_id | search_index | score | +------------+---------------+--------------+-------+ | 1 | 4 | isbn | 100 | | 1 | 5 | | 0 | | 1 | 6 | | 0 | +------------+---------------+--------------+-------+ -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |rel_3_6 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 --- Comment #14 from Joy Nelson <joy@bywatersolutions.com> 2011-11-16 19:43:36 UTC --- Created attachment 6321 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6321 marc files not matching -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 Joy Nelson <joy@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy@bywatersolutions.com --- Comment #15 from Joy Nelson <joy@bywatersolutions.com> 2011-11-16 19:44:09 UTC --- I am not having luck either with importing matching bib records. See attached bib records (Little Fockers). Import rule should cause match on 024a and 245a fields. Marc file attached. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 --- Comment #16 from laurenthdl <henridamien.laurent@biblibre.com> 2012-02-08 17:11:52 UTC --- Created attachment 7510 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7510 data to test : ? and ! biblio records with strings containing ! or ? are not matched. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 laurenthdl <henridamien.laurent@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent (DO NOT USE) |P3 Status|Pushed to Master |ASSIGNED CC| |henridamien.laurent@biblibr | |e.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 --- Comment #17 from laurenthdl <henridamien.laurent@biblibre.com> 2012-02-08 17:27:19 UTC --- Created attachment 7511 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7511 Followup proposed. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 --- Comment #18 from laurenthdl <henridamien.laurent@biblibre.com> 2012-02-08 17:30:40 UTC --- To Test, use a UNIMARC Koha, and add some rule to check on Title 200$a and ISBN 010$a. Import the file http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7510 once, index. and then try to stage the same records with that rule. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff CC| |jcamins@cpbibliography.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #19 from Paul Poulain <paul.poulain@biblibre.com> 2012-02-17 14:39:11 UTC --- The script devel/misc/testbugzillapatches.pl has detected that this bug does not apply anymore, so i'm marking this bug as "does not apply". The script is supposed to handle conflicts related to updatedatabase, but no other cases of merge conflict. So the conflict may be trivial to fix. If it happens that the patch attached does apply cleanly, please send me an email, there's something wrong in the script. It's possible, as it's a recent script. If the patch applies does not apply as I think, please rebase and resubmit, thanks -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 --- Comment #20 from Nicole C. Engard <nengard@gmail.com> --- Somehow I missed that I was asked for files ... do you still need my files? Looks like you've moved on and found the problem since I reported this. Sorry I missed this!! -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|paul.poulain@biblibre.com | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4975|0 |1 is obsolete| | -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #21 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I used sandbox 3 with current master, to do a first test on the matching. I followed hdl's instructions on comment 18. I don't see problems with the matching algorithm, the results for my second import were perfect: 627 records in file 0 records not staged because of MARC error 627 records staged 627 records with at least one match in catalog per matching rule "ISBN" Not sure how to move on from here? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_6 |master Assignee|chris@bigballofwax.co.nz |henridamien.laurent@biblibr | |e.com -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |RESOLVED Resolution|--- |WORKSFORME --- Comment #22 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Chris, Jared and me have tested it and couldn't reproduce the problem mentioned here. I am closing this as RESOLVED WORKSFORME. Please reopen and update the bug, if there is still a problem. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org