[Dspace-tech] dspace_migrate error

2008-06-16 Thread Sangamnerkar Tushar
Hello
nbsp;
We are running dspace 1.3.2nbsp; on Fedora core 3.0 
I am facing an error during running dspavce_migrate on exported data.
It stops with an errornbsp; ...dublin_core.xml does not exist of is empty in 
any folder holding the exported files.nbsp; In the folder there exist two 
dublin core files
1nbsp; dubglin_core.xmlnbsp;nbsp; with size 0 bytes
2nbsp; dubglin_core.xml.orignbsp; with the original xml file
nbsp;
if i remove the 0 byte sized xml filenbsp; and rename the dublin_core.xml.orig 
to dublin_core.xml
and rerun dspace_migrate tyhe utility does not give the error on the same 
folder. The occurence of error is Random i was not able to point any pecularity 
for the folders and xml files facing dspace_migrate errors.
Please Guide/Helpnbsp;nbsp; I want to move around 50k records on new server.
(Is it possible to import collections from one m/c to another?)
nbsp;
Tushar Sangamnerkar
TIRC
Pune
nbsp;
nbsp;
nbsp;
nbsp;


  -
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Importing metadata into DSpace

2008-06-16 Thread Guillermo Antonio Varela Herrera
Hi,


DSpace has an importer call ItemImport, but it doesn't import data from
another database, it imports the item information from a XML file with the
Dublin Core structure (called dublin_core.xml).

The importer requires the XML file, the item file and a file named contents
(with a list of files to import) and it can be called from a terminal (or a
cron) this way:

[dspace]/bin/dsrun org.dspace.app.itemimport.ItemImport --add --eperson=user
--collection=collectionID --source=items_dir --mapfile=mapfile

You might use a script that find the parameters into another file or some
other way.

Some more information about the importer is available in
http://www.dspace.org/index.php?option=com_contenttask=viewid=144
(Importing Items section).



I hope it helps you.


-Mensaje original-
--

Message: 1
Date: Sun, 15 Jun 2008 03:49:51 -0400
From: Shomorony, Ilan [EMAIL PROTECTED]
Subject: [Dspace-tech] Importing metadata into DSpace
To: dspace-tech@lists.sourceforge.net
dspace-tech@lists.sourceforge.net
Message-ID:

[EMAIL PROTECTED]

Content-Type: text/plain; charset=us-ascii

Hello everyone,

I know this is not a very specific question, but maybe someone can help me
or give me a piece of advice.
I set up DSpace for one of my professors, because he would like to have a
way of making all projects that he advised available online and searchable.
We already have a complete database of all these projects, with all the
details that will eventually become the metadata of the items, once I add
them all to our DSpace.
However, I was thinking that there may be a good way of simply importing
from our projects database into one of the DSpace databases and have DSpace
recognize the entries as new items... Is there a way of doing something like
that? We have hundreds of projects and it would be very helpful if I could
do something like this...

Thank you,

Ilan


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Actions

2008-06-16 Thread solomon kariri
I have installed dspace and I would have submitted a number of documents.
The problem I have is that when I click the view link in the items details
page the browser starts to download the file. I want to change this such
that if the format of the item or bistream is supported, dspace converts it
to html and send the resulting html to client. Is there a way I can change a
setting to enable this feature.
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Actions

2008-06-16 Thread Dorothea Salo
On Mon, Jun 16, 2008 at 9:05 AM, solomon kariri [EMAIL PROTECTED] wrote:
 I have installed dspace and I would have submitted a number of documents.
 The problem I have is that when I click the view link in the items details
 page the browser starts to download the file. I want to change this such
 that if the format of the item or bistream is supported, dspace converts it
 to html and send the resulting html to client. Is there a way I can change a
 setting to enable this feature.

There is not. DSpace does not contain anything that will convert any
imaginable file format to HTML. (How would this work for an image? A
soundfile?)

If you can find converters for the file formats you are likely to
ingest, you may be able to write a MediaFilter to add an HTML
bitstream, which could then be set as the primary bitstream.

Dorothea

-- 
Dorothea Salo [EMAIL PROTECTED]
Digital Repository Librarian AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] dspace_migrate error

2008-06-16 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Most likely you have to delete your mapfile that was created during your
first run and then restart the Import job.

Sue

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Sangamnerkar Tushar
Sent: Monday, June 16, 2008 2:39 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] dspace_migrate error

 

Hello

 

We are running dspace 1.3.2  on Fedora core 3.0 

I am facing an error during running dspavce_migrate on exported data.

It stops with an error  ...dublin_core.xml does not exist of is empty in
any folder holding the exported files.  In the folder there exist two
dublin core files

1  dubglin_core.xml   with size 0 bytes

2  dubglin_core.xml.orig  with the original xml file

 

if i remove the 0 byte sized xml file  and rename the
dublin_core.xml.orig to dublin_core.xml

and rerun dspace_migrate tyhe utility does not give the error on the
same folder. The occurence of error is Random i was not able to point
any pecularity for the folders and xml files facing dspace_migrate
errors.

Please Guide/Help   I want to move around 50k records on new server.

(Is it possible to import collections from one m/c to another?)

 

Tushar Sangamnerkar

TIRC

Pune

 

 

 

 

 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech