Re: [Dspace-tech] update-sequences.sql command problem

2012-11-20 Thread Abhishek Raval
N I m using Dspace-1.7.2 n JSPUI interface...


On Tue, Nov 20, 2012 at 5:42 PM, Abhishek Raval abhis...@webinito.comwrote:

 Hello All,

 I got a internal system error when ever i try to create new community or
 collection. n it is giving me error  *ERROR: duplicate key value
 violates unique constraint handle_handle_key* , so i tried to run
 command   *[dspace]/etc/postgres/update-sequences.sql *. But it also
 gives me error as below


 *
 *
 *[dspace@backup7 dspace-1.7.2]$
 /home/dspace/etc/postgres/update-sequences.sql *
 */home/dspace/dspace-1.7.2/dspace-ins/etc/postgres/update-sequences.sql:
 line 1: --: command not found*
 */home/dspace/dspace-1.7.2/dspace-ins/etc/postgres/update-sequences.sql:
 line 2: --: command not found*
 */home/dspace/dspace-1.7.2/dspace-ins/etc/postgres/update-sequences.sql:
 line 3: --: command not found*
 */home/dspace/dspace-1.7.2/dspace-ins/etc/postgres/update-sequences.sql:
 line 4: --: command not found*
 */home/dspace/dspace-1.7.2/dspace-ins/etc/postgres/update-sequences.sql:
 line 5: --: command not found*
 */home/dspace/dspace-1.7.2/dspace-ins/etc/postgres/update-sequences.sql:
 line 6: syntax error near unexpected token `('*
 */home/dspace/dspace-1.7.2/dspace-ins/etc/postgres/update-sequences.sql:
 line 6: `-- Date:$Date: 2010-10-29 12:50:15 -0400 (Fri, 29 Oct 2010) $'
 *

 what should be the next step ?

 --
 Thanks n Regards
 Abhishek Raval


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] update-sequences.sql command problem

2012-11-20 Thread helix84
On Tue, Nov 20, 2012 at 1:12 PM, Abhishek Raval abhis...@webinito.com wrote:
 I got a internal system error when ever i try to create new community or
 collection. n it is giving me error  ERROR: duplicate key value violates
 unique constraint handle_handle_key , so i tried to run command  
 [dspace]/etc/postgres/update-sequences.sql . But it also gives me error as
 below
 [dspace@backup7 dspace-1.7.2]$
 /home/dspace/etc/postgres/update-sequences.sql

Hi Abishek,

running the update-sequences script is a good idea, I'm not certain if
it will help, but t won't hurt.

This is the correct way of running the script (as the dspace user):

psql  /home/dspace/etc/postgres/update-sequences.sql

If it doesn't help, try remembering what you could have done that
causes the break. Especially any manual changes in DB etc.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] OAI-ORE harvesting

2012-11-20 Thread Alain Tschanz
I set up a test box with DSpace 3.0 and the OAI 2.0 add-on.  How do I go about 
implementing your solution (rewriting the METS metadata format XSL stylesheet)?

Thank you for your response.

Alain Tschanz



-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Wednesday, November 14, 2012 3:28 PM
To: Alain Tschanz
Cc: dspace-tech
Subject: Re: [Dspace-tech] OAI-ORE harvesting

On Wed, Nov 14, 2012 at 9:20 PM, Alain Tschanz atsch...@njstatelib.org wrote:
 Of course, you're right. Your solution is exactly what I need.

Are you going to do that with 3.0, 1.8 with the OAI 2.0 addon or 1.8 old oai 
webapp?


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] OAI-ORE harvesting

2012-11-20 Thread helix84
On Tue, Nov 20, 2012 at 3:19 PM, Alain Tschanz atsch...@njstatelib.org wrote:
 I set up a test box with DSpace 3.0 and the OAI 2.0 add-on.  How do I go 
 about implementing your solution (rewriting the METS metadata format XSL 
 stylesheet)?

You can find the documentation here:

https://wiki.duraspace.org/display/DSDOC3x/OAI+2.0+Server#OAI2.0Server-AdvancedConfiguration

I think what you want is to edit
[dspace]/config/crosswalks/oai/metadataFormats/mets.xsl and comment
out the whole fileSec section. But you should also verify whether this
doesn't make the METS invalid, i.e. not conforming to its schema.

