[Dspace-tech] Take Task button does not work

2009-05-20 Thread Filippos Kolovos
Dear All,

We are currently running Dspace 1.4 and for one collection we have configured
some submitters and one Approve/Reject person, so that she will be able to
check the inserted metadata of the items before accepting it for publication.

However, we are facing the following problem. The submitter user is able to go 
through all
the steps when submiting his essay/item and gets the e-mail notification about 
the fact
that the essay is in-queue waiting to be confirmed. Then the 
Approve/Reject/Administrator
of the collection logs in and sees in her My DSpace the task waiting to be 
approved with all
the related buttons, among which is also the Take Task button. 

The problem is that when she clicks on the Take Task button, it displays a 
blank page at the center, while all the other elements
of the page (navigation bar at the left, logo at the top, information bar at 
the bottom, etc) are displayed
the item per se, or any other information that should have been displayed at 
the center of the screen are
not. It is just a blank page.


I have checked the log myself (dspace.log) and I quote the final lines of the 
log that I have come
across with bold the last two reporting the exact error.

* LOG FILE ERROR 
OUTPUT*

2009-05-19 13:20:32,941 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
Running query select * from workflowitem where workflow_id
 = ? 
2009-05-19 13:20:32,945 DEBUG org.dspace.workflow.WorkflowItem @ 
f.kolo...@ieee.org:session_id=7FF0687AE2A6FE19C174C271B2286870:ip_a
ddr=195.251.214.70:find_workflow_item:workflow_id=11720
2009-05-19 13:20:32,947 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
Running query select * from item where item_id = ? 
2009-05-19 13:20:32,950 DEBUG org.dspace.content.Item @ 
f.kolo...@ieee.org:session_id=7FF0687AE2A6FE19C174C271B2286870:ip_addr=195.2
51.214.70:find_item:item_id=13743
2009-05-19 13:20:32,950 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
Running query SELECT * FROM MetadataValue WHERE item_id= ?
  ORDER BY metadata_field_id, place
2009-05-19 13:20:32,953 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
Running query SELECT handle FROM Handle WHERE resource_typ
e_id = ? AND resource_id = ?
2009-05-19 13:20:32,956 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
Running query select * from collection where collection_id
 = ? 
2009-05-19 13:20:32,959 DEBUG org.dspace.content.Collection @ 
f.kolo...@ieee.org:session_id=7FF0687AE2A6FE19C174C271B2286870:ip_addr
=195.251.214.70:find_collection:collection_id=66
2009-05-19 13:20:32,960 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
Running query select * from item where item_id = ? 
2009-05-19 13:20:32,962 DEBUG org.dspace.content.Item @ 
f.kolo...@ieee.org:session_id=7FF0687AE2A6FE19C174C271B2286870:ip_addr=195.2
51.214.70:find_item:item_id=2676
2009-05-19 13:20:32,962 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
Running query SELECT * FROM MetadataValue WHERE item_id= ?
  ORDER BY metadata_field_id, place
2009-05-19 13:20:32,963 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
Running query SELECT handle FROM Handle WHERE resource_typ
e_id = ? AND resource_id = ?
2009-05-19 13:20:32,965 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
Running query select * from epersongroup where eperson_gro
up_id = ? 
2009-05-19 13:20:32,967 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
Running query select * from epersongroup where eperson_gro
up_id = ? 
2009-05-19 13:20:32,970 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
Running query select * from epersongroup where eperson_gro
up_id = ? 
2009-05-19 13:20:32,972 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
Running query select * from epersongroup where eperson_gro
up_id = ? 
2009-05-19 13:20:32,973 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
Running query select * from epersongroup where eperson_gro
up_id = ? 
2009-05-19 13:20:32,975 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
Running query SELECT handle FROM Handle WHERE resource_typ
e_id = ? AND resource_id = ?
2009-05-19 13:20:32,976 INFO  org.dspace.app.webui.servlet.MyDSpaceServlet @ 
f.kolo...@ieee.org:session_id=7FF0687AE2A6FE19C174C271B
2286870:ip_addr=195.251.214.70:view_workflow:workflow_id=submit_claim=before=11720org.dspace.content.collect...@59a735
2009-05-19 13:20:32,977 DEBUG org.dspace.app.webui.util.JSPManager @ 
f.kolo...@ieee.org:session_id=7FF0687AE2A6FE19C174C271B2286870:
ip_addr=195.251.214.70:view_jsp_filippos:/mydspace/preview-task.jsp
2009-05-19 13:20:33,196 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
Running query select * from collection where collection_id
 = ? 
