[Dspace-tech] URL of a bitstream in the METS file

2014-01-06 Thread Evgeni Dimitrov
A theme gets a DRI with a line pointing to a METS file:

reference repositoryID=123456789 type=DSpace Item
url=/metadata/handle/123456789/87/mets.xml

In this METS file there are lines pointing to the individual files of
the item - like this:

mets:fileGrp USE=CONTENT
mets:file CHECKSUMTYPE=MD5 GROUPID=group_file_76 ID=file_76
MIMETYPE=image/jpeg SIZE=38707
CHECKSUM=eec402f4471e43f0aad0a9836e110db8mets:FLocat LOCTYPE=URL
xlink:title=p1.jpg xlink:type=locator
xlink:href=/xmlui/bitstream/handle/123456789/87/p1.jpg?sequence=20001isAllowed=y/
/mets:file

I can get the file using either one of:

/xmlui/bitstream/handle/123456789/87/p1.jpg?sequence=20001isAllowed=y
/xmlui/bitstream/handle/123456789/87/p1.jpg?sequence=20001
/xmlui/bitstream/handle/123456789/87/p1.jpg

What is the meaning of:

sequence=20001 and especially of
isAllowed=y

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] URL of a bitstream in the METS file

2014-01-06 Thread helix84
On Mon, Jan 6, 2014 at 3:36 PM, Evgeni Dimitrov dimitrove@gmail.com wrote:
 I can get the file using either one of:

That's correct, you can just leave out the parameters.

 /xmlui/bitstream/handle/123456789/87/p1.jpg?sequence=20001isAllowed=y
 /xmlui/bitstream/handle/123456789/87/p1.jpg?sequence=20001
 /xmlui/bitstream/handle/123456789/87/p1.jpg

 What is the meaning of:

 sequence=20001 and especially of

This is the value of sequence_id from the bitstream table and it's
meaning is the display order of bitstreams within an item.

 isAllowed=y

This is another rendering hint that tells the XMLUI theme that the
item is accessible/inaccessible for the current user. The URL is
generated by Java code which knows how to find out this information
and is processed by a XSLT template, which is the presentation layer
and just displays what it's passed.

Both are just information being passed between DSpace layers and are
ignored when you actually access the bitstream. So it's safe to ignore
the parameters.


Regards,
~~helix84

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

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Discovery Spell Checker

2014-01-06 Thread helix84
On Mon, Jan 6, 2014 at 8:58 AM, Nemiz, Elvi esne...@seafdec.org.ph wrote:
 In DSpace 4.0, how can I enable the query spell checking feature?
 https://jira.duraspace.org/browse/DS-1683

Hi Elvi,

it seems we're currently missing documentation about this new feature
in 4.0, sorry about that.

However, it should be enabled by default, as you can see here:
https://github.com/DSpace/DSpace/pull/314/files#diff-eb41d8cfa0737f07840838d3b8633f08R190

This feature depends on the presence of a new field (a_spell) in the
Solr index, so it's likely that you'll need to
1) make sure you're using the updated schema from 4.0
([dspace]/solr/search/conf/schema.xml) - this usually happens during
ant update, but it doesn't hurt do double-check; and
2) rebuild the Discovery index.
I'm not sure whether these steps are necessary, but it seems logical
and it won't hurt.


Regards,
~~helix84

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

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Collection empty even after restore - dspace 4

2014-01-06 Thread helix84
DSpace 4 has Discovery enabled by default. Discovery uses a different
indexing command - update-discovery-index, see documentation. Did you
run this command?


Regards,
~~helix84

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

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] error while forgot password

2014-01-06 Thread helix84
On Fri, Jan 3, 2014 at 9:35 AM, Bhavesh Patel bhavesh.bece...@gmail.com wrote:
 Dear All,

 I received error while forgot password.

 Please help me on this.

 We are using DSpace 3.2 in CentOS 6.5


Post your mail.* options from your dspace.cfg.

This message indicates invalid domain in the mail.from.address email address.


Regards,
~~helix84

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

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Discovery Spell Checker

2014-01-06 Thread Andrea Bollini

yes, it is enabled by default and require reindexing of your content.
It is enabled in the discovery.xml file as a property of the 
DiscoveryConfiguration bean

propertyname=spellCheckEnabledvalue=true/

