[Dspace-tech] How to configure DSpace to all member when registering into DSpace will automatically become members of a special group

2011-06-22 Thread Nguyen Hung Thanh
Hi all.
How to configure DSpace to all member when registering into DSpace
will automatically
become members of a special group.

Thanks
--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Error message when uploading large file

2011-06-22 Thread Magnus Norberg

Hello everyone,
I get this error message when uploading a large file (it takes about 2,5 
hours), its 8.5 GB:
Your Session has Expired
org.apache.cocoon.components.flow.InvalidContinuationException: The 
continuation ID 30675e74270d77672577632e1e5b17088a2a1875 is invalid.map:call 
- context:/resource://aspects/Submission/sitemap.xmap - 129:44
Cocoon stacktrace [show]
Java stacktrace [show]
Im still logged in to DSpace when this happens.
Can someone help me with this?
Thank you!
/Mango_pango  --
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Dspace bulk item delete

2011-06-22 Thread Shivraj Thorat
Dear professionals

i am using dspace version 1.7.1  i need to delete all items from a
collection.

how can i do this in less time. or by what way?


-- 
Regards


Mr. Shivraj Thorat
Librarian
BVDU, Institute of Management  Entrepreneurship Development
Paud Rd, Kothrud,
Pune-38
--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Question about Primary Bitstream

2011-06-22 Thread George S Kozak
Hi, Everyone:

OK...I've been working on DSpace since 2003, so I know that I should know the 
answer to this...but I don't!

I set the Primary Bitstream flag for an item, but now I want to remove it, but 
I can't seem to figure out how to get rid of it.  Does anyone know?

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
501 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about Primary Bitstream

2011-06-22 Thread Claudia Jürgen
Hello George,

not via th UI. You can do it on db level (usually warning for backup 
etc. before tempering with your db):

update bundle set primary_bitstream_id = null where bundle_id=YourBundleID;

Hope that helps

Claudia Jürgen

Am 22.06.2011 16:19, schrieb George S Kozak:
 Hi, Everyone:

 OK...I've been working on DSpace since 2003, so I know that I should know the 
 answer to this...but I don't!

 I set the Primary Bitstream flag for an item, but now I want to remove it, 
 but I can't seem to figure out how to get rid of it.  Does anyone know?

 George Kozak
 Digital Library Specialist
 Cornell University Library Information Technologies (CUL-IT)
 501 Olin Library
 Cornell University
 Ithaca, NY 14853
 607-255-8924





 --
 Simplify data backup and recovery for your virtual environment with vRanger.
 Installation's a snap, and flexible recovery options mean your data is safe,
 secure and there when you need it. Data protection magic?
 Nope - It's vRanger. Get your free trial download today.
 http://p.sf.net/sfu/quest-sfdev2dev



 ___
 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/

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about Primary Bitstream

2011-06-22 Thread helix84
On Wed, Jun 22, 2011 at 16:19, George S Kozak g...@cornell.edu wrote:
 I set the Primary Bitstream flag for an item, but now I want to remove it,
 but I can’t seem to figure out how to get rid of it.  Does anyone know?

Just setting bitstream.primary_bitstream_id to NULL for the ORIGINAL
bundle should do it.

Regards,
~~helix84

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about Primary Bitstream

2011-06-22 Thread helix84
 Just setting bitstream.primary_bitstream_id to NULL for the ORIGINAL

Sorry, the table name is bundle, not bitstream.

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about Primary Bitstream

2011-06-22 Thread Brian Freels-Stendel
Hi there,

In 1.6.2, XMLUI, you can 
-navigate to the item page
-click Edit this item in the sidebar menu
-click Item Bitstreams tab
-click the appropriate item link
On that page, there's a dropdown for Primary bitstream.

I don't remember this being available in 1.4 JSPUI, and we skipped 1.5, so I 
don't know exactly when it showed up.

You may also be able to edit the db directly.  I think the only place this 
shows up is in the bundle table, but I'm not positive about that, so I'd wait 
for a more knowledgeable answer for this.

