Troubleshooting Z39.50 access
Hello. New Koha user here and attempting to configure Z39.50 for external libraries to harvest records. I've configured the server directive and server info blocks which I've shared in the following gist. https://gist.github.com/minorscience/d92d40f077b830c5985eed116d81b2f4 Not sure what else need to done besides bouncing the Zebra server. Any attempt to connect on the local network or outside network returns: Connecting...error = System (lower-layer) error Zebra is running and the assigned port is open. Any ideas? I'm a little familiar with yaz but haven't used it much in a Koha context. Thanks in advance. Jason Loeffler Technology Consultant Minor Science | Application Development & Metadata Strategy Brooklyn, New York jason@minorscience.com (347) 405-0826 minorscience (Skype)
Hello I don't know if it solves your problem but I had to replace the actual settings in /etc/koha/sites/my_site/koha_conf.xml in the section starting with: <!-- PUBLICSERVER'S BIBLIOGRAPHIC RECORDS --> < server id="publicserver" listenref="publicserver"> using the values from <!-- BIBLIOGRAPHIC RECORDS --> <server id="biblioserver" listenref="biblioserver"> to make it work. I don't know why but now I can search my records :-) (Before that, I received only the headers). Greetings Beda Am 10.05.2016 um 01:29 schrieb Jason Loeffler:
Hello.
New Koha user here and attempting to configure Z39.50 for external libraries to harvest records.
I've configured the server directive and server info blocks which I've shared in the following gist.
https://gist.github.com/minorscience/d92d40f077b830c5985eed116d81b2f4
Not sure what else need to done besides bouncing the Zebra server.
Any attempt to connect on the local network or outside network returns:
Connecting...error = System (lower-layer) error
Zebra is running and the assigned port is open.
Any ideas? I'm a little familiar with yaz but haven't used it much in a Koha context.
Thanks in advance.
Jason Loeffler Technology Consultant Minor Science | Application Development & Metadata Strategy Brooklyn, New York jason@minorscience.com (347) 405-0826 minorscience (Skype) _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Beda Szukics -
Jason Loeffler