[Dspace-tech] URL encoding in DSpace 1.5 (Manakin)

2010-02-10 Thread Jennifer Whalan
Hi all,


I have been looking through the guide 
http://wiki.dspace.org/index.php/Make_author_and_subject_links_clickable_%28Manakin%29,
 trying to figure out how to get our author (and subject) links to escape the 
&'s and other various characters properly. The links are there and fine, it is 
just Part 1 of the guide that I am having problems with, and hope someone may 
be able to help me with.

So (just for interest), the code in the themes xsl is:




&type=subject





So, if this is in a theme named MyTheme and in the file MyTheme.xsl, I am 
assuming that the sitemap I am supposed to edit is the one in the folder 
MyTheme.

So below, I have included the sitemap, as I have inserted the encoding Url 
parts:


So my question is, are the encode Url parts been inserted in the right places 
and the right file, as even after doing this, the url escaping does not work?



Thanks

Jennifer Whalan



http://apache.org/cocoon/sitemap/1.0";>


  
   < 
HERE
  



 

  
  
   
PictureNT
PictureNT
   
  


  
   
   

   
   

   
  

  
  
   
   

   
   








   
   
  
 
 
  
   
   
  
 
 
  
   
   
  
 
 
  
   
   
  
 




 


<-- AND HERE








 
  
 





   
  
 




Jennifer Whalan
Systems Support Officer | Innovation & Access
Northern Territory Library 'Celebrating 30 Years'
Department of Natural Resources, Environment, The Arts and Sport
Northern Territory Government

Phone:  (08) 8922 0752
Fax:(08) 8922 0722
Email:  jennifer.wha...@nt.gov.au
Web:www.ntl.nt.gov.au

The information contained in this message and any attachments may be 
confidential information and may be subject to legal privilege, public interest 
or legal profession privilege. If you are not the intended recipient, any use, 
disclosure or copying of this message or any attachments is unauthorised. If 
you have received this document in error, please advise the sender. No 
representation or warranty is given that attached files are free from viruses 
or other defects. The recipient assumes all responsibility for any loss or 
damage resulting directly or indirectly from the use of any attached files.


--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Display of item..

2010-02-10 Thread fatima abedi
Dear DSpace Developers and users,
I am a user of DSpace, I would like to know about number of articles/item
present in a particular sub-community at one go.. like with the name of
community, number of articles/item present in it should be known.

A reply is appreciated


Regards
Fatima Abedi
--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] filter-media with force option ?

2010-02-10 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
Hi Fabien,
 You said you accidentally deleted your /dspace directory, including 
/dspace/assetstore??  If you can, I would drop the dspace database, and start 
fresh by running ant fresh_install.  Make sure your /dspace/assetstore 
directory is empty too.
Hope this helps,
Sue 

Sue Walker-Thornton
ConITS Contract
NASA Langley Research Center
Integrated Library Systems Application & Database Administrator
130 Research Drive
Hampton, VA  23666
Office: (757) 224-4074
Fax:(757) 224-4001
Mobile:  (757) 506-9903
Email:  susan.m.thorn...@nasa.gov

-Original Message-
From: Fabien COMBERNOUS [mailto:fcombern...@kezia.com] 
Sent: Wednesday, February 10, 2010 8:40 AM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] filter-media with force option ?

Ricardo Borillo wrote:
> Hi Fabien,
>
> Try to execute ./filter-media --help to view the full list of options.
>
> With "-f" you can force all bitstreams to be processed.
>   
Thank you for your help.
I saw that this option exists. But, something is not well.

I explain details about situation :)
I was testing dspace 1.6.0 trunk. But after a bunch of tests, i 
submitted some documents in my dspace repository and then i made a 
mistake. I removed all my dspace directory. :/

So i made a new checkout from svn. And to protect my data in postgres i 
used 'ant update' insteade of 'ant fresh_install'. Now my dspace is up 
and running excepted about the search engine.

the filter-media command cries because documents already exists, and 
even with -f option, indexes are not updated.

Best regards,
-- 
*Fabien COMBERNOUS*
/unix system engineer/
www.kezia.com 
*Tel: +33 (0) 467 992 986*
Kezia Group

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Including JavaScript in a DRI?

2010-02-10 Thread HIND Ianthe
Hi All,

I'm in the process of creating a publications list page that's dynamically 
generated which academics can paste into their own webpages. I am using JQuery 
for them to call the page, for example:

http://localhost:8080/xmlui/scripts/jquery-1.4.js";>
http://localhost:8080/xmlui/export/3/123456789/5842";>

These two lines produce html that gets inserted within their own webpage.

Within my xmlui, I have a page which displays the code for them to copy-paste 
into their own websites. I want to display below this how it will look on their 
pages but including it on that page. I have a Division, which I've added a 
table to to display the code for them to copy-paste. Just underneath that I was 
to put the above two lines but I can't figure out a way to do this. It's as if 
I need a Division function like addJavaScript() but one doesn't exist. Does 
anyone know how I can do this? I know I can include JavaScript to be added in 
the PageMetadata (within the  tags) using the theme's sitemap but 
this is not what I need here since it's dynamically generated.

Does anyone know how I can do this?

Thanks so much in advance.

Take care,

Ianthe.


--
Ianthe Hind
Information Systems Developer
IS - Library & Collections
Main Library - George Square, Edinburgh EH8 9LJ
Tel: 0131 6515208
Mob: 07815 644831
Email: ianthe.h...@ed.ac.uk

-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336. 
--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Ant Build Issue

2010-02-10 Thread Hélder Silva
Looks like yours database credentials are wrong or you forgotten to 
configure them in dspace.cfg.

That was a typo in my original email.

I did ant fresh_install  and got the following error this time ... 


[dsp...@lib-esr2  dspace-1.5.2-build.dir]$ ant 
fresh_install
Buildfile: build.xml

init_installation:

init_configs:

setup_database:
 [java] 2010-02-09 16:50:54,923 INFO  org.dspace.core.ConfigurationManager 
@ Loading system provided config property (-Ddspace.configuration): 
config/dspace.cfg
 [java] 2010-02-09 16:50:54,931 INFO  org.dspace.core.ConfigurationManager 
@ Using default log4j provided log configuration,if uninitended, check your 
dspace.cfg for (log.init.config)
 [java] 2010-02-09 16:50:54,932 INFO  
org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database
 [java] 2010-02-09 16:50:55,031 FATAL 
org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
 [java] org.postgresql.util.PSQLException: FATAL: Ident authentication failed for 
user "dspace"
 [java] at 
org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:275)
 [java] at 
org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:94)
 [java] at 
org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:65)
 [java] at 
org.postgresql.jdbc2.AbstractJdbc2Connection.(AbstractJdbc2Connection.java:116)
 [java] at 
org.postgresql.jdbc3.AbstractJdbc3Connection.(AbstractJdbc3Connection.java:30)
 [java] at 
org.postgresql.jdbc3.Jdbc3Connection.(Jdbc3Connection.java:24)
 [java] at org.postgresql.Driver.makeConnection(Driver.java:369)
 [java] at org.postgresql.Driver.connect(Driver.java:245)
 [java] at java.sql.DriverManager.getConnection(DriverManager.java:620)
 [java] at java.sql.DriverManager.getConnection(DriverManager.java:200)
 [java] at 
org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:65)
 [java] at 
org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:294)
 [java] at 
org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:974)
 [java] at 
org.apache.commons.dbcp.PoolingDriver.connect(PoolingDriver.java:176)
 [java] at java.sql.DriverManager.getConnection(DriverManager.java:620)
 [java] at java.sql.DriverManager.getConnection(DriverManager.java:222)
 [java] at 
org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.java:550)
 [java] at 
org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:923)
 [java] at 
org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)

BUILD FAILED
/home/dspace/src/dspace-1.5.2-src-release/dspace/target/dspace-1.5.2-build.dir/build.xml:585:
 Java returned: 1

Total time: 1 second

  


--
Best regards,
Hélder Silva

KEEP SOLUTIONS, LDA.
Departamento de Informática
Universidade do Minho
4710-057 Gualtar, Braga, Portugal
W www.keep.pt E i...@keep.pt
T +351 253604461 F +351 253604471

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Pagination breaks in collection search

2010-02-10 Thread Lehtilä Tapani
In our DSpace pagination breaks in simple search.
When I browse into collection, type some question and choose radio button 
collection, the first page comes with right amount of hits. When I click next 
page (or some other pagination link) next page shows hits from whole DSpace, 
not only that collection.

Browsing the collection work right and in that link there is collection handle 
included , for example handle/123456789/2/ before browsing infromation. When I 
am searching that information is not in the link. Also if I manually insert 
that to the link when searching, pagination seems to work right.

