[Dspace-tech] sword setup

2012-07-31 Thread Domingo Iglesias
Hi We are migrating to 1.8.2 version from 1.6.2 and we are having a problem with the sword setup. In previous versions, and I think in the current version too, sword does not support the stackable authentication method as dspace does. So, in order to setup sword we have dealt with the

Re: [Dspace-tech] sword setup

2012-07-31 Thread helix84
Hi Domingo, this post from Stuart describes the approach or separate configuration file for the sword webapp: http://dspace.2283337.n4.nabble.com/Dspace-tech-Shibboleth-Sword-problem-td3286764.html Maybe it will help or it just describes what you already tried. You should describe the details

Re: [Dspace-tech] sword setup

2012-07-31 Thread Domingo Iglesias
Hi Ivan, thanks for your response. I have followed Stuart's solution in the previous versions, and I am trying to implement it in 1.8.2 version of dspace as you propose. I have cloned all the [dpace.dir], so I have: ./dspace and ./dspace_sword In ./dspace_sword there are symlinks to all the

Re: [Dspace-tech] sword setup

2012-07-31 Thread helix84
Sounds like exactly what I would do. I think I know what the problem might be. ConfigurationManager uses a different method of determining the modules directory - it's based on dspace.dir, not on location of dspace.cfg, look here:

[Dspace-tech] Handle-assetstore

2012-07-31 Thread Alain Tschanz
Hello, How/where can I look up what handle corresponds to what directory/file in the assetstore? For example, I tried to export a collection, but I received the following error message: The task exited unexpectedly or failed. For more information, please contact the site administrator or

Re: [Dspace-tech] Handle-assetstore

2012-07-31 Thread helix84
Hi Alain, this should do the trick (I tested it only cursorily): SELECT DISTINCT handle.handle_id FROM bitstream,bundle2bitstream,item2bundle,bundle,handle WHERE handle.resource_id=item2bundle.item_id AND item2bundle.bundle_id=bundle2bitstream.bundle_id AND

Re: [Dspace-tech] Handle-assetstore

2012-07-31 Thread helix84
It should be also helpful to know the bitstream name in addition to item handle: SELECT DISTINCT handle.handle_id, bitstream.name FROM bitstream,bundle2bitstream,item2bundle,bundle,handle WHERE handle.resource_id=item2bundle.item_id AND item2bundle.bundle_id=bundle2bitstream.bundle_id AND

[Dspace-tech] SOLR Stats(GeoLiteCity.dat)

2012-07-31 Thread Lewatle Phaladi
Hi All I am currently setting up SOLR statistics on dspace 1.8.2, while editing solr-statistics.cfg file I checked if GeoLiteCity.dat file is existing in config directory but it wasn't there, I used find cmd to check if is located in any directory but the search results retrieved no value, is

Re: [Dspace-tech] SOLR Stats(GeoLiteCity.dat)

2012-07-31 Thread helix84
GeoLiteCity.dat should be downloaded automatically by maven during the build process. If it's not, you can get it manually: cd [dspace]/config/ wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz gzip -d GeoLiteCity.dat.gz Then restart Tomcat. Regards, ~~helix84

[Dspace-tech] Item Exports

2012-07-31 Thread Dir of Technology, Steven Lehenbauer
We are transferring some of our records to another database. The owner of the new database likes the CSV format for importing to their server but the CSV export doesn't include the file name extensions (ex: photo1.jpg just shows photo1 in the CVS). I can do an XML export that includes all the

Re: [Dspace-tech] SOLR Stats(GeoLiteCity.dat)

2012-07-31 Thread Lewatle Phaladi
Thanks Helix. -Original Message- From: helix84 [mailto:heli...@centrum.sk] Sent: 31 July 2012 03:51 PM To: Lewatle Phaladi Cc: DSpace-tech@lists.sourceforge.net; durasp...@lists.lib.sun.ac.za Subject: Re: [Dspace-tech] SOLR Stats(GeoLiteCity.dat) GeoLiteCity.dat should be downloaded

Re: [Dspace-tech] Item Exports

2012-07-31 Thread helix84
Hi Steven, I'm wondering what kind of export you are talking about. CSV export from DSpace (https://wiki.duraspace.org/display/DSDOC18/Batch+Metadata+Editing) doesn't contain bitstream names by design, with or without extension. If you want to convert XML to CSV, it should be a matter of

Re: [Dspace-tech] Implementing SSO

2012-07-31 Thread Wellaway, Ian
Thanks Sue, Looking at the code, we think it should be pretty straightforward to get the authentication from our SSO app, but we also want to keep the LDAP authentication too...which seem like it might be more difficult! Best regards Ian Ian Wellaway Senior System Support