Re: [dspace-tech] How to delete matadata from collection without delete the collection?

2017-10-10 Thread Claudia Jürgen
Hello, if you mean the metadata of the collection itself, you can just log in as admin and edit the collection. If you mean the metadata of all the items belonging to a collection, take a look at Batch Metadata Editing:

[dspace-tech] DSpace connection to Google

2017-10-10 Thread Shaun donovan
Hi all. I am trying to implement DSpace 5.8 behind a very restrictive firewall / proxy. As such, I have switched off as many outgoing connections as I can think of (like google annalytics). But I find that whenever I try to download a bitstream, an https connection is made to a google server.

[dspace-tech] DSapce 6.2 solr refuses to authorize requests

2017-10-10 Thread Ruck Zuck
Hello, from a fresh installed DSpace 6.2 with solr running (e.g. wget 'http://localhost:8080/solr/search/select?q=*%3A*=json=true' works), there seems to be an authorization problem for dspace, bin/dspace solr-reindex-statistics and also the xmlui shows a solrj exception :

Re: [dspace-tech] DSpace connection to Google

2017-10-10 Thread Claudia Jürgen
Hello Shaun, you can disable the google analytics listener in the applicationContext.xml as described in https://jira.duraspace.org/browse/DS-2904 If you are using jspui copy applicationContext.xml to [dspace]/dspace/modules/jspui/src/main/webapp/WEB-INF/spring/applicationContext.xml and

[dspace-tech] Re: DSapce 6.2 solr refuses to authorize requests

2017-10-10 Thread Mark H. Wood
On Tuesday, October 10, 2017 at 3:49:33 AM UTC-4, Ruck Zuck wrote: > > from a fresh installed DSpace 6.2 with solr running (e.g. wget ' > http://localhost:8080/solr/search/select?q=*%3A*=json=true' > works), there seems > to be an authorization problem for dspace, bin/dspace >

Re: [dspace-tech] DSpace API

2017-10-10 Thread Terry Brady
Ed, The following tutorial link might also be helpful: https://github.com/terrywbrady/restReportTutorial/blob/master/README.md This link details how to use the REST-based reporting tools introduced in DSpace 6. It helps to generate CSV files that can be used by the Batch Metadata Editing

[dspace-tech] First Meeting of "DSpace Entities Working Group": Oct 13 at 15UTC

2017-10-10 Thread Tim Donohue
Hi All, The first meeting of the DSpace Entities Working Group will be held *this* Friday (Oct 13) at 15:00 UTC (11am-12pm EDT, 8am-9am PDT) in Google Hangouts Hangout: https://hangouts.google.com/group/tZGTmdlQGYOCLvbI3 More information is available on the Working Group wiki page at

[dspace-tech] LDAP Dspace 5.3

2017-10-10 Thread Marcelo Silveira
This is my LDAP configuration file. enable = true autoregister = true provider_url = ldap://satc.edu.br/ id_field = sAMAccountName object_context = ou=Users,DC=satc,DC=edu,DC=br search_context = OU=Users,DC=satc,DC=edu,DC=br email_field = mail surname_field = sn givenname_field = givenName