My problem is, where this pagination is configured, in which XSL file and which 
place? It might be a some misconfiguration is our theme, but I cannot find it.

Our DSpace is 1.5.2 and XMLUI.

Tapani Lehtilä

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace Minho add-on using reasing resources heavily when removing spiders

2010-02-10 Thread Joseph Greene
Hello Peter,
I run the remove_spiders script once every 3-5 days. My server access logs
are written as daily logs; running the script on one 'day' of logs takes 3-4
minutes, Java @ 100% CPU, postmaster @ 20% CPU, though low on memory usage.
Never tried to improve this at all. Could be put into a cron job at low
usage times but of course you may prefer/have to do the second step
manually.

Hope this is of some help.
Best regards,
 
Joseph Greene
Institutional Repository Project Manager
325 James Joyce Library
University College Dublin
Belfield, Dublin 4

353 (0)1 716 7398
joseph.gre...@ucd.ie
http://irserver.ucd.ie/dspace/


-Original Message-
From: dspace-tech-requ...@lists.sourceforge.net
[mailto:dspace-tech-requ...@lists.sourceforge.net] 
Sent: 10 February 2010 09:46
To: dspace-tech@lists.sourceforge.net
Subject: DSpace-tech Digest, Vol 46, Issue 22


Message: 5
Date: Wed, 10 Feb 2010 10:33:20 +0100
From: "Peter van Wonderen" 
Subject: [Dspace-tech] Dspace Minho add-on using reasing resources
heavily when removing spiders
To: 
Message-ID:
<436ebe781aa8e345b54c13c393879875020de...@dizzy.ubvu.vu.nl>
Content-Type: text/plain; charset="us-ascii"

Is anyone of you using the Minho statistics add-on? And do you have
experience running the org.dspace.stats.util.Spiders script?

It is using a lot of processor resources. And it takes quite a long time
to remove records especially from the stats.view table.

 

Do you have the same experience? Or might this require better tuning of
our Linux server? I would appreciate if you could share your experience
with me.

 

Kind regards,

 

Peter van Wonderen

 

Vrije Universiteit

University Library

De Boelelaan 1105

1082 HV Amsterdam

The Netherlands

+31-20-5985112

 

-- next part --
An HTML attachment was scrubbed...

--


--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev

--

___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


End of DSpace-tech Digest, Vol 46, Issue 22
***


--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] filter-media with force option ?

2010-02-10 Thread Fabien COMBERNOUS
Ricardo Borillo wrote:
> Hi Fabien,
>
> Try to execute ./filter-media --help to view the full list of options.
>
> With "-f" you can force all bitstreams to be processed.
>   
Thank you for your help.
I saw that this option exists. But, something is not well.

I explain details about situation :)
I was testing dspace 1.6.0 trunk. But after a bunch of tests, i 
submitted some documents in my dspace repository and then i made a 
mistake. I removed all my dspace directory. :/

So i made a new checkout from svn. And to protect my data in postgres i 
used 'ant update' insteade of 'ant fresh_install'. Now my dspace is up 
and running excepted about the search engine.

the filter-media command cries because documents already exists, and 
even with -f option, indexes are not updated.

Best regards,
-- 
*Fabien COMBERNOUS*
/unix system engineer/
www.kezia.com 
*Tel: +33 (0) 467 992 986*
Kezia Group

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Ant Build Issue

2010-02-10 Thread Mark H. Wood
On Tue, Feb 09, 2010 at 04:51:40PM -0600, King, Lance wrote:
> I did ant fresh_install  and got the following error this time ... 
> 
> [dsp...@lib-esr2 dspace-1.5.2-build.dir]$ ant fresh_install
> Buildfile: build.xml
...
> setup_database:
...
>  [java] 2010-02-09 16:50:54,932 INFO  
> org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database
>  [java] 2010-02-09 16:50:55,031 FATAL 
> org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
>  [java] org.postgresql.util.PSQLException: FATAL: Ident authentication 
> failed for user "dspace"

Well, that is progress.  PostgreSQL doesn't like the credentials
provided by the installer, which should be the ones you configured in
config/dspace.cfg.  It appears that the first match in pg_hba.cfg is
using Ident authentication.  You should check not only pg_hba.cfg but
any specified ident-map, to ensure that the OS account you are using
to run the installer matches (after mapping) the DBMS account
specified in dspace.cfg.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Friends don't let friends publish revisable-form documents.


