z3950 server/client problem
Hi, I try to test a z3950 server and a z3950 client . My z3950 server runs well ./zed-koha-server.pl daemon I run the ./processz3950queue daemon in my z3950 client When it try to search from a title or an ISBN from my z3950 client it did not find anything. I got the Error message below from my ./processz3950queue daemon DBD::mysql::st execute failed: Unknown column 'z3950random' in 'field list' at /usr/share/perl5/C4/Breeding.pm line 115. Do you know where is the mistake ? Regards Serge -- Serge Renaux Groupe ESIEE / CCI Paris EMail:s.renaux@esiee.fr Tel:(33)1.45.92.67.46
On 2004-03-18 14:03:16 +0000 Serge RENAUX <s.renaux@esiee.fr> wrote:
I got the Error message below from my ./processz3950queue daemon DBD::mysql::st execute failed: Unknown column 'z3950random' in 'field list' at /usr/share/perl5/C4/Breeding.pm line 115.
Do you know where is the mistake ?
Your database tables are not up to date. Which version are you using? I encountered this bug some time ago and Paul changed the upgrade scripts to fix it. Have you upgraded recently? From which release? -- 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@jabber.at Creative copyleft computing services via http://www.ttllp.co.uk/
participants (2)
-
MJ Ray -
Serge RENAUX