[Koha-bugs] [Bug 30850] Add default mapping for biblio.author to 110$a (MARC21)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 3 00:54:35 CEST 2022


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

--- Comment #12 from David Nind <david at davidnind.com> ---
I have signed-off the dbrev patch (using koha-testing-docker). The instructions
worked (see note) for updating an existing installation:

1. Apply patches.
2. Run updatedatabase, flush_memcached, and restart_all.
3. Add mapping for 110$a to biblio.author (Administration > Koha to MARC
mapping).
4. Run ./misc/batchRebuilBiblioTables.pl -c (see note).

Note:

- I encountered this error message with the KTD sample data when running
./misc/batchRebuilBiblioTables.pl -c

  C4::Biblio::_koha_modify_biblioitem_nonmarc(): DBI Exception: DBD::mysql::st
execute failed: Data too long for column 'lccn' at row 1 at
misc/batchRebuildBiblioTables.pl line 71

- I have logged bug 30896 for this.

- To get around the error, I used Tools > Batch item modification to delete the
LCCN data in 010 (created report to list all the record numbers, added MARC
modification templates to delete fields 010 $8 $a $b $z, ran batch record
modification).

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


More information about the Koha-bugs mailing list