ILS Z39.50 server information where to look for?
Hello, I was wondering if anyone knows where I can find the following information within KOHA. IP address of the ILS Z39.50 server Port that Ze9.50 searches use Database name. I have looked into the Z39.50 server information under the caption Additional Parameters in the KOHA admin section. And found information, but I just want to double check if this is it. Thanks
Excerpts from Bustillos, Corina's message of 2017-12-15 19:20:55 +0000:
I was wondering if anyone knows where I can find the following information within KOHA. IP address of the ILS Z39.50 server Port that Ze9.50 searches use Database name.
By default the Z39.50 server has the same IP address as your Koha server, port 9998, database biblios. The port and database are defined in /etc/koha/sites/LIBRARY/koha-conf.xml, where LIBRARY is the Koha instance name. You can test this using this: yaz-client mylibrary.example.com:9998/biblios Replace mylibrary.example.com with your actual hostname or IP address.
participants (2)
-
Bustillos, Corina -
Mark Alexander