https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37020

--- Comment #9 from Jan Kissig <bibliot...@th-wildau.de> ---
Just tried to import 120k records via 

kohadev-koha@kohadevbox:migration_tools(bug_37020)$ perl bulkmarcimport.pl -b
-d --m=MARCXML --file=records.xml --commit=1000

At first it went as expected but after 120k it went on and on and then finally
I had to kill the process in order to get control over my machine again.

So I tried with a small file with 1 record: 

perl bulkmarcimport.pl -b -d --m=MARCXML --file=../../../thw/journal.xml
--commit=1
Deleting biblios
.Use of uninitialized value in concatenation (.) or string at
/usr/share/perl5/MARC/File/XML.pm line 399, <GEN3> chunk 2.

3 MARC records done in 0.0895359516143799 seconds

So there seems an error in the loop but I did not dig into it..

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to