koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 623] z3950 search doesn't
Date: 4 Oct 2003 23:52:21 -0000

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





------- Additional Comments From address@hidden  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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]