2009-05-19 13:20:33,198 DEBUG org.dspace.content.Collection @ 
f.kolo...@ieee.org:session_id=7FF0687AE2A6FE19C174C271B2286870:ip_addr
=195.251.214.70:find_collection:not_found,collection_id=-1


Re: [Dspace-tech] Take Task button does not work

2009-05-20 Thread Claudia Jürgen
Hi Filippos,

seems as if you came across a known and solved bug, see
https://sourceforge.net/tracker/?func=detailaid=1827588group_id=19984atid=119984

Which hast been fixed by revision 2276 of 
[dspace-source]/dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/util/CollectionStyleSelection.java
 

see the diff at:
http://dspace.svn.sourceforge.net/viewvc/dspace/tags/dspace-1_5_1/dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/util/CollectionStyleSelection.java?view=diffr1=2276r2=2264diff_format=h

Hope that helps

Claudia Jürgen


Filippos Kolovos schrieb:
 Dear All,
 
 We are currently running Dspace 1.4 and for one collection we have configured
 some submitters and one Approve/Reject person, so that she will be able to
 check the inserted metadata of the items before accepting it for publication.
 
 However, we are facing the following problem. The submitter user is able to 
 go through all
 the steps when submiting his essay/item and gets the e-mail notification 
 about the fact
 that the essay is in-queue waiting to be confirmed. Then the 
 Approve/Reject/Administrator
 of the collection logs in and sees in her My DSpace the task waiting to be 
 approved with all
 the related buttons, among which is also the Take Task button. 
 
 The problem is that when she clicks on the Take Task button, it displays a 
 blank page at the center, while all the other elements
 of the page (navigation bar at the left, logo at the top, information bar at 
 the bottom, etc) are displayed
 the item per se, or any other information that should have been displayed at 
 the center of the screen are
 not. It is just a blank page.
 
 
 I have checked the log myself (dspace.log) and I quote the final lines of the 
 log that I have come
 across with bold the last two reporting the exact error.
 
 * LOG FILE ERROR 
 OUTPUT*
 
 2009-05-19 13:20:32,941 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
 Running query select * from workflowitem where workflow_id
  = ? 
 2009-05-19 13:20:32,945 DEBUG org.dspace.workflow.WorkflowItem @ 
 f.kolo...@ieee.org:session_id=7FF0687AE2A6FE19C174C271B2286870:ip_a
 ddr=195.251.214.70:find_workflow_item:workflow_id=11720
 2009-05-19 13:20:32,947 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
 Running query select * from item where item_id = ? 
 2009-05-19 13:20:32,950 DEBUG org.dspace.content.Item @ 
 f.kolo...@ieee.org:session_id=7FF0687AE2A6FE19C174C271B2286870:ip_addr=195.2
 51.214.70:find_item:item_id=13743
 2009-05-19 13:20:32,950 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
 Running query SELECT * FROM MetadataValue WHERE item_id= ?
   ORDER BY metadata_field_id, place
 2009-05-19 13:20:32,953 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
 Running query SELECT handle FROM Handle WHERE resource_typ
 e_id = ? AND resource_id = ?
 2009-05-19 13:20:32,956 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
 Running query select * from collection where collection_id
  = ? 
 2009-05-19 13:20:32,959 DEBUG org.dspace.content.Collection @ 
 f.kolo...@ieee.org:session_id=7FF0687AE2A6FE19C174C271B2286870:ip_addr
 =195.251.214.70:find_collection:collection_id=66
 2009-05-19 13:20:32,960 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
 Running query select * from item where item_id = ? 
 2009-05-19 13:20:32,962 DEBUG org.dspace.content.Item @ 
 f.kolo...@ieee.org:session_id=7FF0687AE2A6FE19C174C271B2286870:ip_addr=195.2
 51.214.70:find_item:item_id=2676
 2009-05-19 13:20:32,962 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
 Running query SELECT * FROM MetadataValue WHERE item_id= ?
   ORDER BY metadata_field_id, place
 2009-05-19 13:20:32,963 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
 Running query SELECT handle FROM Handle WHERE resource_typ
 e_id = ? AND resource_id = ?
 2009-05-19 13:20:32,965 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
 Running query select * from epersongroup where eperson_gro
 up_id = ? 
 2009-05-19 13:20:32,967 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
 Running query select * from epersongroup where eperson_gro
 up_id = ? 
 2009-05-19 13:20:32,970 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
 Running query select * from epersongroup where eperson_gro
 up_id = ? 
 2009-05-19 13:20:32,972 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
 Running query select * from epersongroup where eperson_gro
 up_id = ? 
 2009-05-19 13:20:32,973 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
 Running query select * from epersongroup where eperson_gro
 up_id = ? 
 2009-05-19 13:20:32,975 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
 Running query SELECT handle FROM Handle WHERE resource_typ
 e_id = ? AND resource_id = ?
 2009-05-19 13:20:32,976 INFO  org.dspace.app.webui.servlet.MyDSpaceServlet @ 
 f.kolo...@ieee.org:session_id=7FF0687AE2A6FE19C174C271B
 