B--

 On 6/22/2011 at 8:19 AM, in message
a3e58c957c81584e933f5da65fd9680605a11ba...@mbxa.exchange.cornell.edu, George
S Kozak g...@cornell.edu wrote:
 Hi, Everyone:
 
 OK...I've been working on DSpace since 2003, so I know that I should know 
 the answer to this...but I don't!
 
 I set the Primary Bitstream flag for an item, but now I want to remove it, 
 but I can't seem to figure out how to get rid of it.  Does anyone know?
 
 George Kozak
 Digital Library Specialist
 Cornell University Library Information Technologies (CUL-IT)
 501 Olin Library
 Cornell University
 Ithaca, NY 14853
 607-255-8924


--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] MARC into Dspace

2011-06-22 Thread Christian León
Hi, we use this procedure  with very good results:

http://digital.library.adelaide.edu.au/dspace/bitstream/2440/14784/7/Importing%20MARC%20data%20into%20DSpace.pdf
.


good luck

Christian León


2011/6/21 david david.blobj...@gmail.com

 We need to import *MARC* records from our Millennium catalogue to *Dspace*.
 We have MARC records anyway.

 Is there any way to insert MARC records into dspace associated to each item
 ?


 Thanks in advance

 --
 David


 --
 EditLive Enterprise is the world's most technically advanced content
 authoring tool. Experience the power of Track Changes, Inline Image
 Editing and ensure content is compliant with Accessibility Checking.
 http://p.sf.net/sfu/ephox-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace bulk item delete

2011-06-22 Thread Christian León
Hi, if you delete the collection also delete all items, is faster.

Christian León


2011/6/22 Shivraj Thorat thoratshiv...@gmail.com

 Dear professionals

 i am using dspace version 1.7.1  i need to delete all items from a
 collection.

 how can i do this in less time. or by what way?


 --
 Regards


 Mr. Shivraj Thorat
 Librarian
 BVDU, Institute of Management  Entrepreneurship Development
 Paud Rd, Kothrud,
 Pune-38


 --
 Simplify data backup and recovery for your virtual environment with
 vRanger.
 Installation's a snap, and flexible recovery options mean your data is
 safe,
 secure and there when you need it. Data protection magic?
 Nope - It's vRanger. Get your free trial download today.
 http://p.sf.net/sfu/quest-sfdev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How to set up scripts and parameters in launcher.xml in DSpace 1.7.1

2011-06-22 Thread Thornton, Susan M. (LARC-B702)[LITES]
Actually what I’m looking for is confirmation that the following is correct 
under the new and proper way to set up a script with parameters in launcher.xml 
in DSpace 1.7.1:



command

nameimport/name

descriptionImport items into DSpace/description

step passuserargs=true  
 ßDo I need the ‘passuserargs=”true”’ or is this only if you are 
going to specify addt’l

classorg.dspace.app.itemimport.ItemImport/class 
  parameters when the script is executed, like “./dspace import -t” 
(test)

   argument-a/argument

   
argument-e=susan.m.thorn...@nasa.gov/argumentmailto:-e=susan.m.thorn...@nasa.gov%3c/argument

   argument-c=2121/39071/argument

   argument-s=/dspace/tmp/imported/articles/argument

   
argument-m=/dspace/outfiles/imports/20090326_Articles.map/argument

   
argument/dspace/outfiles/imports/20090326_Articles.out/argument   ß Is 
this the correct place to put this?  I’m trying to write the output

/step 
   from the script 
execution into a file.

/command



Perhaps some detailed documentation could be provided in the Users’ Manual?  J

Thanks,

Sue





Sue Walker-Thornton

Software Developer/Database Administrator

NASA Langley Research Center|LITES Contract

(757) 224-4074





From: mdigg...@gmail.com [mailto:mdigg...@gmail.com] On Behalf Of Mark Diggory
Sent: Tuesday, June 21, 2011 7:49 PM
To: Stuart Lewis
Cc: Thornton, Susan M. (LARC-B702)[LITES]; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] How to set up scripts and parameters in launcher.xml 
in DSpace 1.7.1



