[Koha] Solved: Z3950 Searches Stopped Working

MJ Ray mjr at dsl.pipex.com
Fri Mar 26 02:31:54 NZST 2004


This may be more on-topic for koha-devel at lists.sourceforge.net than 
here.

On 2004-03-22 00:43:44 +0000 Ken & Brenda Voelker 
<brenv at voelkerville.com> wrote:

> Don't understand why others haven't run into
> this problem, nor do I understand why it appeared so suddenly on my
> installation.

Is this related to 
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=624 on some 
installations (1.9x and maybe early 2.0RC)?

> CURE: in the module
> /usr/local/koha/intranet/scripts/z3950daemon/processz3950queue, look 
> for the
> line that creates the new Z3950 connection:
>    eval { $conn= new Net::Z3950::Connection($servername, $port, 
> databaseName
> => $database); };
> 
> and modify it to explicitly spell out the record syntax you want, i.e.
> USMARC:
>    eval { $conn= new Net::Z3950::Connection($servername, $port, 
> databaseName
> => $database, preferredRecordSyntax => 'USMARC'); };

Should this be drawn from the Z39.50 server config stored in the 
database instead of hard-coded?

-- 
MJR/slef     My Opinion Only and possibly not of any group I know.
Please http://remember.to/edit_messages on lists to be sure I read
http://mjr.towers.org.uk/ gopher://g.towers.org.uk/ slef at jabber.at
  Creative copyleft computing services via http://www.ttllp.co.uk/



More information about the Koha mailing list