https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37564 Magnus Enger <magnus@libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #11 from Magnus Enger <magnus@libriotech.no> --- Sorry, this is still not working for me. I import a record: $ perl /usr/share/koha/bin/migration_tools/bulkmarcimport.pl -b -v -m MARCXML --file lanark.marcxml Characteristic MARC flavour: MARC21 Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/MARC/File/XML.pm line 399, <GEN3> chunk 3. . 1 MARC records done in 0.28852391242981 seconds And then there are holds jobs: MariaDB [koha_kohadev]> select enqueued_on, type, queue, status from background_jobs; +---------------------+--------------------------------+---------------+----------+ | enqueued_on | type | queue | status | +---------------------+--------------------------------+---------------+----------+ | 2025-01-29 07:52:33 | update_elastic_index | elastic_index | finished | | 2025-01-29 07:52:33 | update_holds_queue_for_biblios | default | finished | | 2025-01-29 07:52:33 | update_elastic_index | elastic_index | finished | | 2025-01-29 07:52:33 | update_holds_queue_for_biblios | default | finished | | 2025-01-29 07:52:33 | update_elastic_index | elastic_index | finished | | 2025-01-29 07:52:33 | update_holds_queue_for_biblios | default | finished | | 2025-01-29 07:52:33 | update_elastic_index | elastic_index | finished | | 2025-01-29 07:52:33 | update_holds_queue_for_biblios | default | finished | +---------------------+--------------------------------+---------------+----------+ 8 rows in set (0.000 sec) -- You are receiving this mail because: You are watching all bug changes.