[Dspace-tech] Owning_collection ?

2009-05-20 Thread Robin Taylor
I have a daft question, why does Dspace have the concept of an owning 
collection ? Why not just allow an item to be mapped to multiple collections, 
or none for that matter. I often have to move items from one collection to 
another by editing the database and it always stikes me as unnecessary. What am 
I missing ?

Cheers, Robin.
 

Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6515208


-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Dspace in CD

2009-05-20 Thread Emily Monteiro
Hello everyone?
I am in Cape Verde at the University Jean Piaget of Cape Verde, working with
the DSpace some time ago and I am researching the specifics of it, so wanted
to know if you can save the DSpace on CD-R
Thank you for your help


-- 
Émília Monteiro
Laboratório de Educação Digital
image001.gif--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace in CD

2009-05-20 Thread Emily Monteiro
hi Ricardo!

I think I did not understand well, but I do not want a CD version of DSpace,
but after installing DSpace can copy it or export it to a CD, with all data
and metadata to be used in another computer.
Can you help me with this.

Now pardon my English is that I only understand well the protuguês

2009/5/20 Ricard de la Vega rdelav...@cesca.es

  There are a Live CD version at
 http://cadair.aber.ac.uk/dspace/handle/2160/565

 I hope this helps you,

 Ricard

 Emily Monteiro wrote:

 Hello everyone?
 I am in Cape Verde at the University Jean Piaget of Cape Verde, working
 with the DSpace some time ago and I am researching the specifics of it, so
 wanted to know if you can save the DSpace on CD-R
 Thank you for your help


 --
 Émília Monteiro
 Laboratório de Educação Digital





 --

 --
 Crystal Reports - New Free Runtime and 30 Day Trial
 Check out the new simplified licensing option that enables
 unlimited royalty-free distribution of the report engine
 for externally facing server and web deployment. 
 http://p.sf.net/sfu/businessobjects

 --

 ___
 DSpace-tech mailing 
 listdspace-t...@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/dspace-tech

  --
 ..
   __
 /   /  Ricard de la Vega
 C E / S / C A  Departament de Sistemes
   /__ /Centre de Supercomputació de Catalunya

 Gran Capità, 2-4 (Edifici Nexus) · 08034 Barcelona
 T. 93 205 6464 (ext. 300) · F. 93 205 6979 · rdelav...@cesca.cat
 ..




-- 
Émília Monteiro
Laboratório de Educação Digital
image/gif--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Take Task button does not work

2009-05-20 Thread filippos
Dear Claudia,

Thank you very much for your reply. I think that this is the problem, however,
the bug-solution refers to a newer version than 1.4 (1.5.x I guess), and in 1.4
this file (CollectionStyleSelection.java)
is not there. But, since the bug has the same behavior as in that newer
version, I think that it is in a similar file.
Do you happen to know which exactly? Or at least approximately?

Thank you once more,

-Fk

2009/5/20 Claudia J#252;rgen claudia.juer...@ub.uni-dortmund.de

Hi Filippos,

seems as if you came across a known and solved bug, see
   
https://sourceforge.net/tracker/?func=detailaid=1827588group_id=19984atid=119984

Which hast been fixed by revision 2276 of
[dspace-source]/dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/util/CollectionStyleSelection.java
see the diff at:
   
http://dspace.svn.sourceforge.net/viewvc/dspace/tags/dspace-1_5_1/dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/util/CollectionStyleSelection.java?view=diffr1=2276r2=2264diff_format=h

Hope that helps

Claudia J#252;rgen


Filippos Kolovos schrieb:

Dear All,

We are currently running Dspace 1.4 and for one collection we have
configured
some submitters and one Approve/Reject person, so that she will be
able to
check the inserted metadata of the items before accepting it for
publication.

