Re: [Koha] Further adventures with Koha update to 16.xxx

2017-01-16 Thread Jonathan Druart
Hi David, You have several errors, some are "expected", some are not. 1/ DBD::mysql::db do failed: Duplicate column name 'updated_on' => It's a bug, I have proposed a patch on bug 17234 to avoid that in the future. You can ignore it. The columns borrowers.updated_on and deletedborowers.updated_

Re: [Koha] connecting to zs39

2017-01-16 Thread Mark Alexander
Excerpts from Solomon mwangi's message of 2017-01-16 06:09:54 -0600: > question: why does the port need to be greater than 1023? Ports below 1024 are privileged. When I tried using port 210 (the usual port number for Z39.50) I got a "permission denied" error when I restarted Zebra. The error mess

[Koha] Fwd: Availability of book on Automation, Koha and Data Migration

2017-01-16 Thread vinod mishra
Dear All, Since many from India and Abroad are asking about the subject above.Please refer the below links to get the detail about pricing and availability of my recent book publication. http://www.essessreference.com/servlet/esGetBiblio?bno=680 http://www.amazon.in/Library-Automation-Management

[Koha] Z39.50 non-Latin Characters not imported correctly

2017-01-16 Thread Jane Chang
Hi all! I'm new to the mailing list. It's nice to be in the community where we can get support from each other. I am having a problem with retrieving non-Latin Marc records from Z39.50. I had no problem with it before upgrading to KOHA 3.18. After upgrading to 3.18, non-Latin characters were sh

Re: [Koha] Z39.50 non-Latin Characters not imported correctly

2017-01-16 Thread Indranil Das Gupta
Hi Jane, What type of installation are you running? As in .deb package based or tarball? and on what operating system and version? -- 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.freeno

[Koha] No Zebra indexing - missing field "biblioitems.marc"

2017-01-16 Thread Michael Kuhn
Hi I have a new installation of Koha 16.11.01 on Debian GNU/Linux 8, using Koha instance "phsh". I was able to successfully load 76'216 data records in format MARCXML using script "bulkmarcimport.pl". "select count(*) from biblio" shows 76'216 hits in my database. Now I try to index these

Re: [Koha] No Zebra indexing - missing field "biblioitems.marc"

2017-01-16 Thread Chris Cormack
Hi Michael I have a 16.11.01 with 97224 records in, that is indexing fine (without the marc column) so the good news is there should be an easy solution. Try it with an -x sudo koha-rebuild-zebra -x -f -v phsh Does that work better? Chris On 17 January 2017 at 12:12, Michael Kuhn wrote: > Hi

Re: [Koha] No Zebra indexing - missing field "biblioitems.marc"

2017-01-16 Thread Jonathan Druart
Hi Michael, It sounds like you are usinga gitified install but the Koha scripts have not been updated. /usr/share/koha/bin/migration_tools/rebuild_zebra.pl is certainly refering to an old version of this script. Cheers, Jonathan On Tue, 17 Jan 2017 at 01:19 Chris Cormack wrote: > Hi Michael >