Re: [Dspace-tech] Handle server problem (incorrect passphrase error) [SOLVED]

2010-10-12 Thread Altaf Mahmud
I reinstalled the handle-server, done the whole process again. This time I also installed Uncomplicated Firewall (ufw) in my Debian Lenny, configured the port number. Don't know whether this UFW done the trick but my handle-server is now working. This link is good:

[Dspace-tech] Create index error

2010-10-12 Thread Hilton Gibson
Hi All Help appreciated. I get the following after deleting indexes and then trying to create them again. The script I run is attached. This used to work. We recently upgraded to Ubuntu 10.04 and DSpace 1.6.2, but this script ran successfully after the upgrades. The problem has only

Re: [Dspace-tech] Migrate Collection into new sub community

2010-10-12 Thread Claudia Jürgen
Hello Lewatle, this is not part of any documentation as it is on database level. But the db schema is in the docs see http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.2/dspace/docs/image/db-schema.gif Make sure you got a proper update of your database befor manipulating it. The sql

[Dspace-tech] where and what changes i will make so that i will get more columns (by default 3 column) when i click on title link on browse menu

2010-10-12 Thread shashidhar chaturvedi
Hi all, From my last few post i think i was not able to explain my problem properly. Any body please tell me where and what changes i will make so that i will get more columns (by default 3 column) when i click on title link on browse menu please hep me if any one know this. regards

Re: [Dspace-tech] manikin question

2010-10-12 Thread Walker, David
the Aspect chain accumulates a big pot of potentially useful data related to the user's request, and the Theme selects and arranges them as required to make them presentable. we need some way to represent logical structure of the data before they are selected and laid out. I think we

[Dspace-tech] Show Dspace deposit license in xmlui

2010-10-12 Thread Tonny Hjelmberg Laursen
How can I enable the deposit license (license.txt) from the itemsummary view in xmlui? In dspace.cfg I have webui.licence_bundle.show = true are there anything else I have to change/add? Dspace 1.6.1 on RedHat/postgres/Tomcat. Thanks, Tonny

Re: [Dspace-tech] Show Dspace deposit license in xmlui

2010-10-12 Thread Tonny Hjelmberg Laursen
Well, well. That setting is only for jspui. But I have now changed DIM-Handler.xsl. I have changed the lines from xsl:apply-templates select=./mets:fileSec/mets:fileg...@use='CC-LICENSE']/ TO xsl:apply-templates select=./mets:fileSec/mets:fileg...@use='CC-LICENSE' or @USE='LICENSE']/ And

[Dspace-tech] bin creation was not successful

2010-10-12 Thread Webshet, Sisay (ILRI)
Hi All, dspace-1.5.2-src-release/dspace/target/dspace-1.5.2-build.dir$ ant fresh_install Buildfile: build.xml init_installation: BUILD FAILED /home/xxxt/dspace-1.5.2-src-release/dspace/target/dspace-1.5.2-build .dir/build.xml:530: Directory /home/dspace/bin creation was not

Re: [Dspace-tech] manikin question

2010-10-12 Thread Tim Donohue
Hi all, Very interesting discussion. I think there really are two layers of discussion going on here, one is much easier to tackle now, and one is something that may need ongoing discussion/analysis. - Theme Layer Discussions - This is basically

[Dspace-tech] Handle server confusion

2010-10-12 Thread Eric Luhrs
Sorry if I'm missing something obvious here, but I wonder if someone can help me better understand how the handle name resolution service works with DSpace. We are considering a URI change from http://hdl.handle.net/prefix/item to http://local.dspace/prefix/item. I know I can change the

[Dspace-tech] NOTICE: JIRA Migration - This Thursday, Oct 14, 9:30am-11:30am ET

2010-10-12 Thread Tim Donohue
All, This Thursday morning (Oct 14th from 9:30am-11:30am ET), DuraSpace will be merging the JIRA instance for the DSpace Project (http://jira.dspace.org) into the central DuraSpace JIRA (http://jira.duraspace.org), used by Fedora-Commons and DuraCloud. This migration will make it easier for

[Dspace-tech] Annual submission Rates

2010-10-12 Thread Admire
Hi All, Hope I find you well. I am interested in establishing the number of items deposited each year in our IR. Is there anyone out there who had done that and can provide me with the SQL statement to do that. Regards, Admire

Re: [Dspace-tech] manikin question

2010-10-12 Thread Walker, David
This is a very reasonable proposal, Tim. I feel compelled to put my development time where my mouth is -- and at least get something started. Although we need a cooler name than QuickStart theme. ;-) However, DSpace is not my main area of work. Given my other responsibilities, I definitely

Re: [Dspace-tech] Annual submission Rates

2010-10-12 Thread Claudia Jürgen
Hello Admire, assuming that you count as deposited, when the item was publically available (reached the in archive status) the sql for this year would be: select count(item_id) from metadatavalue where metadata_field_id=12 and text_value like '2010%'; metadata_field_id = 12 refers to

Re: [Dspace-tech] Annual submission Rates

2010-10-12 Thread George Hamilton
Hi The following should work (on Postgres): SELECT to_char(date_trunc('year', t1.ts), '') AS year, count(*) FROM (SELECT to_timestamp(text_value, '-MM-DD') AS ts FROM metadatavalue WHERE metadata_field_id = 12) t1 GROUP BY date_trunc('year', t1.ts); George On 12/10/10 16:47, Admire

Re: [Dspace-tech] manikin question

2010-10-12 Thread Tim Donohue
On 10/12/2010 10:50 AM, Walker, David wrote: This is a very reasonable proposal, Tim. I feel compelled to put my development time where my mouth is -- and at least get something started. Although we need a cooler name than QuickStart theme. ;-) Fine by me -- that's just a codename :)

Re: [Dspace-tech] manikin question

2010-10-12 Thread Peter Dietz
I'll jump in... I have the shared frustration that it is really hard to get others who are skilled in regular web development to jump in and help out when it comes to XMLUI. I'm not supporting the overthrow of DRI, atleast not until an improved way of doing things is available. So, if we can