However, we are facing the following problem. The submitter user is able
to go through all
the steps when submiting his essay/item and gets the e-mail notification
about the fact
that the essay is in-queue waiting to be confirmed. Then the
Approve/Reject/Administrator
of the collection logs in and sees in her My DSpace the task waiting
to be approved with all
the related buttons, among which is also the Take Task button.
The problem is that when she clicks on the Take Task button, it
displays a blank page at the center, while all the other elements
of the page (navigation bar at the left, logo at the top, information
bar at the bottom, etc) are displayed
the item per se, or any other information that should have been
displayed at the center of the screen are
not. It is just a blank page.





-- 
Filippos Kolovos

Software Systems Analyst  Engineer
M.Sc. (Eng.) in Data Communications

Automation  Networking Department
University of Macedonia Library
Egnatia 156, P.O.Box 1591
540 06 Thessaloniki, Greece

E-Mail: f.kolo...@ieee.org,
  filip...@uom.gr
Profile: http://www.linkedin.com/in/filipposkolovos
--

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] How run sub-daily script on windows?

2009-05-20 Thread liss RR

hi all,
 
please when somebody logged is subscribed in a collection and it grows the 
logged person don't recibe any actualizatios' mail.
 

How does run the [dspace]/bin/sub-daily script in dspace 1.4.1 on windows ?

 
I've try to ejecute this but I don't get results
 
C:/dspace/bin/dsrun org.dspace.eperson.Subscribe
 
Thanks,
 
_
Conoce Hotmail y protege tu correo
www.windowslive-hotmail.com/protectyourself/es/default.htm--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Live Webcast of DSpace User Group Mtg - today and tomorrow

2009-05-20 Thread Valorie Hollister
For those who could not make it to Atlanta, the DSpace User Group  
Meeting today and tomorrow is being webcast live. A recording of the  
meeting will also be made available.


Attached you will find the current meeting schedule.

For the webcast, click on the day you wish to attend below:

May 20th
http://presentations.dlpe.gatech.edu/stream/support/or09_052009/

May 21st
http://presentations.dlpe.gatech.edu/stream/support/or09_052109/

Valorie Hollister
Community Outreach Manager
DSpace Foundation






FOR DIST_DSpace User Group Meeting.doc
Description: MS-Word document
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace in CD

2009-05-20 Thread Ricard de la Vega




There are a Live CD version at
http://cadair.aber.ac.uk/dspace/handle/2160/565

I hope this helps you,

Ricard

Emily Monteiro wrote:
Hello everyone? 
I am in Cape Verde at the University Jean Piaget
of Cape Verde, working with the DSpace some time ago and I am
researching the specifics of it, so wanted to know if you can save the
DSpace on CD-R 
Thank you for your help
  
  
-- 
mlia Monteiro
Laboratrio de Educao Digital
  
  
  

  

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
  

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

-- 
..
  __
/   /  Ricard de la Vega
C E / S / C A  Departament de Sistemes
  /__ /Centre de Supercomputaci de Catalunya

Gran Capit, 2-4 (Edifici Nexus)  08034 Barcelona
T. 93 205 6464 (ext. 300)  F. 93 205 6979  rdelav...@cesca.cat
.. 



--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace in CD

2009-05-20 Thread Claudia Juergen
Hi Emilia,

there is a DSpace Live CD available at http://hdl.handle.net/2160/563.

Hope that helps

Claudia Jürgen

 Hello everyone?
 I am in Cape Verde at the University Jean Piaget of Cape Verde, working
 with
 the DSpace some time ago and I am researching the specifics of it, so
 wanted
 to know if you can save the DSpace on CD-R
 Thank you for your help


 --
 Émília Monteiro
 Laboratório de Educação Digital
 --
 Crystal Reports - New Free Runtime and 30 Day Trial
 Check out the new simplified licensing option that enables
 unlimited royalty-free distribution of the report engine
 for externally facing server and web deployment.
 http://p.sf.net/sfu/businessobjects___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] User:Emetsger:Embargo Problem

2009-05-20 Thread Smith, Andrew J
Hello,

