<div dir="ltr">Good day all,<br><br><br>First thank you Ted for explaining about the Yaz Client.<br><br>I tested on my windows machine, which has no Koha installed but on the same network as the Koha server, and the records were found and retrieved very quickly.<br>

<br>Now this makes me think that perhaps it is a proxy issue on ubuntu or not.  I remember I had to add a proxy on some other ubuntu servers.  I will give it a try.<br><br>For those who may experience such problem, kindly follow the code below to see if it is fast to retrieve.<br>

<font size="4"><br></font><pre><font size="4">Z&gt; authentication username/password<br>Authentication set to Open (username/password)<br><br>Z&gt; open <a href="http://zcat.oclc.org:210/OLUCWorldCat">zcat.oclc.org:210/OLUCWorldCat</a><br>

Connecting..OK.<br>Sent initrequest.<br>Connection acccepted by V3 Target.<br>...<br>..<br>..<br>..<br>..<br>..<br><br>Z&gt;f @attr 1=7 isbnnumberhere<br>Sent searchRequest.<br>Received SearchResponse.<br>Search was a success.<br>

Number of hits: xx<br><br>Z&gt; show 1 &lt;--To show the first resultset.<br><br><br>I will now go and see why my ubuntu is slow.<br><br><br>Thank you all,<br><br><br>Regards,</font><br><br><br><br></pre><br><br><br><br>
<div class="gmail_quote">
On Tue, May 4, 2010 at 4:38 PM, Ted Lawless <span dir="ltr">&lt;<a href="mailto:lawlesst@gmail.com">lawlesst@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Susan,<br>
<br>
Assuming you have the Yaz-client installed, you can connect to OCLC like this:<br>
<br>
~$yaz-client <a href="http://zcat.oclc.org:210/olucworldcat" target="_blank">zcat.oclc.org:210/olucworldcat</a> -u username/password<br>
<br>
If successful, this will report something like below and take you to<br>
the yaz prompt:<br>
<br>
Authentication set to Open (user/password)<br>
Connecting...OK.<br>
Sent initrequest.<br>
Connection accepted by v3 target.<br>
......<br>
<br>
<br>
Then from the Yaz prompt:<br>
<br>
Z&gt;f @attr 1=7 9780226895109<br>
Sent searchRequest.<br>
Received SearchResponse.<br>
Search was a success.<br>
Number of hits: 2, setno 5<br>
Result Set Status: 0<br>
records returned: 0<br>
Elapsed: 0.143152<br>
Z&gt;show 1<br>
<br>
Which will display the record.<br>
<br>
<br>
Hope this helps,<br>
<br>
Ted<br>
<div class="im"><br>
<br>
2010/5/4 Susan Mustafa &lt;<a href="mailto:susan.mustafa@gmail.com">susan.mustafa@gmail.com</a>&gt;:<br>
&gt; No I haven&#39;t,<br>
&gt;<br>
&gt; Can you direct me on what the command should be like? If i am to search by<br>
&gt; ISBN.<br>
&gt;<br>
&gt; Regards,<br>
&gt;<br>
&gt;<br>
&gt; On Tue, May 4, 2010 at 3:25 PM, Chris Cormack &lt;<a href="mailto:chris@bigballofwax.co.nz">chris@bigballofwax.co.nz</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; 2010/5/4 Susan Mustafa &lt;<a href="mailto:susan.mustafa@gmail.com">susan.mustafa@gmail.com</a>&gt;:<br>
&gt;&gt; &gt; Dear All,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I would like to know if I can in anyway increase the speed of the Z39.50<br>
&gt;&gt; &gt; Search Engine?.  We are only connecting to OCLC, and no other Libraries<br>
&gt;&gt; &gt; are<br>
&gt;&gt; &gt; checked before searching.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Searching based on ISBN takes close 10 seconds to produce data [With 2<br>
&gt;&gt; &gt; result sets being returned so not a lot]<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please help, as the Library director is breathing down my neck.<br>
&gt;&gt; &gt;<br>
&gt;&gt; Hi Susan<br>
&gt;&gt;<br>
&gt;&gt; Have you tried searching OCLC using yaz-client on the commandline ..<br>
&gt;&gt; is that the same delay?<br>
&gt;&gt;<br>
&gt;&gt; Chris<br>
&gt;<br>
&gt;<br>
</div>&gt; _______________________________________________<br>
&gt; Koha mailing list<br>
&gt; <a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
&gt; <a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br></div>