On Tue, Nov 13, 2012 at 4:36 AM, [email protected]
<[email protected]> wrote:
> 1. The manual refers to an "import" script under the [DSPACE_DIR]/bin
> directory but my [DSPACE_DIR]/bin directory only has these files:
>     - buildpath.bat
>     - dspace.bat
>     - dspace-info.pl
>     - make-handle-config
>     - dspace
>     - dspace_migrate
>     - log-reporter
>     - start-handle-server

Hi Brian,

are you sure you're using the documentation for your version of
DSpace? Here's the correct one for 1.8:

https://wiki.duraspace.org/display/DSDOC18/DSpace+1.8+Documentation

In some older versions there were separate scripts, but now there is a
single launcher script and the individual classes are called using
parameters:

[dspace]/bin/dspace import

Also look at
[dspace]/bin/dspace -h
[dspace]/bin/dspace import -h

> 2. I have created a small hierarchy data structures, e.g.
> Communities->Sub-Communities->Collections, etc.:
>
>     e.g.
>     - CUHK Repository
>         - Faculties
>           - Faculty of Arts
>           - Faculty of Business Administration
>           - Faculty of Education
>
>     I have tried manually submit items into the individual Faculty and it
> seemed to accept them olay. However, when I exported the dublin_core.xml
> from one of the item and made another sample metadata file based on it, and
> then tried to import via the menu "Import Metadata" under the Administer
> menu. It gave this message:
>
>     "Unknown metadata schema in heading: "
>
> What I was trying to do was to find the correct qualified DC format to
> prepare some metadata files for batch import.

Most likely you added some custom field that is not defined in DSpace
out-of-the-box. You must first add the field to the metadata fields
ergistry, only then you can add values to the field. In XMLUI, log in
as admin, then in the "Administrative" menu under "Registries" select
"Metadata".

> 3. How to set up Handle Server on Windows? Where can I change the default
> "123456789" ID?

You can change the handle prefix in dspace.cfg - the handle.prefix
property. Then restart Tomcat.
You don't need to run update-handle-prefix unless you already have
created some items in your repository, which would have the 123456789
prefix.

DSpace comes with the handle server included, so you have 2 options:
1) you can use the included handle server (see start-handle-server below)
2) you can download the server from CNRI, set it up separately and start it

In both cases, you first need to register with CNRI (and pay the fee)
and configure the handle server (including sending your metadata to
CNRI).

https://wiki.duraspace.org/display/DSDOC18/Installation#Installation-TheHandleServer

Refer to the CNRI site for details:
http://www.handle.net/documentation.html


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
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to