Don't forget to run [dspace]/bin/dspace oai clean-cache for your
changes to take effect on cached records.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Pregunta técnica.

2012-11-20 Thread UNIVIRTUAL UNISARC
Buenos días.

Tengo un problema técnico, recién instalé D-SPACE bien en Inglés, ahora ya
lo tengo en Español. Pero tengo inconvenientes cuando voy a buscar textos
con TILDES o con Ñ.

Alguién me puede colaborar con esto? o informarme donde puedo buscar
solución a este problema?


Cordial saludo,


Ing. Willmar F. Alzate C.
univirt...@unisarc.edu.co
UNISARC
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Pregunta técnica.

2012-11-20 Thread helix84
Hi Willmar,

here you can find a list of things you should check:
http://dspace.2283337.n4.nabble.com/Problem-with-the-encoding-UTF-8-td4655763.html

The missing URIEncoding is the most common mistake.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Pregunta técnica.

2012-11-20 Thread Claudia Jürgen
Hola,

tienes que configurar tomcat para que busca correctamente, vé cápitulo 
trés de la documentación:
Modifications in /[tomcat]/conf/server.xml :

You also need to alter Tomcat's default configuration to support 
searching and browsing of multi-byte UTF-8 correctly. You need to add a 
configuration option to the Connector element in 
[tomcat]/config/server.xml:

URIEncoding=UTF-8

e.g. if you're using the default Tomcat config, it should read:

!-- Define a non-SSL HTTP/1.1 Connector on port 8080 --
Connector port=8080
   maxThreads=150
   minSpareThreads=25
  maxSpareThreads=75
   enableLookups=false
   redirectPort=8443
  acceptCount=100
   connectionTimeout=2
  disableUploadTimeout=true
   URIEncoding=UTF-8/

You may change the port from 8080 by editing it in the file above, and 
by setting the variable CONNECTOR_PORT in server.xml


Lo importante es el URIEncoding=UTF-8

Saludos

Claudia Jürgen



Am 20.11.2012 16:22, schrieb UNIVIRTUAL UNISARC:
 Buenos días.

 Tengo un problema técnico, recién instalé D-SPACE bien en Inglés, ahora ya
 lo tengo en Español. Pero tengo inconvenientes cuando voy a buscar textos
 con TILDES o con Ñ.

 Alguién me puede colaborar con esto? o informarme donde puedo buscar
 solución a este problema?


 Cordial saludo,


 Ing. Willmar F. Alzate C.
 univirt...@unisarc.edu.co
 UNISARC



 --
 Monitor your physical, virtual and cloud infrastructure from a single
 web console. Get in-depth insight into apps, servers, databases, vmware,
 SAP, cloud infrastructure, etc. Download 30-day Free Trial.
 Pricing starts from $795 for 25 servers or applications!
 http://p.sf.net/sfu/zoho_dev2dev_nov



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Direct access to bitstream

2012-11-20 Thread helix84
On Tue, Nov 20, 2012 at 4:31 PM, Mark Ehle marke...@gmail.com wrote:
 I am playing with IIPImage server on our dspace server to explore the
 possibility of serving high-resolution files quickly. IIPImage needs direct
 access to the files. Forgive me if this has been asked before, but I would
 like to know how to locate the bitstreams on the filesystem so that they may
 be copied.

Hi Mark,

what kind of identification do you have of the bitstream for which
you're trying to locate the file? bitstream_id?

Regards,
~~helix84

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Direct access to bitstream

2012-11-20 Thread helix84
If you have bitstream_id (e.g. 123123 in this example), here's how to do it
:

SELECT 'cp /dspace/assetstore/' || substr(bitstream.internal_id, 1, 2)
|| '/' || substr(bitstream.internal_id, 3, 2) || '/' ||
substr(bitstream.internal_id, 5, 2) || '/' || bitstream.internal_id ||
' ' || bitstream.nameFROM bitstream,bundle2bitstreamWHERE
bitstream.bitstream_id = 123123



Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] cursor overlay strangeness

2012-11-20 Thread Jose Blanco
I changed our Next  button on the submission pages to be right above the
Previous and Cancel button and noticed that if the cursor is place in a
spot where it is shared with another button, then if you click on it
nothing happens. I tried this in our mail client, and this ambiguity does
not exist there. In my mail client even if the cursor is shared, if I click
it, it will perform the action associated with where the point of the arrow
is at.  So why in Dspace does it not work that way? I also noticed that in
DSpace the cursor changes to a hand, but it does not in my mail client. Is
there a setting that controls this?

Thanks!
Jose
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Direct access to bitstream

2012-11-20 Thread Mark Ehle
~~helix84,

Ah - thanks. Now I get the whole /dspace/assetstore/14/85/80 thing. It's
location is in the bitstream name, too. As I don't know squat about
postgres (I'm a MySQL guy) in your SQL are you actually running the copy
command, or just spelling it out? I run it and I get 5 lines of the same
thing. What I will probably have is the filename itself, so what I wind up
with is:

SELECT 'cp /dspace/assetstore/' || substr(bitstream.internal_id, 1, 2) ||
'/' || substr(bitstream.internal_id, 3, 2) || '/' ||
substr(bitstream.internal_id, 5, 2) || '/' || bitstream.internal_id || '
/var/www/' || bitstream.name
FROM bitstream,bundle2bitstream
WHERE bitstream.source = '(filename)' LIMIT 1

This gives me something to play with. Now all I have to do is get php to
talk to postgres and I can have some fun.

Thanks very much!

Mark

On Tue, Nov 20, 2012 at 10:43 AM, helix84 heli...@centrum.sk wrote:

 If you have bitstream_id (e.g. 123123 in this example), here's how to do
 it :

 SELECT 'cp /dspace/assetstore/' || substr(bitstream.internal_id, 1, 2) || '/' 
 || substr(bitstream.internal_id, 3, 2) || '/' || 
 substr(bitstream.internal_id, 5, 2) || '/' || bitstream.internal_id || ' ' || 
 bitstream.nameFROM bitstream,bundle2bitstreamWHERE bitstream.bitstream_id = 
 123123



 Regards,
 ~~helix84

 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Direct access to bitstream

2012-11-20 Thread helix84
On Tue, Nov 20, 2012 at 5:12 PM, Mark Ehle marke...@gmail.com wrote:

 Ah - thanks. Now I get the whole /dspace/assetstore/14/85/80 thing. It's
 location is in the bitstream name, too.


Yep, easy, but hard to notice :)


 As I don't know squat about postgres (I'm a MySQL guy) in your SQL are you
 actually running the copy command, or just spelling it out? I run it and I
 get 5 lines of the same thing. What I will probably have is the filename
 itself, so what I wind up with is:

 SELECT 'cp /dspace/assetstore/' || substr(bitstream.internal_id, 1, 2) ||
 '/' || substr(bitstream.internal_id, 3, 2) || '/' ||
 substr(bitstream.internal_id, 5, 2) || '/' || bitstream.internal_id || '
 /var/www/' || bitstream.name
 FROM bitstream,bundle2bitstream
 WHERE bitstream.source = '(filename)' LIMIT 1


Nevermind that, I was editing another example without much looking at it.
Also remove || ' /var/www/' || bitstream.name and ,bundle2bitstream.

About the 5 lines... The immediate problem is that filename is stored in
bitstream.name, not bitstream.source. The major problem here is that file
name is not unique bitstream identification. Can't you just use the
bitstream_id (easy)? Or item handle + bitstream sequence_id (requires a few
natural joins)?


This gives me something to play with. Now all I have to do is get php to
 talk to postgres and I can have some fun.


That should be easy. On Debian, you would just install the php5-pgsql
package. Here's the command reference:
http://php.net/manual/en/book.pgsql.php

While you're at it, also install Adminer:
http://www.adminer.org/
It's like phpMyAdmin, only smaller (a single file) and supports multiple
database backends.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] cursor overlay strangeness

2012-11-20 Thread helix84
Hi Jose,

there really isn't much useful info in your post. Apart from the missing
generic information (version, interface, theme) you should also post the
patch of your modification. Screenshots would help.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] IP Restriction to Bitstreams in a collection

2012-11-20 Thread Cameron, Jacob
So I just made the change flipping the sequence of the stack from :

plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
 org.dspace.authenticate.PasswordAuthentication, \
 org.dspace.authenticate.IPAuthentication

to

plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
 org.dspace.authenticate.IPAuthentication, \
 org.dspace.authenticate.PasswordAuthentication

This has not done anything for me.  

I set the authorizations for the item to be:

ID  Action  Group   
Item Policies   Add a new Item policy
142004  READRestricted_Access [Edit]
Policies for Bundle LICENSE (10859) Add a new Bundle policy
142006  READRestricted_Access [Edit]
Bitstream license.txt (11511)   Add a new Bitstream policy
142005  READRestricted_Access [Edit]
Policies for Bundle ORIGINAL (10858)Add a new Bundle policy
142008  READRestricted_Access [Edit]
Bitstream authentication-ip.cfg (11510) Add a new Bitstream policy
142007  READRestricted_Access [Edit]

Anyone can get in to see this regardless of whether they are in the IP ranges I 
specified or not.  Does it matter that I'm using the Manakin theme?

Any help would be appreciated.


--
Jake Cameron, BCS(UNB)
Systems Support Specialist III
Information Systems and Technical Services University of Lethbridge Library
Phone:(403)329-2756

This e-mail, including any and all attachments, is only for the use of the 
intended recipient(s) and may contain information that is confidential or 
privileged. If you are not the intended recipient, you are advised that any 
dissemination, copying or other use of this e-mail is prohibited. Please notify 
the sender of the error in communication by return e-mail and destroy all 
copies of this e-mail.  Thank you.


-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Tuesday, November 20, 2012 12:52 AM
To: Cameron, Jacob
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] IP Restriction to Bitstreams in a collection

Hi Jacob,

On Tue, Nov 20, 2012 at 12:05 AM, Cameron, Jacob jacob.came...@uleth.ca wrote:
 plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
 org.dspace.authenticate.PasswordAuthentication, \
 org.dspace.authenticate.IPAuthentication

They are invoked in the order specified until one succeeds.

https://wiki.duraspace.org/display/DSDOC18/Authentication+Plugins


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] disabling item submission's forced file upload

2012-11-20 Thread Kevin Gunn
Hi,

A requirement for my organisation is to not force submitters to upload a 
file/bitstream. I have not been able to find any configuration for this 
feature. I tried modifying 
org.dspace.app.xmlui.aspect.submission.submit.UploadStep's setup method with 
the following, but the result of this is you still can't navigate away from the 
file upload form, and there's no message explaining why.

...
//file/bitstream is not mandatory for my organisation
file.setRequired(false);
/*
file.setRequired();
//if no files found error was thrown by processing class, display 
it!
if (this.errorFlag == 
org.dspace.submit.step.UploadStep.STATUS_NO_FILES_ERROR) {
file.addError(T_file_error);
}
*/
...

Can anyone provide information on this forced file upload feature?

Cheers
Kevin

Kevin Gunn
Database Programmer and Instrument Technician
Australian Institute of Marine Science
Cape Ferguson Townsville Qld Aust. 4810
+61 7 47534305
k.g...@aims.gov.aumailto:j.luetchf...@aims.gov.au
www.aims.gov.auhttp://www.aims.gov.au/



--  

The information contained within this transmission is for the
use of the intended recipient only and may contain confidential
and/or legally privileged material and/or material the subject
of copyright and/or personal information and/or sensitive
information that is subject to the Privacy Act 1988. Any review,
re-transmission, disclosure, dissemination or other use of, or
taking of any action in reliance upon, this information by
persons or entities other than the intended recipient is
prohibited. If you have received this email in error please
notify the AIMS Privacy Officer on (07) 4753  and delete
all copies of this transmission together with any attachments.

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Dspace 1.8 - Item Submission Metadata

2012-11-20 Thread George Rokkas
Hey Everyone,

I've been looking around but didn't find much regarding the questions below, 
what do you think?

I'm wanting to know

1.   if its possible to add extra metadata fields to the item submission 
interface?

2.   How to make certain metadata fields mandatory during item submission?

Thanks

George

UTS CRICOS Provider Code: 00099F
DISCLAIMER: This email message and any accompanying attachments may contain 
confidential information.
If you are not the intended recipient, do not read, use, disseminate, 
distribute or copy this message or
attachments. If you have received this message in error, please notify the 
sender immediately and delete
this message. Any views expressed in this message are those of the individual 
sender, except where the
sender expressly, and with authority, states them to be the views of the 
University of Technology Sydney.
Before opening any attachments, please check them for viruses and defects.

Think. Green. Do.

Please consider the environment before printing this email.
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace 1.8 - Item Submission Metadata

2012-11-20 Thread emilio lorenzo

Hi George

El 21/11/2012 7:07, George Rokkas escribió:


Hey Everyone,

I've been looking around but didn't find much regarding the questions 
below, what do you think?


I'm wanting to know

1.if its possible to add extra metadata fields to the item submission 
interface?




Yes, just change input-forms.xml to reflect the desired changes
(located at  .. dspace-installation-dir/config/..)



2.How to make certain metadata fields mandatory during item submission?

in that file (input-forms.xml), decler as mandatory the metadata fields 
you like  (some restrictions apply to certain data-types)


form-definitions

form name=...
page ...
field
requiredtrue/required


refer to   
https://wiki.duraspace.org/display/DSDOC18/Submission+User+Interface#SubmissionUserInterface-AddingaFormSet   
for detailed and precise information

Thanks
Emilio



Thanks

George

UTS CRICOS Provider Code: 00099F
DISCLAIMER: This email message and any accompanying attachments may 
contain confidential information.
If you are not the intended recipient, do not read, use, disseminate, 
distribute or copy this message or
attachments. If you have received this message in error, please notify 
the sender immediately and delete
this message. Any views expressed in this message are those of the 
individual sender, except where the
sender expressly, and with authority, states them to be the views of 
the University of Technology Sydney.

Before opening any attachments, please check them for viruses and defects.

Think. Green. Do.

Please consider the environment before printing this email.


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov


___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace 1.8 - Item Submission Metadata

2012-11-20 Thread helix84
Hi George,

this should answer your questions:

https://wiki.duraspace.org/display/DSPACE/Alter+submission+input+forms


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace 1.8 - Item Submission Metadata

2012-11-20 Thread George Rokkas
Thanks Emilio!

Very helpful


From: emilio lorenzo [mailto:elore...@arvo.es]
Sent: Wednesday, 21 November 2012 5:52 PM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Dspace 1.8 - Item Submission Metadata

Hi George

El 21/11/2012 7:07, George Rokkas escribió:
Hey Everyone,

I've been looking around but didn't find much regarding the questions below, 
what do you think?

I'm wanting to know

if its possible to add extra metadata fields to the item submission interface?

Yes, just change input-forms.xml to reflect the desired changes(located at  
.. dspace-installation-dir/config/..)



How to make certain metadata fields mandatory during item submission?
in that file (input-forms.xml), decler as mandatory the metadata fields you 
like  (some restrictions apply to certain data-types)

form-definitions

  form name=...
 page ...
   field
  requiredtrue/required


refer to   
https://wiki.duraspace.org/display/DSDOC18/Submission+User+Interface#SubmissionUserInterface-AddingaFormSet
   for detailed and precise information
Thanks
Emilio




Thanks

George
UTS CRICOS Provider Code: 00099F
DISCLAIMER: This email message and any accompanying attachments may contain 
confidential information.
If you are not the intended recipient, do not read, use, disseminate, 
distribute or copy this message or
attachments. If you have received this message in error, please notify the 
sender immediately and delete
this message. Any views expressed in this message are those of the individual 
sender, except where the
sender expressly, and with authority, states them to be the views of the 
University of Technology Sydney.
Before opening any attachments, please check them for viruses and defects.

Think. Green. Do.

Please consider the environment before printing this email.





--

Monitor your physical, virtual and cloud infrastructure from a single

web console. Get in-depth insight into apps, servers, databases, vmware,

SAP, cloud infrastructure, etc. Download 30-day Free Trial.

Pricing starts from $795 for 25 servers or applications!

http://p.sf.net/sfu/zoho_dev2dev_nov





___

DSpace-tech mailing list

DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/dspace-tech

UTS CRICOS Provider Code: 00099F
DISCLAIMER: This email message and any accompanying attachments may contain 
confidential information.
If you are not the intended recipient, do not read, use, disseminate, 
distribute or copy this message or
attachments. If you have received this message in error, please notify the 
sender immediately and delete
this message. Any views expressed in this message are those of the individual 
sender, except where the
sender expressly, and with authority, states them to be the views of the 
University of Technology Sydney.
Before opening any attachments, please check them for viruses and defects.

Think. Green. Do.

Please consider the environment before printing this email.
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace 1.8 - Item Submission Metadata

2012-11-20 Thread George Rokkas
Thanks Helix84!

Very helpful!

-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Wednesday, 21 November 2012 5:56 PM
To: George Rokkas
Cc: DSpace Tech (dspace-tech@lists.sourceforge.net)
Subject: Re: [Dspace-tech] Dspace 1.8 - Item Submission Metadata

Hi George,

this should answer your questions:

https://wiki.duraspace.org/display/DSPACE/Alter+submission+input+forms


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

UTS CRICOS Provider Code: 00099F
DISCLAIMER: This email message and any accompanying attachments may contain 
confidential information.
If you are not the intended recipient, do not read, use, disseminate, 
distribute or copy this message or
attachments. If you have received this message in error, please notify the 
sender immediately and delete
this message. Any views expressed in this message are those of the individual 
sender, except where the
sender expressly, and with authority, states them to be the views of the 
University of Technology Sydney.
Before opening any attachments, please check them for viruses and defects.

Think. Green. Do.

Please consider the environment before printing this email.

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] disabling item submission's forced file upload

2012-11-20 Thread helix84
Hi Kevin,

no code change is necessary. Just set

webui.submit.upload.required = true

in dspace.cfg.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] IP Restriction to Bitstreams in a collection

2012-11-20 Thread helix84
OK Jacob, let's start from the beginning. There's a reason why I'm
always asking for everyone's DSpace version, interface and theme.

 Bitstream authentication-ip.cfg (11510) Add a new Bitstream policy
142007  READRestricted_Access [Edit]

I'm assuming authentication-ip.cfg is just a test file here and you
changed the actual configuration file in
[dspace]/config/modules/authentication-ip.cfg. A common mistake is
also changing files in [dspace-source]/dspace/config/ instead, which
wouldn't take effect until you rebuild DSpace.

That config file name and location would assume you're using DSpace 1.8.

 2)  Edited dspace.cfg with authenticate.ip.Restricted_Access = 142.66, / 
 142.110.191,

This on the other hand indicates you're editing a DSpace 1.7 or older
configuration file. In that case, the correct property name would be
authentication.ip.Restricted_Access


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace 1.8 - Item Submission Metadata

2012-11-20 Thread Hilton Gibson
Perhaps this will help:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Submissions



On 21 November 2012 08:07, George Rokkas george.rok...@uts.edu.au wrote:

 Hey Everyone,

 ** **

 I’ve been looking around but didn’t find much regarding the questions
 below, what do you think?

 ** **

 I’m wanting to know 

 **1.   **if its possible to add extra metadata fields to the item
 submission interface?

 **2.   **How to make certain metadata fields mandatory during item
 submission?

 ** **

 Thanks

 ** **

 George
  UTS CRICOS Provider Code: 00099F
 DISCLAIMER: This email message and any accompanying attachments may
 contain confidential information.
 If you are not the intended recipient, do not read, use, disseminate,
 distribute or copy this message or
 attachments. If you have received this message in error, please notify the
 sender immediately and delete
 this message. Any views expressed in this message are those of the
 individual sender, except where the
 sender expressly, and with authority, states them to be the views of the
 University of Technology Sydney.
 Before opening any attachments, please check them for viruses and defects.

 Think. Green. Do.

 Please consider the environment before printing this email.


 --
 Monitor your physical, virtual and cloud infrastructure from a single
 web console. Get in-depth insight into apps, servers, databases, vmware,
 SAP, cloud infrastructure, etc. Download 30-day Free Trial.
 Pricing starts from $795 for 25 servers or applications!
 http://p.sf.net/sfu/zoho_dev2dev_nov
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
*Hilton Gibson*
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://scholar.sun.ac.za
http://ar1.sun.ac.za
http://aj1.sun.ac.za
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech