[Dspace-tech] WIthdrawn items are searched after update-discovery-index

2014-10-17 Thread Ruben
Hi everyone, I'm working on DSpace XMLUI, and I had many problems this week with duplicated harvested items in one community. I decided to withdraw these items modifying 'withdrawn' and 'in_archive' flags directly on database ( I applied this workaround before completely delete because the

[Dspace-tech] Dspace Navigation buttons

2014-10-17 Thread Tatevik Zargaryan
Hi how can I add navigation buttons (next page, previous page, end) for each collection in the UI. Thanks in advance Tatevik -- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted

Re: [Dspace-tech] Solr Statistics still not working DSpace 4.1

2014-10-17 Thread Hilton Gibson
Hi Keir Without knowing which DSpace version, try to check: http://wiki.lib.sun.ac.za/index.php/SUNScholar/SOLR_Statistics The link is based on DSpace 3.2 and Ubuntu 12.04 LTS as per RA-02-2014 in: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Reference_Architecture Cheers hg *Hilton Gibson*

[Dspace-tech] Adding Users/Researchers to Organization Unit

2014-10-17 Thread Mary Choi
Dear all, I would like to know how to add users/researchers to a Organization unit. If I want to add a researcher to a unit and link to his/her profile, what should I add to the Metadata for Researcher Profile reference field? Thank you very much for your time. Best Regards,Mary

Re: [Dspace-tech] Adding Users/Researchers to Organization Unit

2014-10-17 Thread Andrea Bollini
Hi Mary, what version of DSpace-CRIS are you using? have you load the basic configuration or are you configuring a custom domain model? in the basic configuration https://github.com/Cineca/DSpace/blob/dspace-cris-master/dspace/etc/postgres/base-configuration-crismodule.sql#L232 you have the

[Dspace-tech] OAI Web app throwing exception in Dspace 4.2

2014-10-17 Thread Nason Bimbe
Hi, I have just upgraded my production box with DSpace 4.2 from 3.1. All works well on my dev box but I getting the following exception when I hit the oai webapp on the browser. Has anyone encountered this problem and how did they resolve it. Thanks Nason HTTP Status 500 - Servlet.init() for

[Dspace-tech] Using OCR to make scanned documents searchable by content

2014-10-17 Thread Mckeane Thomas
Hello, Does Dspace allow for scanned documents to be searchable by content or is there a way to do this using OCR if it is not supported. -- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for

Re: [Dspace-tech] Using OCR to make scanned documents searchable by content

2014-10-17 Thread Peter Dietz
Hi Thomas, Before you upload your content to DSpace, ensure that your have your PDF-creation-software OCR the scanned files. Acrobat should be able to do that. http://blogs.adobe.com/acrobat/acrobat_ocr_make_your_scanned/ Once that OCR'ed PDF gets uploaded to DSpace, DSpace will be able to

Re: [Dspace-tech] Using DSpace with https

2014-10-17 Thread Carlos Walter Blandon Alvarez
Hi Hilton. My question is because I see the next error: [blocked] The page at 'https://repository.eafit.edu.co/' was loaded over HTTPS, but ran insecure content from 'http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js': this content should also be loaded over HTTPS. I think is

Re: [Dspace-tech] Using DSpace with https

2014-10-17 Thread helix84
On Fri, Oct 17, 2014 at 11:15 PM, Carlos Walter Blandon Alvarez cblan...@eafit.edu.co wrote: [blocked] The page at 'https://repository.eafit.edu.co/' was loaded over HTTPS, but ran insecure content from 'http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js': this content should

Re: [Dspace-tech] WIthdrawn items are searched after update-discovery-index

2014-10-17 Thread helix84
On Fri, Oct 17, 2014 at 8:20 AM, Ruben ruben.bo...@csuc.cat wrote: After this I ran index-update and all of these items no longer appear in 'Items in this collection by title' list, but if I searched them, they appears. Then I applied update-discovery-index -d to delete all indexes and rebuild

[Dspace-tech] OAI Harvesting of Collection Containing Withdrawn Items

2014-10-17 Thread Terry Brady
I am encountering an error in DSpace 3 and DSpace 4 code when I attempt to harvest a collection containing a withdrawn item. I have started my investigation, and I am curious to understand the intention of this query

Re: [Dspace-tech] OAI Harvesting of Collection Containing Withdrawn Items

2014-10-17 Thread helix84
Hi Terry, I'm just speaking from memory here, not checking the code as I go, so take it with a grain of salt. In XOAI, filter is something that narrows down the result set. So you get all items, then you filter out some. You want to filter out withdrawn items (item.withdrawn=TRUE), but xoai