Seems like your just asking for



./dspace import --add 
--eperson=susan.m.thorn...@nasa.govmailto:susan.m.thorn...@nasa.gov 
--collection=2121/39071 --source=/dspace/tmp/imported/articles

--mapfile=/dspace/outfiles/imports/20090326_Articles.map  
/dspace/outfiles/imports/20090326_Articles.out



Mark



On Tue, Jun 21, 2011 at 2:27 PM, Stuart Lewis 
s.le...@auckland.ac.nzmailto:s.le...@auckland.ac.nz wrote:

Hi Sue,

Have you tried using the argument options?

  command
   namestat-general/name
   descriptionCompile the general statistics/description
   step passuserargs=false
   classorg.dspace.app.statistics.CreateStatReport/class
   argument-r/argument
   argumentstat-general/argument
   /step
   /command

You should be able to pass in command line options, and state whether or not 
you allow further parameters to be passed from the user calling the script.

Thanks,


Stuart Lewis
Digital Development Manager
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: +64 (0)9 373 7599 x81928tel:%2B64%20%280%299%20373%207599%20x81928




On 22/06/2011, at 4:47 AM, Thornton, Susan M. (LARC-B702)[LITES] wrote:

 Can someone please give me an example of how you would set up the execution 
 of a script, for example “import”, in /dspace/config/launcher.xml?  The 
 software comes delivered with the following:

 command
 nameimport/name
 descriptionImport items into DSpace/description
 step
 classorg.dspace.app.itemimport.ItemImport/class
 /step
 /command

 Here is the command line from our “import” script in DSpace 1.5.1:

 ./dsrun org.dspace.app.itemimport.ItemImport --add 
 --eperson=susan.m.thorn...@nasa.govmailto:susan.m.thorn...@nasa.gov 
 --collection=2121/39071 --source=/dspace/tmp/imported/articles
 --mapfile=/dspace/outfiles/imports/20090326_Articles.map  
 /dspace/outfiles/imports/20090326_Articles.out
 How do I set all this up in launcher.xml?

 Note also that I am writing the output of the script into 
 /dspace/outfiles/imports/20090326_Articles.out.  How do I do this in 
 launcher.xml?

 Thanks in advance,
 Sue


 Sue Walker-Thornton
 Software Developer/Database Administrator
 NASA Langley Research Center|LITES Contract
 SGT, Inc.|130 Research Drive
 Hampton, Va.  23666
 Office: (757) 224-4074tel:%28757%29%20224-4074
 Mobile: (757) 506-9903tel:%28757%29%20506-9903
 Fax: (757) 224-4001tel:%28757%29%20224-4001
 susan.m.thorn...@nasa.govmailto:susan.m.thorn...@nasa.gov


 --
 EditLive Enterprise is the world's most technically advanced content
 authoring tool. Experience the power of Track Changes, Inline Image
 Editing and ensure content is compliant with Accessibility Checking.
 http://p.sf.net/sfu/ephox-dev2dev___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




Re: [Dspace-tech] can't find [dspace-source]/dspace/modules/jspui/src/main/

2011-06-22 Thread liss ...


 thank you anitha:  I downloaded the dspace-1.7.2-src-release.zip (8.1Mb) I 
found the messages.properties on 
C:\dspace-1.7.2-src-release\dspace-api\src\main\resources but not in  
([dspace-source]/dspace/target/dspace-1.7.1-build.dir/webapps/jspui/WEB-INF/lib)
 the problem it's that I need the messages_es.properties I must make some 
changes Do you know how can I get it?Date: Tue, 21 Jun 2011 16:02:31 -0500
From: ani...@niu.edu
To: liss...@hotmail.com; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] can't find 
[dspace-source]/dspace/modules/jspui/src/main/









I have 1.7.1 from the standard  release installation and not the source 
release. I did not find the messages.properties file either. What I realized is 
that Messages.properties file is shipped along with the jar files. I downloaded 
the dspace-api-1.7.1.jar file from the lib directory 
([dspace-source]/dspace/target/dspace-1.7.1-build.dir/webapps/jspui/WEB-INF/lib)
 and extracted it locally. In that folder you will find Messages.properties. I 
