Re: [dspace-tech] How to hide 32-character references from Community group name

2018-10-24 Thread Paul Münch
Hello, unfortunately you can't configure these behaviour. Changes have to make inside the code. For example take a look into the Method 'createAdministrators': https://github.com/DSpace/DSpace/blob/bd9bd233b762762d3866a653ff95fc598cc723c5/dspace-api/src/main/java/org/dspace/content/CollectionServ

Re: [dspace-tech] View Statistics links not working

2018-10-24 Thread wlrutherford
I made some progress and lost a little ground at the same time. First I verified that all of the statistics config files were watching the same port: */dspace/config/modules/solr-statistics.cfg* server = http://localhost:8080/solr/statistics */dspace/config/modules/oai.cfg* solr.url=http://local

[dspace-tech] How to hide 32-character references from Community group name

2018-10-24 Thread Sharon D
Hi. I'm new to Dspace and have recently set up Dspace v6.3 using the Mirage theme (xmlui). When I want to edit or add a group, the system-generated name includes a 32-character reference and also a reference to an ID number eg Group Editor: COMMUNITY_67aaab4c-810e-47a4-84e3-6ed26be36a7b_A

[dspace-tech] How to hide 32-characher reference from Community group name

2018-10-24 Thread Sharon D
Hi. I'm new to Dspace and have recently set up Dspace v6.3 using the Mirage theme (xmlui). When I want to edit or add a group, the system-generated name includes a 32-character reference and there is also a reference to an ID number. Is there some way to hide these references or to cus

[dspace-tech] Re: Can not add a user

2018-10-24 Thread Chin U. Kim
I added language to the eperson metadata schema and it resolved the issue. Not sure how all these other user accounts were created without it... but.. it works now. On Wednesday, October 24, 2018 at 10:24:50 AM UTC-4, Chin U. Kim wrote: > > Hello All, > > When attempting to add a user to DSpace

Re: [dspace-tech] DSpace 6.3 REST-API stopped working in Ubuntu 18.04 and 18.10

2018-10-24 Thread Christoph Weber
Hi Tim, thanks for your answer. I just did a fresh install of everything. Fresh ubuntu 18.10 with java 8, fresh postgres 10 database and fresh DSpace 6.3 following the install instructions. Just to rule out potential problems caused by ubuntu updates. REST-API is still failing to start. Normal

[dspace-tech] Can not add a user

2018-10-24 Thread Chin U. Kim
Hello All, When attempting to add a user to DSpace 6.x I am met with; Exception: bad_dublin_core schema=eperson.language.null. Metadata field does not exist! java.sql.SQLException: bad_dublin_core schema=eperson.language.null. Metadata field does not exist! at org.dspace.content.DSpac

Re: [dspace-tech] Authorization policy of collection not opening for previously submitted items on DSpace 6.2

2018-10-24 Thread Tim Donohue
Hi Lewatle, As you've seen, Permission changes at the Collection level do not automatically get inherited to Items already in that Collection. Each individual object has separate permissions, and Items only inherit permissions at the point at which they are submitted. However, if you need to man

Re: [dspace-tech] Retrieve a bibliographical hierarchy using SWORD-only?

2018-10-24 Thread Tim Donohue
Hi Stefan, I'm not sure this is possible, as the SWORD protocol itself defines the structure of SWORD service documents. Service Documents only really list locations that SWORD is able to deposit into. They really aren't designed to display hierarchy. Here's more on the service document format

Re: [dspace-tech] Retrieve a bibliographical hierarchy using SWORD-only?

2018-10-24 Thread Stefan Kombrink
Okay, I will update this question by myself: it seems possible to configure SWORD to deliver communities instead of collections: swordv2-server.expose-communities = true [local.cfg] Then, I am able to retrieve a list of service documents for their collections. This way it should be possible to

[dspace-tech] Re: Remove restrictions on entire collection with items

2018-10-24 Thread Lewatle Johannes Phaladi
Dear Claudia, Thank you very much, I have tested after making the necessary settings on JSPUI interface and the items are accessible for anonymous user. Regards, Lewatle On Tuesday, 23 October 2018 15:32:15 UTC+2, Lewatle Johannes Phaladi wrote: > > Dear DSpace Team, > > I have collection wit

[dspace-tech] Retrieve a bibliographical hierarchy using SWORD-only?

2018-10-24 Thread Stefan Kombrink
Dear community, after the latest success in our SWORD-related DSpace Quests :D there remains one last challenge: Obtaining a community/subcommunity/collection hierarchy within the service document. To us this seems impossible. Actually the only thing missing is a definable unique path for each

Re: [dspace-tech] Re: DOI via Proxy

2018-10-24 Thread Paul Münch
Hello again, after database manipulating the original proxy problem persists. Fortunately I found a solution. The 'HttpClientBuilder' ( https://github.com/DSpace/DSpace/blob/dspace-6.3/dspace-api/src/main/java/org/dspace/identifier/doi/DataCiteConnector.java#L769 ) do not use proxy settings. So I

[dspace-tech] Authorization policy of collection not opening for previously submitted items on DSpace 6.2

2018-10-24 Thread Lewatle Johannes Phaladi
Dear DSpace Team, I have edited authorization policy directly on collection and added Read, Default_Bitstream_Read and Default_Item Read for Anonymous user, I have then tried to open older submitted items and they are still restricted for non-logged in users, i have done test submission to chec

Re: [dspace-tech] Re: Remove restrictions on entire collection with items

2018-10-24 Thread Claudia Jürgen
Hello, for future items set the DEFAULT_ITEM_READ and DEFAULT_BITSTREAM_READ to anonymous for existing items, which have been submitted with restriction log in as admin -> Administer -> Access Control -> Authorization -> Advanced/Item Wildcard Policy Admin Tool there you can change the existing i

[dspace-tech] Re: Remove restrictions on entire collection with items

2018-10-24 Thread Lewatle Johannes Phaladi
Hi DSpace Team, How can I open the whole collection for anonymous or non logged in users. Regards, Lewatle On Tuesday, 23 October 2018 15:32:15 UTC+2, Lewatle Johannes Phaladi wrote: > > Dear DSpace Team, > > I have collection with more than 300 items which are closed for anonymous > access, I