https://github.com/DSpace/DSpace/blob/dspace-4.0/dspace/config/spring/api/discovery.xml#L192

this mean that if you have more configurations, for example different 
configurations for different communities/collections you need to put 
this property setting in all the configurations.

Hope this help,
Andrea

Il 06/01/2014 16.03, helix84 ha scritto:

On Mon, Jan 6, 2014 at 8:58 AM, Nemiz, Elvi esne...@seafdec.org.ph wrote:

In DSpace 4.0, how can I enable the query spell checking feature?
https://jira.duraspace.org/browse/DS-1683

Hi Elvi,

it seems we're currently missing documentation about this new feature
in 4.0, sorry about that.

However, it should be enabled by default, as you can see here:
https://github.com/DSpace/DSpace/pull/314/files#diff-eb41d8cfa0737f07840838d3b8633f08R190

This feature depends on the presence of a new field (a_spell) in the
Solr index, so it's likely that you'll need to
1) make sure you're using the updated schema from 4.0
([dspace]/solr/search/conf/schema.xml) - this usually happens during
ant update, but it doesn't hurt do double-check; and
2) rebuild the Discovery index.
I'm not sure whether these steps are necessary, but it seems logical
and it won't hurt.


Regards,
~~helix84

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

--
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



--
Andrea Bollini
Dipartimento Servizi e Soluzioni per l'Amministrazione Universitaria
Divisione Ricerca

Via dei Tizii, 6
00185 Roma, Italy
tel. +39 06 44 486 087 - mob. +39 348 82 77 525
http://www.cineca.it

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] URL of a bitstream in the METS file

2014-01-06 Thread Evgeni Dimitrov
Thank you very much.

To be on the safe side - the link passed to the theme is the link to
the METS file.
In the METS file are the links with ?sequence=20001isAllowed=y.

Does this mean that the very METS file is dynamically generated -
depending on the IP of the request?

On Mon, Jan 6, 2014 at 4:51 PM, helix84 heli...@centrum.sk wrote:
 On Mon, Jan 6, 2014 at 3:36 PM, Evgeni Dimitrov dimitrove@gmail.com 
 wrote:
 I can get the file using either one of:

 That's correct, you can just leave out the parameters.

 /xmlui/bitstream/handle/123456789/87/p1.jpg?sequence=20001isAllowed=y
 /xmlui/bitstream/handle/123456789/87/p1.jpg?sequence=20001
 /xmlui/bitstream/handle/123456789/87/p1.jpg

 What is the meaning of:

 sequence=20001 and especially of

 This is the value of sequence_id from the bitstream table and it's
 meaning is the display order of bitstreams within an item.

 isAllowed=y

 This is another rendering hint that tells the XMLUI theme that the
 item is accessible/inaccessible for the current user. The URL is
 generated by Java code which knows how to find out this information
 and is processed by a XSLT template, which is the presentation layer
 and just displays what it's passed.

 Both are just information being passed between DSpace layers and are
 ignored when you actually access the bitstream. So it's safe to ignore
 the parameters.


 Regards,
 ~~helix84

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

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] URL of a bitstream in the METS file

2014-01-06 Thread helix84
On Mon, Jan 6, 2014 at 4:48 PM, Evgeni Dimitrov dimitrove@gmail.com wrote:
 To be on the safe side - the link passed to the theme is the link to
 the METS file.
 In the METS file are the links with ?sequence=20001isAllowed=y.

Right.

 Does this mean that the very METS file is dynamically generated -
 depending on the IP of the request?

Hmm, I'm not completely sure about that. It can't be based on IP,
because the XLST processor will be accessing the METS document via
localhost. But as you can see below, to find out the authorization an
AuthorizeManager method is used which uses the current context.
Context has a current user property. I didn't walk up the stack
trace to see where context comes from, but it's reasonable to assume
it's bound with the current HTTP request.

https://github.com/DSpace/DSpace/blob/dspace-4.0/dspace-xmlui/src/main/java/org/dspace/app/xmlui/objectmanager/ItemAdapter.java#L1090


Regards,
~~helix84

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

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Updating the sort index values after changing a resource metadata value

2014-01-06 Thread helix84
On Mon, Jan 6, 2014 at 5:28 PM, Adam Rousell
adam.rous...@nottingham.ac.uk wrote:
 On our DSpace implementation we have developed a method that allows users to
 give items a rating (1-5 stars). This value is stored in the metadata
 against an item and is created/updated outside of the Item class (if the
 value was updated using the Item class then there are issues to do with
 authorisation as we want anyone to be able to rate the item) so we basically
 use an SQL against the metadata value table to update it through the
 DatabaseManager. Now, we also want to be able to sort the browse items by
 this rating value, which I have got working except for one problem - When
 the metadata is updated in this way the bi_item table does not get updated
 to reflect the new value. Is there some command that I am missing to tell
 the system to update this?

Hi Adam,

bi_ stands for browse index. Browse indices in DSpace up to and
including 3.x are updated using the index-update command. In DSpace
4.0, these indices are stored in Solr by default and are updated by
update-discovery-index. There are two things you'll be interested to
hear - 1) these are just launchers for Java classes, so you may want
to execute the methods directly instead of going via shell (see the
mapping in launcher.xml). 2) Check out the -i parameter to update the
index for only a single handle.


Regards,
~~helix84

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

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Updating the sort index values after changing a resource metadata value

2014-01-06 Thread Adam Rousell
Hi there,

On our DSpace implementation we have developed a method that allows users to 
give items a rating (1-5 stars). This value is stored in the metadata against 
an item and is created/updated outside of the Item class (if the value was 
updated using the Item class then there are issues to do with authorisation as 
we want anyone to be able to rate the item) so we basically use an SQL against 
the metadata value table to update it through the DatabaseManager. Now, we also 
want to be able to sort the browse items by this rating value, which I have got 
working except for one problem - When the metadata is updated in this way the 
bi_item table does not get updated to reflect the new value. Is there some 
command that I am missing to tell the system to update this?

Thanks,

Adam R


This message and any attachment are intended solely for the addressee and may 
contain confidential information. If you have received this message in error, 
please send it back to me, and immediately delete it.   Please do not use, copy 
or disclose the information contained in this message or in any attachment.  
Any views or opinions expressed by the author of this email do not necessarily 
reflect the views of the University of Nottingham.



This message has been checked for viruses but the contents of an attachment

may still contain software viruses which could damage your computer system, you 
are advised to perform your own checks. Email communications with the 
University of Nottingham may be monitored as permitted by UK legislation.









--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Moving development content to production

2014-01-06 Thread Miguel Angel Robledo
Hi,

I have a testing dspace instance and i need move some sub-colections to 
a production instance. Is posible this procedure by any command in dspace?

Can any help me?

Regards,
Miguel

-- 
Ing. Miguel Angel Robledo
Infraestructura de Firma Digital
Secretaría de Tecnologías para la Gestión
Ministerio de Gobierno y Reforma del Estado
Provincia de Santa Fe
San Martín 2466 3° Piso (S3000FSB) Santa Fe
+54 342 4508700/4574891 int 5132


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Moving development content to production

2014-01-06 Thread Hilton Gibson
Hi Miguel

What versions of DSpace are the testing and production systems using?

Cheers

hg

*Hilton Gibson*
Ubuntu Linux 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://za.linkedin.com/in/hiltongibson


On 6 January 2014 19:13, Miguel Angel Robledo marobl...@santafe.gov.arwrote:

 Hi,

 I have a testing dspace instance and i need move some sub-colections to
 a production instance. Is posible this procedure by any command in dspace?

 Can any help me?

 Regards,
 Miguel

 --
 Ing. Miguel Angel Robledo
 Infraestructura de Firma Digital
 Secretaría de Tecnologías para la Gestión
 Ministerio de Gobierno y Reforma del Estado
 Provincia de Santa Fe
 San Martín 2466 3° Piso (S3000FSB) Santa Fe
 +54 342 4508700/4574891 int 5132



 --
 Rapidly troubleshoot problems before they affect your business. Most IT
 organizations don't have a clear picture of how application performance
 affects their revenue. With AppDynamics, you get 100% visibility into your
 Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics
 Pro!
 http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] submit_archive message?

2014-01-06 Thread Bill Tantzen
In DSpace 3.2, what triggers the generation of emails/submit_archive
message?

This seems like such a simple question, but I can't for the life of my
figure it out...  My submit_archive message is not being sent upon
successful upload... Is there a config setting that controls it?

Thanks for pointing me in the right direction in dspace.cfg or in the docs!!
Bill
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Collection empty even after restore - dspace 4

