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. _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

