Hie, For the first time, I have enabled the SRU on Zebra server by editing koha-conf.xml :
<listen id="publicserver" >tcp:@:9999</listen> > <server id="publicserver" listenref="publicserver"> > <directory>/var/lib/zebradb/biblios</directory> > <config>/etc/koha/zebradb/zebra-biblios.cfg</config> > <cql2rpn>/etc/koha/zebradb/pqf.properties</cql2rpn> > <retrievalinfo> > <retrieval syntax="usmarc" name="F" /> > <retrieval syntax="usmarc" name="B" /> > </retrievalinfo> > </server> > <serverinfo id="publicserver"> > <ccl2rpn>/etc/koha/zebradb/ccl.properties</ccl2rpn> > <user>xxxx</user> > <password>xxxx</password> > </serverinfo> > I Koha administration, I added this Z3950 server. It works well but : I have installed everything in UNIMARC and SRU only works when : - I configure the server Z3950 with USMARC/MARC21. - I configure retrieval syntax="usmarc" instead of "unimarc" Does that mean that Zebra internal database is always in USMARC ? Thanks for your help. -- Fridolyn SOMERS ICT engineer PROGILONE - Lyon - France [email protected]
_______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
