[dspace-tech] Error in Batch Import

2017-08-09 Thread Layale Bassil
Dear All, I am not being able to use the Batch Import functionality of the dspace instance we are currently using and below is the error triggered upon using the batch import tool of DSpace. Please note that we are currently running DSpace 5.2 on Redhat 6.9 with Java version 1.7.0_71.

Re: [dspace-tech] Re: Usage statistics are empty

2017-08-09 Thread Terry Brady
I am sorry that your initial question was not answered. Have you confirmed the following configuration settings? https://wiki.duraspace.org/display/DSDOC3x/DSpace+Statistics#DSpaceStatistics-ConfigurationsettingsforStatistics Can you access your Solr Admin console? If so, do you see your

[dspace-tech] Re: Usage statistics are empty

2017-08-09 Thread Vitor Machado
Please, can someone help? Thank you. Em sexta-feira, 28 de julho de 2017 12:56:36 UTC-3, Vitor Machado escreveu: > > Hello everyone! > > I'm providing maintenance for a DSpace 3, but I'm currently having a > problem with the usage statistics page, which is coming up with no results > (see here

[dspace-tech] Understanding "author confidence" in dspace 5.6

2017-08-09 Thread Scott Renton
Hi folks Just trying to get to grips with how Author Confidence is controlled in dspace 5. Attaching two screenshots. One has some authors with no obvious ORCID or ID attached to them, 1 has "thumbs up" icons and the tooltip “This authority value has been confirmed as accurate by an

[dspace-tech] DSpace-CRIS 5.7 release announcement

2017-08-09 Thread Bollini Andrea
***apologies for cross-posting*** Dear all, I'm glad to announce the availability of the 5.7 version of DSpace-CRIS built on top of the recent security fix release DSpace JSPUI 5.7: https://github.com/4Science/DSpace/tree/dspace-cris-5.7.0 This version includes the bug fixes from DSpace 5.7

Re: [dspace-tech] assign dc.autor = eperson.lastname in submission step

2017-08-09 Thread Andrea Schweer
actually looking at the doProcessing method in InitialQuestionsStep, you probably need context.commit(); return STATUS_COMPLETE; // no errors! at the end of the doProcessing method too On 08/09/2017 06:22 PM, Andrea Schweer wrote:

Re: [dspace-tech] assign dc.autor = eperson.lastname in submission step

2017-08-09 Thread Andrea Schweer
Hi, I think it's as easy as this (5.x code, you may need to adjust for 6.x): public class SubmitterAsAuthor extends AbstractProcessingStep { @Override public int doProcessing(Context context, HttpServletRequest request, HttpServletResponse response,