[Bug 623] z3950 search doesn't
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=623 ------- Additional Comments From chris@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.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz