Re: [Dspace-tech] Viewing DRI in submission workflow

2013-06-03 Thread Andrea Schweer
On 31/05/13 23:08, helix84 wrote: > Just noting that /DRI/ doesn't seem to work, either: > > http://demo.dspace.org/xmlui/DRI/submit/606d578d15026d0a4a7a51322a051b24573f7235.continue URLs with .continue in them usually (always?) rely on POST parameters to keep the Cocoon flowscript magic alive. Wh

Re: [Dspace-tech] DSpace statistics

2013-06-03 Thread Andrea Schweer
Hi Nason, On 01/06/13 02:01, Nason Bimbe wrote: I am running Dspace 3.1 and I am interested in getting the number of downloads from SOLR. I run this http://localhost:8080/solr/statistics/select?indent=on&version=2.2&start=0&rows=

Re: [Dspace-tech] One handle server for two DSpace instances?

2013-06-03 Thread Peter Dietz
Hi Jessica / Nikolai, I've been looking into a possibly related problem. We are planning on consolidating/moving DSpace instances. We want a single handle daemon that supports multiple handle prefixes, and supports multiple DSpace (and possibly non-DSpace) instances. My understanding is that the

[Dspace-tech] problem with viewing bitstream after harvesting

2013-06-03 Thread Alain Tschanz
Hello, Afer harvesting a collection--metadata and references of bitstreams--I'm having a problem when trying to view the bitstreams themselves. It seems that the forward slash between the Dspace handle and item number is mistranslated to %2F when clicking on the hyperlink that points to the bits

Re: [Dspace-tech] One handle server for two DSpace instances?

2013-06-03 Thread nraanes
Hi I'm also trying to figure out how to accomplish what Jessica asked (using one handle server for multiple DSpace instances). Would it be possible for you to share the "unofficial solution" once again? As this is my first post I would like to thank everyone on here. It's been a great resource

Re: [Dspace-tech] DSPACE Issue...

2013-06-03 Thread Claudia Jürgen
Hello Joseph, you can't select different schemata during the submission, but you can use any registered metadata field within your input-forms.xml. You are not restricted to use only one schema in the input-forms.xml you can use any metadata field regardless of the schema. Thus your input form

Re: [Dspace-tech] DSPACE Issue...

2013-06-03 Thread LifeH2O
in input-forms.xml there is dc title false Title onebox Enter the main title of the item. You must enter a main title for this item. you need to modify *dc* to *ar* -- View this message in context: http://dspace.22833

Re: [Dspace-tech] Is Non-repeatable qualdrop_value possible?

2013-06-03 Thread LifeH2O
Thank you @Claudia but the problem is that qualdrop_value does not allow repeatable set to false. https://wiki.duraspace.org/display/DSPACE/Alter+submission+input+forms /"qualdrop_value" (a textbox, which is preceded by a "qualifying" dropdown of values. Requires a value-pairs-name attribute, sim

Re: [Dspace-tech] How "bi_private" table and sequence are missing?

2013-06-03 Thread helix84
On Mon, Jun 3, 2013 at 2:49 PM, LifeH2O wrote: > Got it! Thank you @helix :) Also can we run index-init anytime? or it is used > only one time after installation. We have enough data after upgrade. You can run it at any time, just remember that you need to stop Tomcat to run index-init. index-ini

Re: [Dspace-tech] Is Non-repeatable qualdrop_value possible?

2013-06-03 Thread Claudia Jürgen
Hello, whether an element is repeatable or not is controlled by the repeatable element in the field defined in the input-forms.xml, e.g.: dc type true Type dropdown Select the type(s) of content of the item. To select more than one alue in the list, you may have to hold down the "CTRL" or "Sh

Re: [Dspace-tech] How "bi_private" table and sequence are missing?

2013-06-03 Thread LifeH2O
Got it! Thank you @helix :) Also can we run index-init anytime? or it is used only one time after installation. We have enough data after upgrade. -- View this message in context: http://dspace.2283337.n4.nabble.com/How-bi-private-table-and-sequence-are-missing-tp4664565p4664569.html Sent from

Re: [Dspace-tech] Harvesting OAI-ORE via XMLUI interface (v2)