2014-01-06 Thread ribin . jones
I get the below error while running update-discovery-index:

root@ubuntu:/home/dspace# /home/dspace/bin/dspace update-discovery-index
Command not found: update-discovery-index
Usage: dspace [command-name] {parameters}
 - checker: Run the checksum checker
 - checker-emailer: Send emails related to the checksum checker
 - classpath: Calculate and display the DSpace classpath
 - cleanup: Remove deleted bitstreams from the assetstore
 - community-filiator: Tool to manage community and sub-community relationships
 - create-administrator: Create a DSpace administrator account
 - curate: Perform curation tasks on DSpace objects
 - dsprop: View a DSpace property from dspace.cfg
 - dsrun: Run a class directly
 - embargo-lifter: Embargo manager tool used to check, list and lift embargoes
 - export: Export items or collections
 - filter-media: Perform the media filtering to extract full text from 
documents and to create thumbnails
 - generate-sitemaps: Generate search engine and html sitemaps
 - harvest: Manage the OAI-PMH harvesting of external collections
 - import: Import items into DSpace
 - index-db-browse: General browse index command (requires extra parameters)
 - index-discovery: Update Discovery Solr Search Index
 - index-lucene-init: Initialise the Lucene search and browse indexes
 - index-lucene-update: Update the Lucene search and browse indexes
 - itemcounter: Update the item strength counts in the user interface
 - itemupdate: Item update tool for altering metadata and bitstream content in 
items
 - make-handle-config: Run the handle server simple setup command
 - metadata-export: Export metadata for batch editing
 - metadata-import: Import metadata after batch editing
 - doi-organiser: Run the DOI organiser
 - packager: Execute a packager
 - registry-loader: Load entries into a registry
 - read: Execute a stream of 'dspace' commands from a file or pipe
 - stat-general: Compile the general statistics
 - stat-initial: Compile the initial statistics
 - stat-monthly: Compile the monthly statistics
 - stat-report-general: Create the general statistics report
 - stat-report-initial: Create the initial statistics report
 - stat-report-monthly: Create the monthly statistics report
 - stats-log-converter: Convert dspace.log files ready for import into solr 
statistics
 - stats-log-importer: Import previously converted log files into solr 
statistics
 - stats-log-importer-elasticsearch: Import solr-format converted log files 
into Elastic Search statistics
 - stats-util: Statistics Client for Maintenance of Solr Statistics Indexes
 - structure-builder: Build DSpace community and collection structure
 - sub-daily: Send daily subscription notices
 - test-database: Test the DSpace database connection is OK
 - setup-database: Create the database tables
 - clean-database: Remove the database tables
 - test-email: Test the DSpace email server settings are OK
 - update-handle-prefix: Update handle records and metadata when moving from 
one handle to another
 - user: Manipulate a normal user account
 - migrate-embargo: Embargo manager tool used to migrate old version of Embargo 
to the new one included in dspace3
 - oai: OAI script manager
 - version: Display the version of DSpace and other troubleshooting information


Ribin Jones S.B 



- Original Message -
From: helix84 heli...@centrum.sk
To: ribin jones ribin.jo...@niist.res.in
Cc: dspace-tech dspace-tech@lists.sourceforge.net
Sent: Monday, 6 January, 2014 8:39:20 PM
Subject: Re: [Dspace-tech] Collection empty even after restore - dspace 4

DSpace 4 has Discovery enabled by default. Discovery uses a different
indexing command - update-discovery-index, see documentation. Did you
run this command?


Regards,
~~helix84

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

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Collection empty even after restore - dspace 4

2014-01-06 Thread ribin . jones
That worked...Thanks hg :)

Ribin Jones S.B 


- Original Message -
From: Hilton Gibson hilton.gib...@gmail.com
To: ribin jones ribin.jo...@niist.res.in
Cc: Ivan Masár heli...@centrum.sk, dspace-tech 
dspace-tech@lists.sourceforge.net
Sent: Tuesday, 7 January, 2014 10:16:20 AM
Subject: Re: [Dspace-tech] Collection empty even after restore - dspace 4

​For DSpace 4.X, try: */home/dspace/bin/dspace index-discovery*

*Hilton Gibson*
Ubuntu Linux 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://za.linkedin.com/in/hiltongibson

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette