Re: [Koha] Marc imports

2020-07-14 Thread Harald Schaefer
Hi Frances, as Library Admin you can define own record matching rules. In the import you can select these new rules for matching. See https://koha-community.org/manual/20.05/en/html/administration.html#record-matching-rules My scenario some time ago was: I had an export of the KOHA library

Re: [Koha] Encode 'ç' to import authority .marcxml file with authority

2021-07-19 Thread Harald Schaefer
Hi, you should use the utf8 encoding, when creating a python file. The marcxml file should have in the first line encoding='UTF-8' In python you should use encode('utf8') Regards, Harald Am 19.07.21 um 16:10 schrieb Javi Legido: Hi there. I'm trying to import an authority type 'GEOGR_NAME'

Re: [Koha] Encode 'ç' to import authority .marcxml file with authority

2021-07-19 Thread Harald Schaefer
) but only for authorities produces the wrong encoding. Thanks. Javier On Mon, 19 Jul 2021 at 17:26, Harald Schaefer wrote: Hi, you should use the utf8 encoding, when creating a python file. The marcxml file should have in the first line encoding='UTF-8' In python you should use

Re: [Koha] Encode 'ç' to import authority .marcxml file with authority

2021-07-19 Thread Harald Schaefer
o-economie des organisations cooperatives París CIEM 1982 333 p.24 cm. Tomo II. Analyse comparèe des cooperatives fonctionnant dans des sy Formació cooperativa França ddc 1234567890 123456789

Re: [Koha] Encode 'ç' to import authority .marcxml file with authority

2021-07-20 Thread Harald Schaefer
Tomo II. Analyse comparèe des cooperatives fonctionnant dans des sy Formació cooperativa França ddc 1234567890 1234567890 AB-125 On Mon, 19 Jul 2021 at 18:48, Harald Schaefer

[Koha] Database upgrade problems from KOHA 19.05 to KOHA 21.11

2022-03-31 Thread Harald Schaefer
Dear all, now I am promoted from a plain KOHA user to the system administrator of the computer hosting a KOHA installation of a railway museum in Germany. My first task was to upgrade the system from Ubuntu 16.04 to 20.04 and upgrading the KOHA system. I have tried this first twice on some lo

Re: [Koha] Database upgrade problems from KOHA 19.05 to KOHA 21.11

2022-03-31 Thread Harald Schaefer
gin of the development cycle. Upgrade to 21.05.00.000  [19:01:13]: Koha 21.05.00 release Is correct as the last update step for 21.05, a stable release. Hope this helps Katrin I am not sure what might have happened, maybe a difference in how On 31.03.22 12:15, Harald Schaefer wrote: Dear all, now I a

Re: [Koha] Database upgrade problems from KOHA 19.05 to KOHA 21.11

2022-04-01 Thread Harald Schaefer
oo do an upgrade? No, I would apreciate such a prompt If such is the case then it is a caching issue and Mason's advice should fix it! El jue, 31 mar 2022 20:48, Harald Schaefer escribió: Thanks for the answer. I omitted same parts of the test run, it ends with Upgrade to 21

Re: [Koha] ERROR Upgrading Database to 21.12.00.016

2022-06-09 Thread Harald Schaefer
Hello, the update to KOHA 22.05 failed on my (test-)system as well. Any suggestions? Harald Am 09.06.22 um 06:20 schrieb Keith Sorbo: HELP! While running an automated upgrade I am getting the following error Updating database structure Update errors : - Upgrade to 21.12.00.016 [04:05

Re: [Koha] [Koha-devel] Dependency problem when installing Koha 21.11.10 on Debian 11

2022-08-05 Thread Harald Schaefer
Hi Michael, under Ubuntu there is a file /var/log/apt/term.log, which has a detailed protocol about the installation initiated by the apt command. Might be it exists also under debian. Have you checked this file after the half-done installation of rabbitmq-server? Greetings, Harald Am 04.

Re: [Koha] Another DBI Exception for foreign key constraint in upgrade to Koha - mysql vs. mariadb

2022-10-11 Thread Harald Schaefer
Hi, on my system using mysql I had the same error. Comment 34 for Bug 31086 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31086#c34 helps. It seems that KOHA with mariadb is better tested than KOHA with mysql. Is there a way to exchange the underlying database mysql by mariadb?