I can't figure out what the portnumber of our z39.50 server is? I can't even figure out if z39.50 is running? How do you do such things? We have a database called 'kohadb', entered some 18000 records, zebra is running and indexing and now I would like to know if this database can be reached by z39.50? Help is appreciated. NB: Koha version:3.00.01.005 OS version ('uname -a'):Linux koha01 2.6.18-6-686 #1 SMP (Debian) MySQL version:mysql Ver 14.12 Distrib 5.0.32, for pc-linux-gnu (i486) using readline 5.2 Apache version:Server version: Apache/2.2.3 Zebra version:Zebra 2.0.34 (C) 1994-2007 Aad Janson Peace Palace Library w: http://www.ppl.nl e: a.janson@ppl.nl t: +31 (0)70-3024265 P Please consider the environment before printing this e-mail
2009/4/6 Janson, Aad <A.Janson@ppl.nl>:
I can't figure out what the portnumber of our z39.50 server is?
I can't even figure out if z39.50 is running? How do you do such things?
We have a database called ‘kohadb’, entered some 18000 records, zebra is running and indexing and now I would like to know if this database can be reached by z39.50?
The default port for Z39.50 is 9999, but you can choose a different port during the Makefile.PL-part of the installation. You have to actively turn on the Z39.50 server, take a look at the last couple of questions and answers here: https://sites.google.com/a/liblime.com/koha-manual/Home/Table-of-Contents/Ap... However, this did not work for me, and I had to do what I have tried to describe here: http://lists.katipo.co.nz/public/koha/2009-April/017832.html to get the server up and running. To test the Z39.50 server you can log on to the machine it is running on with e.g. SSH and run the yaz-client: http://www.indexdata.dk/yaz/doc/yaz-client.tkl Just running the command "yaz-client" should give you a prompt that looks like this: Z> Try connecting to the Z39.50 server on the local machine with this command: Z>open localhost:9999/biblios The output will look something like this: Connecting...OK. Sent initrequest. Connection accepted by v3 target. ID : 81 Name : Zebra Information Server/GFS/YAZ Version: 3.0.44 d1c53252793e37efda0b7432b18a7c79b9810d86 Options: search present delSet triggerResourceCtrl scan sort extendedServices namedResultSets Elapsed: 0.003823 The line to look for is "Connection accepted by v3 target." - that means your server is at least up and running. Have fun! Magnus Enger
Hello, I did bulk import of records on Koha 3.0 with bulkimport script. I could do a search on a few terms successfully. However, when I give a* or m* it gives the following error, whereas p* or z* retrieves the results properly. Error: Can't call method "raw" on an undefined value at /usr/share/koha/lib/C4/Search.pm line 487. Could anyone tell me the reason for this pl? -Anuradha
Hello, I have installed koha 3.0 on ubuntu 8.04. I have opened ports for z39.50 and zebra servers: 210 and 9999 respectively. However, when I tested with command line option, it could connect but did not proceed further. Any help in setting up the two servers is highly appreciated! Z> open localhost:210 Connecting...OK. Sent initrequest. On the same system I could connect to ANU of Australia Z> open tcp:Library.anu.edu.au:210 Connecting...OK. Sent initrequest. Connection accepted by v2 target. ID : Z39.50-III Name : z39-innopac Version: 1 UserInformationfield: { OCTETSTRING(len=52) Innovative Interfaces Inc. Z39.50 SERVER version 1.1 } Guessing visiblestring: 'Innovative Interfaces Inc. Z39.50 SERVER version 1.1' Options: search present scan namedResultSets Elapsed: 0.942477 --------------------------------------
2009/4/6 K.T Anuradha <anu@ncsi.iisc.ernet.in>:
Hello,
I have installed koha 3.0 on ubuntu 8.04. I have opened ports for z39.50 and zebra servers: 210 and 9999 respectively. However, when I tested with command line option, it could connect but did not proceed further. Any help in setting up the two servers is highly appreciated!
Z> open localhost:210
The default for Zebra/Koha seems to be to have the Z39.50 server on port 9999, so perhaps you could try this: Z> open localhost:9999 Regards, Magnus Enger
Thanks Magnus Enger for your reply. I tried both ports and got the same message. -Anuradha
2009/4/6 K.T Anuradha <anu@ncsi.iisc.ernet.in>:
Hello,
I have installed koha 3.0 on ubuntu 8.04. I have opened ports for z39.50 and zebra servers: 210 and 9999 respectively. However, when I tested with command line option, it could connect but did not proceed further. Any help in setting up the two servers is highly appreciated!
Z> open localhost:210
The default for Zebra/Koha seems to be to have the Z39.50 server on port 9999, so perhaps you could try this:
Z> open localhost:9999
Regards, Magnus Enger _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Hm... Did you uncomment the appropriate part of koha-conf.xml, as described at the bottom of this page? https://sites.google.com/a/liblime.com/koha-manual/Home/Table-of-Contents/Ap... Regards, Magnus Enger 2009/4/8 <anu@ncsi.iisc.ernet.in>:
Thanks Magnus Enger for your reply. I tried both ports and got the same message.
-Anuradha
2009/4/6 K.T Anuradha <anu@ncsi.iisc.ernet.in>:
Hello,
I have installed koha 3.0 on ubuntu 8.04. I have opened ports for z39.50 and zebra servers: 210 and 9999 respectively. However, when I tested with command line option, it could connect but did not proceed further. Any help in setting up the two servers is highly appreciated!
Z> open localhost:210
The default for Zebra/Koha seems to be to have the Z39.50 server on port 9999, so perhaps you could try this:
Z> open localhost:9999
Regards, Magnus Enger _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Probably, one or more of your records causes Koha to choke when trying to parse it into a MARC::Record object. Try analyzing the same file with MARC::Lint or other analysis tools, paying special attention to the encoding. --Joe On Mon, Apr 6, 2009 at 7:28 AM, K.T Anuradha <anu@ncsi.iisc.ernet.in> wrote:
Hello,
I did bulk import of records on Koha 3.0 with bulkimport script. I could do a search on a few terms successfully. However, when I give a* or m* it gives the following error, whereas p* or z* retrieves the results properly.
Error: Can't call method "raw" on an undefined value at /usr/share/koha/lib/C4/Search.pm line 487.
Could anyone tell me the reason for this pl?
-Anuradha
Thanks Joe for your suggestion. Actually, I had tested importing these records on another system and it was working fine. Later I did it on the actual server where I got into this problem. I will try again and get back. How to remove the records imported through bulk import? I have imported about 130,000 records through bulkimport. Should I remove both mysql and zebra databases? If so, can I specify range of accession number or bar code to remove the records? Thanks in advance, Anuradha
Probably, one or more of your records causes Koha to choke when trying to parse it into a MARC::Record object. Try analyzing the same file with MARC::Lint or other analysis tools, paying special attention to the encoding.
--Joe
On Mon, Apr 6, 2009 at 7:28 AM, K.T Anuradha <anu@ncsi.iisc.ernet.in> wrote:
Hello,
I did bulk import of records on Koha 3.0 with bulkimport script. I could do a search on a few terms successfully. However, when I give a* or m* it gives the following error, whereas p* or z* retrieves the results properly.
Error: Can't call method "raw" on an undefined value at /usr/share/koha/lib/C4/Search.pm line 487.
Could anyone tell me the reason for this pl?
-Anuradha
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
participants (5)
-
anu@ncsi.iisc.ernet.in -
Janson, Aad -
Joe Atzberger -
K.T Anuradha -
Magnus Enger