pgpmH7DXKTpNi.pgp
Description: PGP signature
--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] filter-media with force option ?

2010-02-10 Thread Ricardo Borillo
Hi Fabien,

Try to execute ./filter-media --help to view the full list of options.

With "-f" you can force all bitstreams to be processed.

---
Salut,

Ricardo Borillo Domenech
http://xml-utils.com



On Wed, Feb 10, 2010 at 12:01, Fabien COMBERNOUS  wrote:
> Hi there,
>
> I would like to know if it is possible to force dspace/bin/filter-media
> to make new index, even if it thinks something already exist.
>
> Best regards,
> --
> *Fabien COMBERNOUS*
> /unix system engineer/
> www.kezia.com 
> *Tel: +33 (0) 467 992 986*
> Kezia Group
>
> --
> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
> http://p.sf.net/sfu/solaris-dev2dev
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] filter-media with force option ?

2010-02-10 Thread Fabien COMBERNOUS
Hi there,

I would like to know if it is possible to force dspace/bin/filter-media 
to make new index, even if it thinks something already exist.

Best regards,
-- 
*Fabien COMBERNOUS*
/unix system engineer/
www.kezia.com 
*Tel: +33 (0) 467 992 986*
Kezia Group

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace 1.6.0RC2 Release, Testathon, and upcoming schedule

2010-02-10 Thread Fabien COMBERNOUS
Tim Donohue wrote:
> All,
>
> We have a few big announcements regarding 1.6.0 this week!
>
> *1.6.0 RC2 Release*
>   
Great job !
> Later this week, we will be making DSpace 1.6.0 Release Candidate 2 
> (RC2) publicly available.  An official announcement will be sent out 
> once it is available for download (likely Weds evening / Thurs morning).
>
> DSpace 1.6.0 RC2 resolves bugs/issues that were found in the 1.6.0 RC1 
> release (back in December).  The DSpace developers feel that this RC2 
> release is much more stable and much closer to a final 1.6.0 release.
>   
Did you planed to work about this bug ?
http://jira.dspace.org/jira/browse/DS-476

Best regards,

-- 
*Fabien COMBERNOUS*
/unix system engineer/
www.kezia.com 
*Tel: +33 (0) 467 992 986*
Kezia Group

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Dspace Minho add-on using reasing resources heavily when removing spiders

2010-02-10 Thread Peter van Wonderen
Is anyone of you using the Minho statistics add-on? And do you have
experience running the org.dspace.stats.util.Spiders script?

It is using a lot of processor resources. And it takes quite a long time
to remove records especially from the stats.view table.

 

Do you have the same experience? Or might this require better tuning of
our Linux server? I would appreciate if you could share your experience
with me.

 

Kind regards,

 

Peter van Wonderen

 

Vrije Universiteit

University Library

De Boelelaan 1105

1082 HV Amsterdam

The Netherlands

+31-20-5985112

 

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Database and Server Migration

2010-02-10 Thread Brouns, Francis
Hi all,

This is what I tried before, using the batch export and import. However, there 
were many problems there as well. The community, collection, user and 
usersgroups have to restored manually. All dates and handles would change, 
causing these to be marked as new for all services who harvest us. And the 
import threw many errors. So, I gave up on that approach.

But I would be interested to hear about the changes you made.

Best wishes,
Francis Brouns

-Oorspronkelijk bericht-
Van: Ricardo Borillo [mailto:bori...@gmail.com] 
Verzonden: dinsdag 9 februari 2010 14:44
Aan: Brouns, Francis
CC: Khan, Baseer; dspace-tech@lists.sourceforge.net
Onderwerp: Re: [Dspace-tech] Database and Server Migration

Hi Baseer,

To avoid database interoperability issues, an option could be:

*. Create a fresh installation with Oracle backend.
*. Export all collections with "export" command from the 1.4.2 repository.
*. Import all collections with "import" command to the new fresh
Oracle installation.

I haven't tried this scenario ... Do you think this could be an option?

Note: We have modified "export" command to work properly with
communities, so the process could be done at a high level ...

---
Salut,

Ricardo Borillo Domenech
http://xml-utils.com