I've was trying out this Embargo patch today 
(http://wiki.dspace.org/index.php/User:Emetsger:Embargo).  All appears to be 
working swimmingly with one exception.  When a collection's embargo settings is 
edited, I am not able to change the allowable durations.  After adding a second 
row in the embargoselectprofile table, the new duration set shows up in the 
select list, but selecting it and Saving Embargo Settings has no effect.  The 
duration remains the value of the first row.  Has anyone run into this problem? 
 This is running against a dspace 1.5.1  I followed the directions with only a 
couple of alterations as it needs to be built against and established dspace 
instance.  My current embargoselectprofile table looks like the following:

profile_id | profile_type | name | values_in_months 
+--+--+--
  1 |1 | ISW  | 6|12|24|120|180
  2 |1 | KLP  | 12|24|36

Any ideas would be greatly appreciated.

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How run sub-daily script on windows?

2009-05-20 Thread Stuart Lewis
Hi Liss,

 

Running the command you show below should work fine. The email will only
contain items that were *modified* yesterday, or, if you have
eperson.subscription.onlynew set to true, then it will only contain
*new* items that were created yesterday.

 

You can test this by subscribing to a collection, then edit the last
modified date of that item to a time yesterday, and then re-run the
script. 

 

A suitable query would be something like update item set last_modified
= '2009-05-20 16:36:38.069+12' where item_id = 111 (where 111 is the
item id of a suitable item. Alternatively, modify an item today, then
try rerunning the script tomorrow.

 

Thanks,

 

 

Stuart Lewis

Digital Services Programmer

Te Tumu Herenga The University of Auckland Library

Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand

Ph: 64 9 373-7599 x81928

http://www.library.auckland.ac.nz http://www.library.auckland.ac.nz/ /

 

 

 

From: liss RR [mailto:liss...@hotmail.com] 
Sent: Thursday, 21 May 2009 3:36 a.m.
To: listaDspace
Subject: [Dspace-tech] How run sub-daily script on windows?

 

hi all,

 

please when somebody logged is subscribed in a collection and it grows
the logged person don't recibe any actualizatios' mail.

 
How does run the [dspace]/bin/sub-daily script in dspace 1.4.1 on
windows ?

 

I've try to ejecute this but I don't get results

 

C:/dspace/bin/dsrun org.dspace.eperson.Subscribe

 

Thanks,

 

 



Gana premios actualizando tu Perfil de Windows Live

--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers  brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing,  
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA,  Big Spaceship. http://www.creativitycat.com ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace in CD

2009-05-20 Thread Van Ly
 [ wanting to copy and transfer DSpace on media, such as CD ]
 
Hi Emily
 
Depending on how big your DSpace is, the capacity of one CD may not be enough. 
Two places I know of for meta/data are:
 
1/ the location of the assetstore for as defined in dspace.cfg for data
2/ and a dump of the backend database for metadata
 
Perhaps, stopping DSpace, copy the meta/data, transfer, restore are the 
sequence of steps you should follow. 
 
Using rsync() or robocopy.exe across the network or to a large capacity 
portable device is an option for the transfer stage.
 
Best wishes
 
-- Van Ly 



From: Emily Monteiro [mailto:galinaem...@gmail.com]
Sent: Thu 21/05/2009 1:38 AM
To: Ricard de la Vega
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Dspace in CD


hi Ricardo!

I think I did not understand well, but I do not want a CD version of DSpace, 
but after installing DSpace can copy it or export it to a CD, with all data and 
metadata to be used in another computer. 
Can you help me with this.

Now pardon my English is that I only understand well the protuguês


2009/5/20 Ricard de la Vega rdelav...@cesca.es


There are a Live CD version at 
http://cadair.aber.ac.uk/dspace/handle/2160/565

I hope this helps you,

Ricard

Emily Monteiro wrote: 

Hello everyone? 
I am in Cape Verde at the University Jean Piaget of Cape Verde, 
working with the DSpace some time ago and I am researching the specifics of it, 
so wanted to know if you can save the DSpace on CD-R 
Thank you for your help


-- 
Émília Monteiro
Laboratório de Educação Digital


 
https://www.owa.usyd.edu.au/Exchange/vly/Drafts/ATT354116.gif 



 






--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects




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

-- 
..
  __
/   /  Ricard de la Vega
C E / S / C A  Departament de Sistemes
  /__ /Centre de Supercomputació de Catalunya

Gran Capità, 2-4 (Edifici Nexus) · 08034 Barcelona
T. 93 205 6464 (ext. 300) · F. 93 205 6979 · rdelav...@cesca.cat
.. 




-- 
Émília Monteiro
Laboratório de Educação Digital


 

ATT354116.gif--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers  brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing,  
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA,  Big Spaceship. http://www.creativitycat.com ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech