[Koha-bugs] [Bug 623] z3950 search doesn't

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Sun Oct 5 01:52:21 CEST 2003


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=623





------- Additional Comments From chris at clanhobbs.org  2003-10-05 12:52 -------
OK, the problem appears to be in Net::Z3950. I get the same "Failed to retrieve"
error when I use the following test script, cribbed from the Net::Z3950 tutorial:

use Net::Z3950;
$conn = new Net::Z3950::Connection('z3950.loc.gov', 7090,
                                           databaseName => 'Voyager');
$rs = $conn->search('@attr 1=7 "0812694333"');
print "found ", $rs->size(), " records:\n";
my $rec = $rs->record(1);
print $rec->render();

The response is:

found 1 records:
Failed to retrieve record #1

Is there an easy way to make sure I have the right version of Net::Z3950?



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Koha-bugs mailing list