[dspace-tech] Re: DSpace statistics

2018-03-28 Thread Kim Shepherd
Hi Margareth, sorry for the late reply. CC'ing DSpace Technical Support list as discussed, so others can offer their ideas / learn from this. There are a few ways the bitstream count can get up, from my experience... There are some basic reasons like * The bitstream URL has been indexed directly

Re: [dspace-tech] Re: Database migration DSpace-3.6 to DSpace-5.5

2018-03-28 Thread helix84
The Access Rights Awareness feature was added around DSpace 3. Usually what people upgrading from an older version are surprised to see is DSpace showing lower item counts than before for users who are not logged in. https://wiki.duraspace.org/display/DSDOC6x/Discovery#Discovery-AccessRightsAwaren

Re: [dspace-tech] Re: Database migration DSpace-3.6 to DSpace-5.5

2018-03-28 Thread wlrutherford
Curiouser and curiouser... After one of my changes introduced weird formatting errors to the webpage I rolled back an earlier version. On inspection I saw it was reporting even more records than before (differences of 123, 70, 0 from what I was expecting). This was great news. But an hour later

[dspace-tech] Problems in Changing Displayed Item Metadata DSpace 6.2

2018-03-28 Thread haian . abdirahman
Hello, I'm having trouble customizing our DSpace simple item view. I'd like for our custom metadata *dc.title.series *"Series" to be readily visible. I've followed the steps in changing displayed metadata detailed here , includi

Re: [dspace-tech] Curation tasks on DSpace 6 stoped working

2018-03-28 Thread Tim Donohue
Hi Enes, Sorry, I've run out of ideas here. As you aren't able to reproduce this on another server, and I cannot reproduce this on my end (or on demo.dspace.org), it seems to me it's likely to be one of the following (but I don't know which one): 1. A configuration problem in either curate.cfg o

Re: [dspace-tech] How to know who harvested by repository?

2018-03-28 Thread Alan Orth
Hi, Vinay. I don't have anything fancy, but I run an nginx webserver in front of my DSpace instance and I specifically log requests to /oai. I can see all the requests there, for example: 178.238.143.214 - - [28/Mar/2018:08:10:06 +] "GET /oai/request?verb=ListRecords&metadataPrefix=oai_dc&set

Re: [dspace-tech] Dspace 6.0 Citation Cover Page causes NullPointerException in BitstreamReader

2018-03-28 Thread Nurminen, Miika
On 18.1.2017 8:44, Steve C wrote: Hi all, Have built a new Debian Server (OpenJDK 1.8, Tomcat 8) and installed Dspace 6.0 /xmlui for testing. Asset store and Database were restored from our current version 5 production system and all seem to be working well apart from the Citation Cover Page.

[dspace-tech] Re: How to count the item without bitstream?

2018-03-28 Thread Paul
Thx for your help. I will try it. Paul於 2018年3月28日星期三 UTC+8上午11時54分59秒寫道: > > I found the code in the ItemCountDAOSolr.java > > DiscoverQuery query = new DiscoverQuery(); > query.setFacetMinCount(1); > query.addFacetField(new DiscoverFacetField("location.comm", >

Re: [dspace-tech] How to count the item without bitstream?

2018-03-28 Thread Claudia Jürgen
Hello Paul, as of 6.x there is already a solr search entry for this. The field is has_content_in_original_bundle:true/false https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/spring/api/discovery.xml#L414 Hope this helps Claudia Jürgen Am 28.03.2018 um 05:54 schrieb Paul: I foun