copied that into 
[dspace-source]/dspace/modules/jspui/src/main/resources/Messages.properties
and made changes to that file as I needed. Rebuilt dspace and it seemed to 
work. I am not sure if this is the way to go or not. It worked for me. 
 
I think if you don't install Dspace from source release the default files will 
be shipped with jar files and if you want to overwrite anything you have to 
recreate the files in your directory. It is weird that it is not documented 
anywhere although it says edit Messages.properties file found in . 
 
You might want to try the same for the rest of the files too. I just needed 
Messages.properties in english.
 
Anitha
 
 
 
So if we want to overwrite or change anything in that file. 

 On 6/21/2011 at 2:39 PM, liss ... liss...@hotmail.com wrote:







Hi all:
 
I am using dspace 1.7.2 (http://cdigital.uv.mx/) I configured 
webui.supported.locales =es,en, de, fr, but I can't find this files
 
 
• 

[dspace-source]/dspace/modules/jspui/src/main/
resources/Messages.properties
• 

[dspace-source]/dspace/modules/jspui/src/main/
resources/Messages_es.properties
• 

[dspace-source]/dspace/modules/jspui/src/main/
resources/Messages_de.properties
• 

[dspace-source]/dspace/modules/jspui/src/main/
resources/Messages_fr.properties
Files to be localized:
• 

[dspace-source]/dspace/modules/jspui/src/main/
resources/Messages_LOCALE.properties
• 

[dspace-source]/dspace/config/input-forms_LOCALE.xml
The dspace.cfg Configuration Properties File
161
• 

[dspace-source]/dspace/config/default_LOCALE.license - should be pure
ASCII
• 

[dspace-source]/dspace/config/news-top_LOCALE.html
• 

[dspace-source]/dspace/config/news-side_LOCALE.html
• 

[dspace-source]/dspace/config/emails/change_password_LOCALE
• 

[dspace-source]/dspace/config/emails/feedback_LOCALE
• 

[dspace-source]/dspace/config/emails/internal_error_LOCALE
• 

[dspace-source]/dspace/config/emails/register_LOCALE
• 

[dspace-source]/dspace/config/emails/submit_archive_LOCALE
• 

[dspace-source]/dspace/config/emails/submit_reject_LOCALE
• 

[dspace-source]/dspace/config/emails/submit_task_LOCALE
• 

[dspace-source]/dspace/config/emails/subscription_LOCALE
• 

[dspace-source]/dspace/config/emails/suggest_LOCALE
• 

[dspace]/webapps/jspui/help/collection-admin_LOCALE.html - in html keep
the jump link as original; must be copied to [dspace-source]/dspace/
modules/jspui/src/main/webapp/help
• 

[dspace]/webapps/jspui/help/index_LOCALE.html - must be copied to 
[dspacesource]/
dspace/modules/jspui/src/main/webapp/help
• 

[dspace]/webapps/jspui/help/site-admin_LOCALE.html - must be copied 
to[dspace-source]/dspace/modules/jspui/src/main/webapp/help
 
 
somebody knows what I must do? I want make some modifications on 
messages_es.properties
I apreciate every help , thanks.
  --
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How to configure DSpace to all member when registering into DSpace will automatically become members of a special group

2011-06-22 Thread Nguyen Hung Thanh
Thanks for your Email. I create a group: *QT *and config in *Dspace.cfg*with
*password.login.specialgroup = Q*T

But when register account, user ony have anonymous group.


On Wed, Jun 22, 2011 at 5:10 PM, helix84 heli...@centrum.sk wrote:

 On Wed, Jun 22, 2011 at 12:02, Nguyen Hung Thanh nghungth...@gmail.com
 wrote:
  How to configure DSpace to all member when registering into DSpace will
  automatically become members of a special group.

 Hi Nguyen,

 check out the password.login.specialgroup configuration option. Maybe
 that's what you're looking for.

 Regards,
 ~~helix84

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech