[Dspace-tech] little questions

2010-09-03 Thread Sergiu Ioan Irimia
DSpace 1.6 Two questions... I've searched in configuration file and in the manual, but I didn't found anything...1. Can I add new fields on registration process? I would like to know more about the person that registers, for example, his major and the institution where he works...2. Can I limit

Re: [Dspace-tech] little questions

2010-09-03 Thread Claudia Jürgen
Hello Sergiu, 1. new fields for eperson This is not configurable. You can change it by enhancing the eperson table and provide the code to access and use the information whereever it is needed. Keep in mind that changes like this will make upgrades a bit more difficult as you got to merge your

Re: [Dspace-tech] LDAP settings

2010-09-03 Thread Stuart Lewis
Hi again, Apologies - you may indeed need to escape the comma as this isn't the normal separator between dn/ou/cn type elements. As Flavio suggests, try two backslashes. Java can sometimes be worse than that and require four as it will strip them out twice, each time the string is handled.

[Dspace-tech] controlled vocabulary add-on code needed

2010-09-03 Thread AMJAD USMAN
Hello everybody, can anybody tell me how subject search works ? i have installed dspace 1.6 and enabled controlled vocabulary add-on that in turn enables subject search.. i have studied the respective paper of controlled vocabulary add-on and got understand how it assigns keyword to the

[Dspace-tech] Export Solr Stats to MS Excell

2010-09-03 Thread Lewatle Phaladi
Hi All I am intending to export or convert SOLR stats into excel document, I want somebody to give an idea on how to do that or to give me a better way of taking the SOLR stats out of DSpace and put in as document that will also have good meaning. Regards, Lewatle htmlpfont face =

[Dspace-tech] Inmmagic to dspace 1.5

2010-09-03 Thread Webshet, Sisay (ILRI)
Hi, I am currently working on migrating metadata and items from InMagic to Dspace. An XML generated by InMagic. As some one comment I've made a report form that InMagic can generate in XML Dublin Core format and sparsed the file into multiple pieces. Any other experience Regards,

[Dspace-tech] Geolite errors

2010-09-03 Thread bill . anderson
We continue to get lots and lots of these in our Tomcat logs: Error seeking country while seeking 2189422231 ...accompanied by these in the dspace logs: ERROR org.dspace.statistics.SolrLogger @ Failed DNS Lookup for IP: We have a GeoLiteCity.dat in our config directory, and the SOLR stats are

Re: [Dspace-tech] Geolite errors

2010-09-03 Thread Hilton Gibson
Me too ! On 03/09/2010 16:05, bill.ander...@library.gatech.edu wrote: We continue to get lots and lots of these in our Tomcat logs: Error seeking country while seeking 2189422231 ...accompanied by these in the dspace logs: ERROR org.dspace.statistics.SolrLogger @ Failed DNS Lookup for

Re: [Dspace-tech] Dspace import/Replace error

2010-09-03 Thread Rahman, Sm F
Tim, Here is the scenario that might reveal any clue what am I missing here: I am trying to restore the backup that I got from another institution. They used to host our Dspace instance. I got 2 files, one is a Postgres backup and another is Assetstore. Now, digging through all the docs, I

[Dspace-tech] Shibboleth logout

2010-09-03 Thread Jim Coble
We are using the XMLUI interface on DSpace 1.6.2. We have activated Shibboleth authentication (stacked on top of the usual Password authentication). The Logout link logs you out of DSpace but it does not log out you out of Shibboleth. To accomplish this, we basically need to intercept the

[Dspace-tech] A couple questions about 1.6.2 Solr stats...

2010-09-03 Thread Wally Grotophorst
I'd like to block counting of my local machine from the Solr stats in DSpace 1.6.2 can i use stats-util to do that? maybe a command like this: dspace stats-util -i xxx.xxx.xxx.xxx where xxx.xxx.xxx.xxx is the IP address I want to remove from the Solr index? or should I make up a file that

[Dspace-tech] DSpace Global Outreach Update

2010-09-03 Thread Valorie Hollister
Dear DSpace Community - As many of you are aware, the DSpace Global Outreach Committee (DGOC) is a group of volunteers from the DSpace community who work to identify or develop resources and tools for DSpace users, as well as to advance the user community network world-wide. The DGOC has

Re: [Dspace-tech] searching with diacritics

2010-09-03 Thread Blanco, Jose
Kevin: This is for the solr/statistics webapp, but what about the jspui webapp that one uses lucene. Thanks! Jose -Original Message- From: Kevin S. Clarke [mailto:kscla...@gmail.com] Sent: Monday, August 23, 2010 4:35 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject:

Re: [Dspace-tech] searching with diacritics

2010-09-03 Thread Kevin S. Clarke
Hi Jose, Seems there is a corresponding filter in Lucene proper: http://lucene.apache.org/java/2_4_0/api/org/apache/lucene/analysis/ISOLatin1AccentFilter.html We use xmlui, rather than jspui though, so I have no idea how you'd configure it in the jspui setup. Sorry, Kevin On Fri, Sep 3, 2010