On Tue, Feb 9, 2010 at 10:46, Brouns, Francis  wrote:
> Hi,
>
> we are doing the same, although we run SLES. Migrating the data to Oracle is
> a pain, as I do not have a ICT developer who could assist and we are
> manually importing the data. We dumped every table from Postgresql using the
> insert into values syntax. Be sure to do that, because columns positions
> have changed over time. Than there are all kinds of problems, when you use
> SQLPlus to import the data. The & in text fields is interpreted as command
> line parameter input; so you have to SET DEFINE OFF. There are problems with
> the tables using a timestamp. In particular with the metadatavalue table
> there are many problems when fields contain whitespace, the ; character,
> empty lines without content, records containing more than 2499 characters,
> fields containing more than 4K of text. The empty string in the records in
> most_recent_checksum table are seen as NULL and can''t be inserted into the
> NOT NULL column, and plenty more.
>
> I would appreciate hearing your experiences.
> Best wishes,
> Francis
>
>
> 
> Van: Khan, Baseer [mailto:baseer.k...@wichita.edu]
> Verzonden: maandag 8 februari 2010 19:14
> Aan: dspace-tech@lists.sourceforge.net
> Onderwerp: [Dspace-tech] Database and Server Migration
>
> Hello ,
>
> We want to upgrade our Dspace server on a new machine ,
>
> Right now we are running it on RHEL 3 with postgres and tomcat ,
>
> What we want to do here is we want to upgrade it to RHEL 5 , and migrate to
> Oracle.
>
> The current version of Dspace is 1.4.2.
>
> Is it possible to migrate our database from Postgres to Oracle , Can anyone
> help me in this migration.
>
> Can you advise on best practices and the pit falls to look for migration to
> new server too.
>
> Thank you,
>
> Baseer.
>
> --
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Help

2010-02-10 Thread Fabien COMBERNOUS
Kumara SS wrote:
>
> Hi all,
>
>  
>
> I am new to Dspace. I am working in CFTRI, Mysore, 
> Karnataka, India.
>
> My Sir told to install Dspace on Mac system. But I didn’t know how to 
> install. And also where I can get the details of installed softwares 
> and packages on Mac system.
With MacOSX, one Mac Application is one directory and one *nix 
application is like on any *nix.
I don't think you have something like a Control Center Pannel.
> Where can i find the Terminal to execute the commands?
Open a finder. Then Terminal.app is in directory /Applications/Utilities.
-- 
*Fabien COMBERNOUS*
/unix system engineer/
www.kezia.com 
*Tel: +33 (0) 467 992 986*
Kezia Group

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Help

2010-02-10 Thread MOHIT SHARMA
hi ,
Please this link
http://wiki.dspace.org/index.php/Installing_DSpace_on_Mac_OS_X
this will help out for sure .

With Regards
Mohit Sharma


On Wed, Feb 10, 2010 at 14:15, Kumara SS  wrote:

> Hi all,
>
>
>
> I am new to Dspace. I am working in CFTRI, Mysore, Karnataka,
> India.
> My Sir told to install Dspace on Mac system. But I didn’t know how to
> install. And also where I can get the details of installed softwares and
> packages on Mac system.
> Where can i find the Terminal to execute the commands?
>
>
>
> Configuration of Mac System:
>
> OS: MAC OSX 10.4
>
> Java: 1.4.2
>
> Apache Ant: 1.6.2
>
> Httpd: 1.3.33
>
> PostgreSQL: 7.3.20
>
>
>
> What were the configurations for installing Dspace?
>
> What are the prerequisites?
>
>
>
> Please reply…
>
>
>
> Thanks in advance
>
>
>
> With Regards
>
> Kumara SS
>
>
>
>
>
>
> --
> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
> http://p.sf.net/sfu/solaris-dev2dev
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Help

2010-02-10 Thread Kumara SS
Hi all,



I am new to Dspace. I am working in CFTRI, Mysore, Karnataka,
India.
My Sir told to install Dspace on Mac system. But I didn’t know how to
install. And also where I can get the details of installed softwares and
packages on Mac system.
Where can i find the Terminal to execute the commands?



Configuration of Mac System:

OS: MAC OSX 10.4

Java: 1.4.2

Apache Ant: 1.6.2

Httpd: 1.3.33

PostgreSQL: 7.3.20



What were the configurations for installing Dspace?

What are the prerequisites?



Please reply…



Thanks in advance



With Regards

Kumara SS
--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech