Re: [Dspace-tech] Creating new OAI Crosswalks in DSpace 1.7.2

2011-11-29 Thread Shaun Burriss
Hi

I think we have managed to merge most of our old crosswalk (PACrosswalk.java) 
into the new DSpace 1.7.2 using OAIDCCrosswalk.java as a template, however we 
are stuck on a bit of code which uses the Bundle class:

try
{
   Bundle[] bundles = item.getBundles("THUMBNAIL");
   if (bundles.length > 0)
   {
  Bitstream[] bitstreams = bundles[0].getBitstreams();
  if (bitstreams.length > 0)
  {
  metadata.append("")
 .append(ConfigurationManager.getProperty("dspace.url"))
 .append("/retrieve/")
 .append(bitstreams[0].getID())
 .append("/")
 .append(UIUtil.encodeBitstreamName(bitstreams[0].getName()))
 .append("");
  }
   }
}
catch (Exception e)
{
   throw new CannotDisseminateFormatException(e.getMessage());
}

We have a feeling we need to use the Thumbnail.java class for this, but not 
entirely sure.

Thanks,
Shaun



>>> "Shaun Burriss"  29/11/2011 11:46 AM >>>
Hi all

We have recently upgraded from DSpace 1.4.2 to 1.7.2 and used a modified 
version of the OAIDCCrosswalk.java file for an OAI feed to Picture Australia. 
It seems that there has been code changes between versions which means we need 
to rewrite the Crosswalk file again, and we need some help with this.

We require the following imports
import org.dspace.content.Bitstream;
import org.dspace.content.Bundle;
import org.dspace.core.ConfigurationManager;
import org.dspace.app.webui.util.UIUtil;

Are there any guides that can help us with adapting our old crosswalk for the 
new DSpace?

Thanks,
Shaun



--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] List Items in the Initial Collections Display

2011-11-29 Thread Peter Dietz
Hi Joseph,

We've run across this usability stumbling block too.

You get to a collection and there's nothing in it (atleast it looks that
way). Our interest was to add browse-by-title and show some 20 results. We
haven't done that yet, but we've atleast added a link to "Click Here to
show all submissions" after the 5 recent entries. And it alteast gives the
user a logical path in to the contents of the collection.
https://kb.osu.edu/dspace/handle/1811/37112


Peter Dietz



On Tue, Nov 29, 2011 at 11:30 AM, Joseph  wrote:

> Dear Dspace-tech,
>
> Great great job to Remei Quero and Àlex Magaz Graça for
> https://wiki.duraspace.org/display/~alexm/Usability+Test+Report
>
> There were several great points made, but I'm going to focus on one;
>  When the user clicks on a collection, they either see no items, or
> recently submitted items.
> Both of which are not always what we want.
>
> Have any of you modified your collections pages to display items in
> your collection (such as would be viewed if the user clicked on a
> "Browse by" option).
>
> Or do you have ideas how you might do this?
>
> -Joseph
>
>
> --
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] List Items in the Initial Collections Display

2011-11-29 Thread Joseph
Dear Dspace-tech,

Great great job to Remei Quero and Àlex Magaz Graça for
https://wiki.duraspace.org/display/~alexm/Usability+Test+Report

There were several great points made, but I'm going to focus on one;
  When the user clicks on a collection, they either see no items, or
recently submitted items.
Both of which are not always what we want.

Have any of you modified your collections pages to display items in
your collection (such as would be viewed if the user clicked on a
"Browse by" option).

Or do you have ideas how you might do this?

-Joseph

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] enabling dspace-oai

2011-11-29 Thread Claudia Jürgen

Hello Tumie,

if you just copied [dspace]/webapps/oai to your tomcat webapps directory
the address would be
http://our-dspace-address/oai/request
followed by a ? and a valid OAI-PMH request
e.g.
http://our-dspace-address/oai/request?verb=Identify

Hope that helps

Claudia Jürgen

Am 29.11.2011 14:59, schrieb Tumie Morupisi:
> Hello
>
> thanx
>
> i have done that. i ve copied the oai directory to my tomcat webapps
> directory but when i type http://our-dspace-address/dspace-oai i get
> the page not found error.
>
> thanx
>
> Tumie
>
>
>
>  From: Claudia
> Jürgen To:
> dspace-tech@lists.sourceforge.net Sent: Tuesday, November 29, 2011
> 2:38 PM Subject: Re: [Dspace-tech] enabling dspace-oai
>
> Hello,
>
> oai can be found in the installation directory under webapps:
> [dspace]/webapps/oai You enable oai the same way you enabled the
> jspui or xmlui. Either copy the folder [dspace]/webapps/oai to your
> servlet container's webapp directory or connect to it.
>
> Hope that helps
>
> Claudia
>
>
> Am 29.11.2011 10:24, schrieb Tumie Morupisi:
>> hi
>>
>> i want to enable the dspace-oai. i have read that when you build
>> the dspace the dspace-oai.war is created but somehow its not in
>> our build. is there somewhere i can get or at just give me the
>> steps i have to follow.
>>
>> we are running dspace 1.6.2
>>
>> thank you
>>
>>
>>
>> 
>>
>>
>>
>> --
>>
>>
>
>>
All the data continuously generated in your IT infrastructure
>> contains a definitive record of customers, application
>> performance, security threats, fraudulent activity, and more.
>> Splunk takes this data and makes sense of it. IT sense. And common
>> sense. http://p.sf.net/sfu/splunk-novd2d
>>
>>
>>
>> ___ DSpace-tech
>> mailing list DSpace-tech@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
>
> --
>
>
All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
>
>
>
> ___ DSpace-tech mailing
> list DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] enabling dspace-oai

2011-11-29 Thread Tumie Morupisi
Hello

thanx

i have done that. i ve copied the oai directory to my tomcat webapps directory 
but when i type http://our-dspace-address/dspace-oai i get the page not found 
error.

thanx

Tumie




 From: Claudia Jürgen 
To: dspace-tech@lists.sourceforge.net 
Sent: Tuesday, November 29, 2011 2:38 PM
Subject: Re: [Dspace-tech] enabling dspace-oai
 
Hello,

oai can be found in the installation directory under webapps:
[dspace]/webapps/oai
You enable oai the same way you enabled the jspui or xmlui.
Either copy the folder [dspace]/webapps/oai to your servlet container's 
webapp directory or connect to it.

Hope that helps

Claudia


Am 29.11.2011 10:24, schrieb Tumie Morupisi:
> hi
>
> i want to enable the dspace-oai. i have read that when you build the
> dspace the dspace-oai.war is created but somehow its not in our
> build. is there somewhere i can get or at just give me the steps i
> have to follow.
>
> we are running dspace 1.6.2
>
> thank you
>
>
>
> 
>
>
>
> --
>
>
All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
>
>
>
> ___ DSpace-tech mailing
> list DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] manakin date format

2011-11-29 Thread Miguel A. Robledo
Hi,

I'm using Manakin interface and i see date in the format /mm/dd, i 
need change this yo dd/mm/... Any suggestions?

Thanks

-- 
Ing. Miguel A. Robledo



--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How to clear all monthly reports and start from the beginning

2011-11-29 Thread Evelthon Prodromou
Hello Stuart,

Thank you for your reply. I followed you suggestion. There was indeed a
"rogue" SQL query, the one below.

SELECT COUNT(*) AS num FROM item WHERE in_archive = true AND withdrawn =
false  AND item_id IN ( SELECT item_id FROM metadatavalue WHERE
metadata_field_id = ( SELECT metadata_field_id  FROM
metadatafieldregistry  WHERE element = 'date'  AND qualifier =
'accessioned')  AND text_value::timestamp > '2011-11-01'::timestamp  AND
text_value::timestamp < '2011-11-30'::timestamp )  AND item_id IN (
SELECT item_id FROM metadatavalue WHERE text_value LIKE '%Thesis or
Dissertation%' AND metadata_field_id = ( SELECT metadata_field_id  FROM
metadatafieldregistry  WHERE element = 'type'  AND qualifier IS NULL) )

The last subquery, SELECT metadata_field_id  FROM metadatafieldregistry 
WHERE element = 'type'  AND qualifier IS NULL, return two results
instead of one. I don't think this error was caused by dspace itself (
running v 1.7.0) but due to a plug-in installed for Europeana, a few
months back. The plug-in adds another namespace for Europeana. The two
(hint!) rows returned are the following:

- element = type, qualifier = null, scope_note = Nature or genre of content
- element = type, qualifier = null, scope_note = The element's type
(TEXT, IMAGE, SOUND, VIDEO)

This query does not take into account the metadata_schema_id column,
which is the only difference between the two rows above. The first one
has a metadata_schema_id =1, and the second one equals 2.

The europeana schema has another "type" field. I changed the qualifier
for  that to 1 (just so it is not NULL), to test it out, and all scripts
related to statistics worked like a charm.


I will do some tests to see if it plays well with europeana during
future weeks and see how it goes.


Thanks again,

Evelthon


On 11/28/2011 07:39 PM, Stuart Lewis wrote:
> Hi Evelthon,
>
> If you enable DEBUG logging in DSpace, and then re-run the command, the 
> dspace.log file should show the SQL that is failing.  If you could show us 
> that, it might help to work out where the error is.  My guess is a bad value 
> in the dspace statistics config file, but the SQL should help.
>
>  - 
> https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-SettingloggingleveluptoDEBUG
>
> Thanks,
>
>
> Stuart Lewis
> Digital Development Manager
> Te Tumu Herenga The University of Auckland Library
> Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
> Ph: +64 (0)9 373 7599 x81928
>
>
>
> On 29/11/2011, at 1:42 AM, Evelthon Prodromou wrote:
>
>> Hello again,
>>
>> I am asking once more in case someone missed my last email. It will be 
>> really helpful if anyone can point me to the right direction.
>>
>> I did the following since my last email. I edited dstat.cfg and changed 
>> start.year to 2001 and start.month to 11. I then cleared  /[dspace]/reports 
>> and executed dspace stat-initial. Still the same problem.
>>
>>
>> Many thanks,
>>
>>
>> Evelthon
>>
>> On 11/19/2011 11:58 PM, Evelthon Prodromou wrote:
>>> Hello everyone,
>>>
>>> I am facing an issue with dspace 17.0 and monthly reports. We are moving
>>> collections from greenstone to dspace. The monthly reports worked fine
>>> up to 02/2011.  Seems like whenever a stat-* command is run it returns
>>> the error below.
>>> -
>>> Exception: ERROR: more than one row returned by a subquery used as an
>>> expression
>>> org.postgresql.util.PSQLException: ERROR: more than one row returned by
>>> a subquery used as an expression
>>> at
>>> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531)
>>> at
>>> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313)
>>> at
>>> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
>>> at
>>> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
>>> at
>>> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:354)
>>> at
>>> org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:258)
>>> at
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
>>> at
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
>>> at
>>> org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
>>> at
>>> org.dspace.storage.rdbms.DatabaseManager.query(DatabaseManager.java:284)
>>> at
>>> org.dspace.storage.rdbms.DatabaseManager.querySingle(DatabaseManager.java:330)
>>> at
>>> org.dspace.app.statistics.LogAnalyser.getNumItems(LogAnalyser.java:1249)
>>> at
>>> org.dspace.app.statistics.LogAnalyser.processLogs(LogAnalyser.java:498)
>>> at
>>> org.dspace.app.statistics.CreateStatReport.statInitial(CreateStatReport.java:259)
>>> 

Re: [Dspace-tech] enabling dspace-oai

2011-11-29 Thread Claudia Jürgen
Hello,

oai can be found in the installation directory under webapps:
[dspace]/webapps/oai
You enable oai the same way you enabled the jspui or xmlui.
Either copy the folder [dspace]/webapps/oai to your servlet container's 
webapp directory or connect to it.

Hope that helps

Claudia


Am 29.11.2011 10:24, schrieb Tumie Morupisi:
> hi
>
> i want to enable the dspace-oai. i have read that when you build the
> dspace the dspace-oai.war is created but somehow its not in our
> build. is there somewhere i can get or at just give me the steps i
> have to follow.
>
> we are running dspace 1.6.2
>
> thank you
>
>
>
> 
>
>
>
> --
>
>
All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
>
>
>
> ___ DSpace-tech mailing
> list DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace: Internal Server Error

2011-11-29 Thread Dennis Tobar
Only a check... Did you use ant fress_install or ant fresh_install?.
You can check the database connection with dspace command at your bin
directory: dspace test-database.

Here is an output valid:

C:\dspace\bin>dspace test-database
Using DSpace installation in: C:\dspace

Attempting to connect to database:
 - URL: jdbc:postgresql://localhost:5432/dspace
 - Driver: org.postgresql.Driver
 - Username: zzz
 - Password: xcxcvxcv
 - Schema: null

Testing connection...
Connected successfully!

If doesn't work, check your firewall into server, unblock the port
5432 (postgres default) and check de jdbc string connection in
dspace.cfg to match with your configuration.

Another issue would be that you haven't allow Postgres connections
from your server in the pg_hba.config in Postgres server. If in
Postgres configuration you haven't declared as allowed the server that
make the query, you will have an error.

Our instalation use Windows, Tomcat and Postgres.

Dennis Tobar


El 29/11/2011 01:30, "shiva kumara"  escribió:
>
> Dear Helix84,
>
>
> Thank you so much for your valuable reply.
>
>
>  I agree with you, But one more clarification is that I neither upgrade my 
> postgresql database nor used ant fress_install or ant update command. The 
> problem was that our windows shows the message that “this is not genuine 
> versions”. I called system admin people and told them to make it genuine 
> versions.  Then he did the some patches to windows. Now I can’t see dspace 
> database, only Postgresql 9.0 database can be seen in the database list.
>
>
>
>  If the database is really empty, I do not have any backup of the dspace 
> collection. So what is the procedure to initiate and integrate the new 
> database with existing dspace.
>
>
> Kindly assist me to solve this problem.
>
> Thanks a ton,
>
> --
> Regards
> Shivakumara RM
> http://sites.google.com/site/aigslibrary
> https://sites.google.com/site/shivakumararm/
>
>
>>
>> This error just means that DSpace cannot connect to the database, it
>> doesn't say that the database is empty. This is most likely because
>> you forgot to set database information in dspace. During the upgrade,
>> you probably didn't fill in configuration options of your
>> institutution in the new dspace.cfg in
>> [dspace-src]/dspace/config/dspace.cfg which gets copied to
>> [dspace]/config/dspace.cfg. You can still find a backup of the old
>> dspace.cfg in [dspace]/config-[date_of_upgrade]/dspace.cfg. Please,
>> follow the manual when doing upgrades, this wouldn't happen.
>>
>> If the database is really empty, you'll have to restore it from
>> backup. This could have happened if you used ant fresh_install instead
>> of ant update when upgrading. Again, please follow the manual closely.
>>
>> Regards,
>> ~~helix84
>
>
>
>
>
>
>
>
>
> --
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Usability of DSpace

2011-11-29 Thread Alexandre Magaz Graça
Al 04/07/11 14:28, En/na Alexandre Magaz Graça ha escrit:
> Hi,
>
> Here, at the University of Lleida, we have an student who is working on
> the usability of DSpace for her Master's dissertation. She has already
> run some usability tests and before continuing, we would like to know if
> there's any interest on it. We would like the DSpace project to take
> advantage of this work, so any advice on this will be greatly appreciated.
>
> By the way, I've seen an item about usability improvements in DSpace 1.8
> release notes [1], but I haven't find anything else about it in the
> wiki. Is there any place where we can check what has already been done?
>
> [1] https://wiki.duraspace.org/display/DSPACE/DSpace+Release+1.8.0+Notes
>
> Thanks,
> Àlex
>

Hi,

Although with some delay we've finally finished it. It's published here:

https://wiki.duraspace.org/display/~alexm/Usability+Test+Report

Hope you find it useful. Please don't hesitate to ask If you have any 
doubt or need to clarify anything.

Cheers,
Àlex

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Harvesting from

2011-11-29 Thread Webshet, Sisay (ILRI)
Hello Dspacers,

Can anybody assist on the reason why this link doesn't work when I tried to 
harvest from
The following link.

http://imlsdcc.grainger.uiuc.edu/gateway.net/oai.aspx/iwmi.catalog.cgiar.org/oaisteriwmipubs.xml?verb=Identify

The error as 'OAI did not respond to ListMetadataFormats query (ore:null ; 
:null)'

-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Wednesday, November 23, 2011 4:41 PM
To: Webshet, Sisay (ILRI)
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Harvesting from

On Wed, Nov 23, 2011 at 14:18, Webshet, Sisay (ILRI)
 wrote:
> 

Just to point out the obvious, you're missing an "y" at the end of the
URL (Identify).

Regards,
~~helix84
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Harvesting from

2011-11-29 Thread Webshet, Sisay (ILRI)
Hi,

Thanks it works perfectly

-Original Message-
From: Tim Donohue [mailto:tdono...@duraspace.org] 
Sent: Monday, November 28, 2011 5:27 PM
To: Webshet, Sisay (ILRI)
Cc: heli...@centrum.sk; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Harvesting from

Hi,

I think you need to leave off the "?verb=Identify" just like in the 
previous example that you said worked.

So, the harvesting provider URL should be:
http://imlsdcc.grainger.uiuc.edu/gateway.net/oai.aspx/iwmi.catalog.cgiar
.org/oaisteriwmipubs.xml

- Tim

On 11/23/2011 7:44 AM, Webshet, Sisay (ILRI) wrote:
> Hi,
>
> I used the corrected version when I tried including 'y'
> The error as 'OAI did not respond to ListMetadataFormats query
(ore:null ; :null)'
>
> Thanks
>
> -Original Message-
> From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of
helix84
> Sent: Wednesday, November 23, 2011 4:41 PM
> To: Webshet, Sisay (ILRI)
> Cc: dspace-tech@lists.sourceforge.net
> Subject: Re: [Dspace-tech] Harvesting from
>
> On Wed, Nov 23, 2011 at 14:18, Webshet, Sisay (ILRI)
>   wrote:
>>
http://imlsdcc.grainger.uiuc.edu/gateway.net/oai.aspx/iwmi.catalog.cgiar
.org/oaisteriwmipubs.xml?verb=Identif
>
> Just to point out the obvious, you're missing an "y" at the end of the
> URL (Identify).
>
> Regards,
> ~~helix84
>

--
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Autocomplete feature of Discovery

2011-11-29 Thread MesArch MesArch
Hello all,

I have recently installed Dspace 1.8.0 and I am using XMLUI with Mirage
theme. I have followed these instructions:
https://wiki.duraspace.org/display/DSDOC18/Discovery#Discovery-DiscoveryConfigurationto
enable Discovery but it seems that the auto suggest feature in
Discovery
is not working.. Am I missing something?

Thanks in advance for your help,

George K.
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] enabling dspace-oai

2011-11-29 Thread Tumie Morupisi
hi

i want to enable the dspace-oai. i have read that when you build the dspace the 
dspace-oai.war is created but somehow its not in our build. is there somewhere 
i can get or at just give me the steps i have to follow.

we are running dspace 1.6.2

thank you



--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Modification of Input form- Embargo fields to be show if a thesis is embargoed

2011-11-29 Thread amutsikiwa
Hi

 


I am implementing a thesis repository using DSpace.  I would like to be able
to add the statement  " The thesis has been embargoed "  on the "Describe
this Item" of the submission  process, so that embargo-related fields are
shown if the submitter has indicated so, just as with the item has been
published before. 


 


I will appreciate any pointers to implement that.


 

 

Kind Regards,

 

Admire Mutsikiwa

ICT Projects Manager

Library IT

University of Zimbabwe

Tel:+263-4-303276

Cel:+263-772-239187

 




The University of Zimbabwe is eternally grateful to the tremendous support
it received from both local and international partners at its fundraising
dinner.  Partnerships supported are partnerships solidified; we hope to
continue working together with you our partners in our teaching and research
journey.  May the Lord richly bless you.

Website: www.fundraising.uz.ac.zw
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace: Internal Server Error

2011-11-29 Thread helix84
On Tue, Nov 29, 2011 at 05:29, shiva kumara  wrote:
>  I agree with you, But one more clarification is that I neither upgrade my
> postgresql database nor used ant fress_install or ant update command. The

I don't understand, you wrote that you installed DSpace. How did you
do that without running one of those commands?

> problem was that our windows shows the message that “this is not genuine
> versions”. I called system admin people and told them to make it genuine
> versions.  Then he did the some patches to windows. Now I can’t see dspace
> database, only Postgresql 9.0 database can be seen in the database list.

I'm sorry, I can't advise you in case of Windows, but it seems to me
highly unlikely that it has anything to do with DSpace or Postgres.

As far as the database is concerned, one thing that ocurrs to me is
that you should double-check that you're connecting to the database as
the user who runs dspace. Postgres uses system user accounts for roles
and I don't know how that works exactly on Windows. If you're
connecting as a different user than your original dspace user, you
will see only the postgres database. Also check that the original
dspace user wasn't deleted and recreated, it would be a problem if
Postgres stores the database in his home directory (I don't know if it
does, check the Postgres manual for Windows).

After you make sure, try to run the "psql" command as the dspace user
and list the tables:
dspace=> \dt
It should list about 46 tables.

>  If the database is really empty, I do not have any backup of the dspace
> collection. So what is the procedure to initiate and integrate the new
> database with existing dspace.

There's no such thing as existing DSpace without the database. There
are 2 things that make up your instance - the assetstore and the
database. The assetstore is not really usable without the database
because you don't have the proper filenames. DSpace is just the
program you install to access the database and assetstore. So if you
lose the database, you may as well start from the very beginning.
That's why it's important to do backups of the database and
assetstore, the DSpace code can be reinstalled easily.

Regards,
~~helix84

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech