Re: [Koha] export_records.pl

2025-02-14 Thread Сычев Игорь Алексеевич
Hi, Fridolin! Yes, it is possible. Now I need to understand if all the items have been imported. Good Luck! Igor A. Sychev Tomsk Polytechnic University https://lib.tpu.ru -Original Message- From: Koha On Behalf Of Fridolin SOMERS Sent: Friday, February 14, 2025 9:51 PM To: koha@lists.

Re: [Koha] koha zebra

2025-02-14 Thread Fridolin SOMERS
Hi, We faced this issue. First we advice to restart nightly zebrasrv and zebraidx deamons. We install with home made SystemD services. In service for zebrasrv I see : ExecStopPost=/usr/bin/find /home/koha/var/lib/zebradb/ -type f -name zrs_* -delete You may want to use somesthing like this t

Re: [Koha] export_records.pl

2025-02-14 Thread Сычев Игорь Алексеевич
Hi, Thomas! Thanks for the answer! Yes, I want to find the IDs of these records. UNIMARC format. I suspect that these are records that have many (995 field UNIMARC) items (holdings). I probably need to search for records with a large number of items if all items have been imported. Thanks for

Re: [Koha] export_records.pl

2025-02-14 Thread Fridolin SOMERS
Also export contains items in 952/995 so records with a lot of items may be too big Le 14/02/2025 à 12:46, Thomas Klausner a écrit : Hi! On Fri, Feb 14, 2025 at 10:11:18AM +, Сычев Игорь Алексеевич wrote: How do I find these records? I assume you want to find the IDs of those records in

Re: [Koha] export_records.pl

2025-02-14 Thread Сычев Игорь Алексеевич
Hi, Michael! Thanks for the answer! I may have phrased the question incorrectly. Command (find / -name koha-bibs.mrc -print) shows the full path to the file. I need to find records that are longer than the allowed MARC specification (9 bytes). Good Luck! Igor A. Sychev Tomsk Polytechnic Un

Re: [Koha] Is the wiki down inaccessible for anyone else?

2025-02-14 Thread Owen Leonard
> I'm unable to access https://wiki.koha-community.org/ It works for me. https://downforeveryoneorjustme.com/wiki.koha-community.org?proto=https -- Owen -- Web Developer Athens County Public Libraries (740) 737-6006 https://www.myacpl.org ___ Koha

[Koha] Is the wiki down inaccessible for anyone else?

2025-02-14 Thread Indranil Das Gupta
Hi all, I'm unable to access https://wiki.koha-community.org/ is it inaccessible for anyone else as well? -- Indranil Das Gupta L2C2 Technologies Phone : +91-98300-20971 WWW : http://www.l2c2.co.in Blog: http://blog.l2c2.co.in IRC : indradg on irc://irc.freenode.net Twitter : indradg

Re: [Koha] export_records.pl

2025-02-14 Thread Thomas Klausner
Hi! On Fri, Feb 14, 2025 at 10:11:18AM +, Сычев Игорь Алексеевич wrote: > How do I find these records? I assume you want to find the IDs of those records in your Koha DB? This SQL should list the 10 biblios with the largest metadata (i.e. MARC data): select biblionumber,length(metadata)

Re: [Koha] export_records.pl

2025-02-14 Thread Michael Kuhn
Hi Игорь Алексеевич You wrote: > How do I find these records? > > root@koha:~# /usr/share/koha/bin/export_records.pl --record-type=bibs > --filename=koha-bibs.mrc > > Record length of 112264 is larger than the MARC spec allows (9 > bytes). at /usr/share/perl5/MARC/File/USMARC.pm line 314. T

[Koha] export_records.pl

2025-02-14 Thread Сычев Игорь Алексеевич
Hi! How do I find these records? root@koha:~# /usr/share/koha/bin/export_records.pl --record-type=bibs --filename=koha-bibs.mrc Record length of 112264 is larger than the MARC spec allows (9 bytes). at /usr/share/perl5/MARC/File/USMARC.pm line 314. Record length of 113375 is larger than th