Re: [Dspace-tech] FW: Automatic scheduled backup for DSpace usingopen source backup software (testing)

2007-08-01 Thread Jayan Chirayath Kurian
Hi! For dspace database backup (dspace 1.4.1/windows 2003), I use pg_dump dspace -U postgres > c:\testbk.txt Apart from this, is there a need to take the backup of data directory in C:\Program Files\PostgreSQL\8.2. I tried with tar (windows based - tar -cv --file=backup.tar d:/progra~1/postgr~1/8

Re: [Dspace-tech] FW: Automatic scheduled backup for DSpace usingopen source backup software (testing)

2007-08-01 Thread Christian Voelker
Am 01.08.2007 um 10:45 schrieb Jayan Chirayath Kurian: > For dspace database backup (dspace 1.4.1/windows 2003), I use pg_dump > dspace -U postgres > c:\testbk.txt I would call it testbk.sql, to help point and click operations on this file, but these are details. > Apart from this, is there a n

Re: [Dspace-tech] Problem with new submission

2007-08-01 Thread Graham Triggs
Daniel and Kasia, What version of the Oracle JDBC drivers are you running? The 1.4.2 code is only tested/supported with the 10.2.x series of JDBC drivers (it doesn't matter if the database software is older, the new drivers will still work). Also, are you using a 'thin' connection string (jdbc:o

Re: [Dspace-tech] Reply-To Header missing - list misconfigured?

2007-08-01 Thread James Rutherford
On Wed, Aug 01, 2007 at 12:34:23AM -0400, Larry Stone wrote: > FWIW, some of the lists to which I subscribe "mung" the reply-to header > to force replies to go to the list, and some don't -- I'm invariably > annoyed by the ones that _do_ mung headers. So take this as a vote NOT to > change the beh

Re: [Dspace-tech] Reply-To Header missing - list misconfigured?

2007-08-01 Thread Christian Voelker
Hello, Am 01.08.2007 um 14:05 schrieb James Rutherford: > On Wed, Aug 01, 2007 at 12:34:23AM -0400, Larry Stone wrote: Huh, forgot the "g"? SCNR. You all helped me that much with this thread to change my habit from r -> g. Honestly. Am 31.07.2007 um 22:30 schrieb Hilmar Lapp: > It also might

[Dspace-tech] how to configure my smtp server..!!

2007-08-01 Thread Christos Berberidis
Hi to all, the problem I have is that new users in DSpace can't be registered and an internal error is displayed in the browser.I am sure that the most of you, who are using DSpace, have encountered this problem. I would appreciate if someone could send me the steps that must be done to configure

[Dspace-tech] Harvesting question

2007-08-01 Thread Inna Klimbovskaia
Hi All, Can somebody advice how to prevent harvesting some of our collections by Google Scholar, Scirus, OAIster, etc. The problem is that some of the collections contain data which is not supposed to be visible outside the University. Right now we limit access to such collections to the logged-

Re: [Dspace-tech] how to configure my smtp server..!!

2007-08-01 Thread Christian Voelker
Hi, Am 01.08.2007 um 15:37 schrieb Christos Berberidis: > I would appreciate if someone could send me the steps that must be > done > to configure the smtp server in a way that would solve the above > problem. This depends. But in general, try to send email from the command line. You may

Re: [Dspace-tech] FW: Automatic scheduled backup for DSpace usingopen source backup software (testing)

2007-08-01 Thread Mark H. Wood
The first thing I would check is that the postmaster (the service that mediates access to the database cluster) is running. "Connection refused" sounds like nothing is listening on port 5432 (or whatever port you use for PostgreSQL). -- Mark H. Wood, Lead System Programmer [EMAIL PROTECTED] Ty

Re: [Dspace-tech] Reply-To Header missing - list misconfigured?

2007-08-01 Thread Mark H. Wood
Well, I prefer to have replies to listmail go back to the list by default, but you'll have complaints either way. The best one can do is guess correctly which setup will annoy the fewest and do the least damage. But while we're talking about this, please please please ensure that the List-Foo: he

Re: [Dspace-tech] Reply-To Header missing - list misconfigured?

2007-08-01 Thread Hilmar Lapp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 1, 2007, at 11:26 AM, Mark H. Wood wrote: > (I hate receiving duplicates -- another religious issue.) Mailman (which runs this list too, I believe) has a per-user (as well as per-list default) option to avoid duplicates. It has worked ext

Re: [Dspace-tech] Reply-To Header missing - list misconfigured?

2007-08-01 Thread James Rutherford
On Wed, Aug 01, 2007 at 11:41:41AM -0400, Hilmar Lapp wrote: > On Aug 1, 2007, at 11:26 AM, Mark H. Wood wrote: > > > (I hate receiving duplicates -- another religious issue.) > > Mailman (which runs this list too, I believe) has a per-user (as well > as per-list default) option to avoid duplic

[Dspace-tech] Which JDBC I should use for the dspace?

2007-08-01 Thread Li Yuan
Hi ,dear all I met a error when I fresh_install the dspace in the build.xml 293 line. setup_database: [java] 2007-07-31 16:07:01,971 INFO org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database BUILD FAILED /dspace-1.4.2-source/build.xml:293: Java returned: 1 Whats g