<div dir="ltr">Dear All,<br><br><br>It seems that the Z39.50 Search does not work by [LC Call Number].<br><br><br>There is nothing displayed on the screen, but I did look at the koha_error-log<br><br><br>The below is the message displayed:<br>

<div><font style="background: none repeat scroll 0% 0% rgb(255, 255, 255);" color="#000000">         Use of uninitialized value 
in subroutine entry at /usr/local/lib/perl/5.10.0/ZOOM.pm line 493, 
&lt;DATA&gt; line 522., referer: <a href="http://10.105.42.88:8080/cgi-bin/koha/cataloguing/z3950_search.pl" target="_blank">http://10.105.42.88:8080/cgi-bin/koha/cataloguing/z3950_search.pl</a></font><br><br>Looking at the code Line 493, the function is below:<br>

<br>
</div><font color="#008000"></font>sub search_pqf {     <br><br>  my 
$this = shift();   <br>  my($pqf) = @_;       <br>  my $_rs = 
Net::Z3950::ZOOM::connection_search_pqf($this-&gt;_conn(), 
$pqf);      &lt;--This is line 493 I think --&gt;<br>  $this-&gt;_check();     return _new ZOOM::ResultSet($this, 
$pqf, $_rs); <br><br>}<br><br>Can someone please help?<br><br><br>I am using Koha - Ubuntu 9.10 - Version 3.00.00 - Zebra 2.0<br><br><br>Best Regards,<br><br><div><font style="background: none repeat scroll 0% 0% rgb(255, 255, 255);" color="#000000"><br>

<br></font></div><br></div>