[Koha] Z39.50 Problem

Joe Atzberger ohiocore at gmail.com
Mon Jan 12 07:50:15 NZDT 2009


What steps did you take to confirm Zebra is running on 9999?

It sounds like you are running Apache and not Zebra on 9999, since you are
getting an HTTP error status.  Zebra doesn't use HTTP.

The steps to enable the public z39.50 server are:

   1. edit KOHA_CONF file, uncomment the line that looks like this:

>    <!-- <listen id="publicserver" >tcp:@:9999</listen> -->
>
   to be:
>
>    <listen id="publicserver" >tcp:@:9999</listen>

   2. restart zebrasrv
   3. test on localhost using yaz-client on command line
   4. test on remote system using yaz-client on command line

--Joe

On Sat, Jan 10, 2009 at 7:12 AM, joydas <joyofkolkata at gmail.com> wrote:

>
> Hi,
> We have installed koha in our network.This is working fine.
> But whenever we try to access it through YAZ clients it gives error.
> Zebra server is running on port 9999.
>
> It gives the error when accessing through web interface:
>
> YAZ 3.0.16
> Error: 404
> Description: Not Found
>
> When accessing through command line interface it gives the error:
>
> Content type does not appear to be XML
> HTTP Error Status=404
>
> Please help us in finding the possible cause of this problem and how we can
> solve it.
> --
> View this message in context:
> http://www.nabble.com/Z39.50-Problem-tp21387463p21387463.html
> Sent from the Koha - Discuss mailing list archive at Nabble.com.<http://lists.katipo.co.nz/mailman/listinfo/koha>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.katipo.co.nz/pipermail/koha/attachments/20090111/ca056b8f/attachment.htm 


More information about the Koha mailing list