Hello all. I have recently installed KOHA 3.2 in Ubuntu 10.10. Today I figured out that there is some problem with my OAI server. In another system installed in my public server having KOHA 3.0.6 and Ubuntu 10.04 there is no problem with the same thing. The problem is that after turning on the OAI server and giving a proper oai-archive-id I hit this in the browser: http://localhost/cgi-bin/koha/oai.pl?verb=ListIdentifiers&metadataPrefix=oai_dc This gave me this output: <OAI-PMH xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/
<responseDate>2010-11-01T07:28:21Z</responseDate> <request verb="ListIdentifiers" metadataPrefix="oai_dc">
<ListIdentifiers/> </OAI-PMH> While there are 20 records in my catalogue. Moreover, when I try the same in my public server at http://202.70.88.11:8000/cgi-bin/koha/oai.pl?verb=ListIdentifiers&metadataPrefix=oai_dc I can see all the records listed. The problem is similar with the "GetRecord" verb as well. What may be the problem? Please Help. Regards. -- Nitesh Rijal BE IT rijal.it@gmail.com http://niteshrijal.com.np http://facebook.com/openrijal http://twitter.com/openrijal +9779841458173
Hi, On Nov 1, 2010, at 4:12 AM, Nitesh Rijal wrote:
The problem is that after turning on the OAI server and giving a proper oai-archive-id I hit this in the browser:
http://localhost/cgi-bin/koha/oai.pl?verb=ListIdentifiers&metadataPrefix=oai_dc
This gave me this output:
<OAI-PMH xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd"> <responseDate>2010-11-01T07:28:21Z</responseDate> <request verb="ListIdentifiers" metadataPrefix="oai_dc">http://localhost/cgi-bin/koha/oai.pl</request> <ListIdentifiers/> </OAI-PMH>
I suggest checking to see if the OAI-PMH:MaxCount system preference has a value greater than zero. Regards, Galen -- Galen Charlton VP, Data Services Equinox Software, Inc. / Your Library's Guide to Open Source email: gmc@esilibrary.com direct: +1 352-215-7548 skype: gmcharlt web: http://www.esilibrary.com/
Yes, OAI-PMH:MaxCount has 50 in value any other solution? please help. On Mon, Nov 1, 2010 at 5:34 PM, Galen Charlton <gmc@esilibrary.com> wrote:
Hi,
On Nov 1, 2010, at 4:12 AM, Nitesh Rijal wrote:
The problem is that after turning on the OAI server and giving a proper oai-archive-id I hit this in the browser:
http://localhost/cgi-bin/koha/oai.pl?verb=ListIdentifiers&metadataPrefix=oai_dc
This gave me this output:
<OAI-PMH xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/
http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
<responseDate>2010-11-01T07:28:21Z</responseDate> <request verb="ListIdentifiers" metadataPrefix="oai_dc"> http://localhost/cgi-bin/koha/oai.pl</request> <ListIdentifiers/> </OAI-PMH>
I suggest checking to see if the OAI-PMH:MaxCount system preference has a value greater than zero.
Regards,
Galen -- Galen Charlton VP, Data Services Equinox Software, Inc. / Your Library's Guide to Open Source email: gmc@esilibrary.com direct: +1 352-215-7548 skype: gmcharlt web: http://www.esilibrary.com/
-- Nitesh Rijal BE IT rijal.it@gmail.com http://niteshrijal.com.np http://facebook.com/openrijal http://twitter.com/openrijal +9779841458173
2010/11/2 Nitesh Rijal <rijal.it@gmail.com>
Yes, OAI-PMH:MaxCount has 50 in value
any other solution?
Check the logs. Do you have a standard install or a dev install? Perhaps it has to do with this: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4903 To+
Actually I solved the problem a bit similar way. I searched for the bug, but didn;t get it, so I changed the code and instead of using C4::Context->config('intranetdir'), I used "/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/xslt/ and this solved the problem. I know that this is not a viable solution, but it worked for me, and the patch also does the same perhaps. Thanks for all your comments and responses. Regards. On Tue, Nov 2, 2010 at 6:41 PM, Tomas Cohen Arazi <tomascohen@gmail.com>wrote:
2010/11/2 Nitesh Rijal <rijal.it@gmail.com>
Yes, OAI-PMH:MaxCount has 50 in value
any other solution?
Check the logs. Do you have a standard install or a dev install? Perhaps it has to do with this:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4903
To+
-- Nitesh Rijal BE IT rijal.it@gmail.com http://niteshrijal.com.np http://facebook.com/openrijal http://twitter.com/openrijal +9779841458173
participants (3)
-
Galen Charlton -
Nitesh Rijal -
Tomas Cohen Arazi