We need to be careful when processing MARC imports. I was trying to import 1 MARC record with 1 item, and it kept getting stuck as 0% job progress and "Importing" status forever. Thanks to Bug 30738, I saw this was due to the following error: [2022/05/12 03:37:37] [WARN] DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Data too long for column 'coded_location_qualifier' at row 1 at /kohadevbox/koha/Koha/Object.pm line 170 main::__ANON__ /kohadevbox/koha/tools/manage-marc-import.pl (339) -- Either we need to fail the whole import or we need to catch the error and just report on it at the end.
(In reply to David Cook from comment #0) > Either we need to fail the whole import or we need to catch the error and > just report on it at the end. The better option is probably to report on it at the end, because otherwise we'd need to run a full reversion and the MARC import reversion is not very good.
*** Bug 31043 has been marked as a duplicate of this bug. ***
*** Bug 28128 has been marked as a duplicate of this bug. ***
Increasing the severity of this one since it seems to be a common problem annoying a fair number of people.
How is this behaving after bug 27421?
It looks like it works since bug 27421 The item is shown as ignored in the output, and I can't find a warning anywhere explaining why the item was ignored, but it's better than the job getting stuck as 0% and staying "Importing" forever...