2013-06-03 Thread Nemiz, Elvi
Hello helix, I did not set any restrictions whatsoever in our test server. I have set up a collection where *Content source*: This collection harvests its content from an external source. *Harvested Collection Location OAI Provider:* http://demo.dspace.org/oai/request. *OAI Set id: *com_10673_1 (a

Re: [Dspace-tech] How "bi_private" table and sequence are missing?

2013-06-03 Thread helix84
On Mon, Jun 3, 2013 at 1:06 PM, LifeH2O wrote: > We didn't find code to create "bi_private" in who DSpace source code. Why??? > Also this code should have been added in upgrade scripts. How "bi_private" > table is created??? I'm not certain about the particular bi_private table and sequence, but

[Dspace-tech] Is Non-repeatable qualdrop_value possible?

2013-06-03 Thread LifeH2O
Is it possible to add non repeatable qualdrop_value (dropdown+textbox)? I want to add student classes and their session number. In drop down I have listed all classes (e.g. MSCS, MSIT etc. The next text box will be used for session number (e.g. 1, 2). It won't be a good idea to have all classes m

[Dspace-tech] How "bi_private" table and sequence are missing?

2013-06-03 Thread LifeH2O
We upgraded DSpace 1.6 to DSpace 3.1 using existing database of 1.6 After running upgrade scripts, while deleting a submission in progress, we found that table "bi_private" and sequence "bi_private_seq" were missing. To solve this issue we added these two by importing them from DSpace 3.1 instal

Re: [Dspace-tech] DSpace v3.1 and Postgres v9?

2013-06-03 Thread Michael White
Hi, > I answered this question here: > https://wiki.duraspace.org/display/DSDOC3x/Installation?focusedCommentId=34637101#comment-34637101 Thanks for this - I was on that page, but hadn't scrolled all the way to the bottom, D'oh! :-) I shall give postgres v9 a go then and will report back! Che

Re: [Dspace-tech] DSpace v3.1 and Postgres v9?

2013-06-03 Thread helix84
Hi Michael, I answered this question here: https://wiki.duraspace.org/display/DSDOC3x/Installation?focusedCommentId=34637101#comment-34637101 In short - you're free to try, I wouldn't expect any problems. If you do, please report back. When we have enough confirmations, we'll add it as a recomme

[Dspace-tech] DSpace v3.1 and Postgres v9?

2013-06-03 Thread Michael White
Hi, I'm just in the process of planning a migration from DSpace v1.6.2 to v3.1 - as part of this move we are planning to upgrade as many of the underlying components as we can (as we are currently running DSpace on an OS that has just gone end of life . . ). So, having checked the docs I see t

Re: [Dspace-tech] DSpace statistics

2013-06-03 Thread Nason Bimbe
Hello, People, Has anyone got an answer to this problem. I am kind of stuck here. Regards Nason -- View this message in context: http://dspace.2283337.n4.nabble.com/DSpace-statistics-tp4664534p4664559.html Sent from the DSpace - Tech mailing list archive at Nabble.com. --

[Dspace-tech] EJBCA on Glassfish 3

2013-06-03 Thread Miguel Angel Robledo
Hi, I need install ejbca under glassfishv3... I install on glassfishv2 but is possible on glassfish v3? Regards, Miguel -- Ing. Miguel Angel Robledo Infraestructura de Firma Digital Secretaría de Tecnologías para la Gestión Ministerio de Gobierno y Reforma del Estado Provincia de Santa Fe Sa

Re: [Dspace-tech] Harvesting OAI-ORE via XMLUI interface (v2)

2013-06-03 Thread helix84
On Sat, Jun 1, 2013 at 4:56 AM, Nemiz, Elvi wrote: > I tried harvesting from demo.dspace.org and I also got the same error. I > successfully harvested content from http://scholar.sun.ac.za/ although the > identifier is broken. Hi Elvi, OAI on demo works for me (listing the full contents without

Re: [Dspace-tech] Dspace Query

2013-06-03 Thread helix84
On Mon, Jun 3, 2013 at 5:25 AM, DASADIYA CHAITANYA wrote: > Plz tell me what is the maven version for Dspace 1.8.2 Hello Dasadiya, this is described in the official documentation for your version of DSpace: https://wiki.duraspace.org/display/DSDOC18/Installation#Installation-ApacheMave