Re: [Dspace-tech] DSpace on two servers

2013-07-15 Thread Kostas Stamatis
Hi Remi, I would see two options here: 1) Just make the second DSpace point to the same database (or a copy of the first one). Also, do not forget to copy the assetstore and do an index-init as well, in order to create again the browse and search indexes. 2) Export items from the first DSpace

Re: [Dspace-tech] Author's organization, address and other metadata

2013-07-15 Thread LifeH2O
Anyone please -- View this message in context: http://dspace.2283337.n4.nabble.com/Author-s-organization-address-and-other-metadata-tp4665636p4665683.html Sent from the DSpace - Tech mailing list archive at Nabble.com.

Re: [Dspace-tech] Author's organization, address and other metadata

2013-07-15 Thread Kostas Stamatis
Dear LifeH2O You can always use your own metadata fields to hold information about author's address, but the flat nature of the metadata schema of DSpace will not allow you to do this when you have lot of authors and a lot of addresses respectively, since you will not be able to map authors with

Re: [Dspace-tech] Help in indexing dspace3

2013-07-15 Thread Thornton, Susan M. (LARC-B702)[LITES]
Try changing your Java parameters in dsrun to: java -Xms2048m -Xmx3072m -Xss512k -Dfile.encoding=UTF-8 -classpath $FULLPATH $@ Good luck! Sue Sue Thornton Office: (757) 224-4130 Mobile: (757) 506-9903

Re: [Dspace-tech] Help in indexing dspace3

2013-07-15 Thread Thornton, Susan M. (LARC-B702)[LITES]
Sorry - I didn't see you were using DSpace version 3 - try changing your JAVA_OPTS in /bin/dspace to: JAVA_OPTS=-Xms2048m -Xmx3072m -Xss512k -Dfile.encoding=UTF-8 Pls. let us know if this works for you. Thanks, Sue Sue

Re: [Dspace-tech] Author's organization, address and other metadata

2013-07-15 Thread LifeH2O
Then this is something that DSpace lack. Authors are just a field but the feel like separate entity while using DSpace. For now we have done an ugly 'fix' by using second name textbox field to store address with author name. Can authority control do this? In this video

Re: [Dspace-tech] Author's organization, address and other metadata

2013-07-15 Thread Andrea Bollini
Hi, your use case will need in any case some work. A good starting point could be the DSpace-CRIS addon that allow you to make record for the authors and use the authority control to enable lookup in this additional database. http://cilea.github.com/dspace-cris/ In the author record you can

Re: [Dspace-tech] general overview statistics stop showing

2013-07-15 Thread Shixing Wen
Thanks, Alcides, for your suggestions! Our July stats shows up now. Now, how can we get the stats from April to June show up in the admin gui? Thanks, Shixing On Fri, Jul 12, 2013 at 12:37 PM, Alcides Carlos de Moraes Neto alcides.n...@gmail.com wrote: Check if you have all cron jobs for

Re: [Dspace-tech] general overview statistics stop showing

2013-07-15 Thread Hilton Gibson
Also see: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Daily_Admin On 15 July 2013 17:59, Shixing Wen s...@d.umn.edu wrote: Thanks, Alcides, for your suggestions! Our July stats shows up now. Now, how can we get the stats from April to June show up in the admin gui? Thanks, Shixing

Re: [Dspace-tech] Help in indexing dspace3

2013-07-15 Thread Hilton Gibson
Also see: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Optimisations On 15 July 2013 14:49, Thornton, Susan M. (LARC-B702)[LITES] susan.m.thorn...@nasa.gov wrote: Try changing your Java parameters in dsrun to: java -Xms2048m -Xmx3072m -Xss512k -Dfile.encoding=UTF-8 -classpath $FULLPATH