Re: [Dspace-tech] Problem with uploading a file to the collection

2007-09-18 Thread Shwe Yee Than
Hi, Thanks Christian. The problem was successfully solved. With regards, Shwe Christian Voelker [EMAIL PROTECTED] wrote: Hello, Am 05.09.2007 um 04:22 schrieb Shwe Yee Than: The second problem is I can't access the Dspace Page (i.e., http:// fsktm.geranium2.um.edu.my:8080/dspace) from

[Dspace-tech] problem with itemimport in .bat file

2007-09-18 Thread wang jiahui
Hi, I wrote a .bat file to import items to collection. It's just composed of individual item-import commands like this: dsrun org.dspace.app.itemimport.ItemImport -a -e [EMAIL PROTECTED] -c 17 -s I:\aaa\dmcu_data\A000\ACF0 -m ACF0 dsrun org.dspace.app.itemimport.ItemImport -a -e [EMAIL

Re: [Dspace-tech] Removing E-People...

2007-09-18 Thread Dorothea Salo
On 9/18/07, Mark Diggory [EMAIL PROTECTED] wrote: Good point, yes, I suspect submitters should need to stick around, but be shutdown, for instance, you can change their status to Cannot Log in. (maybe we should rephrase this function as disable account so people feel more comfortable keeping

Re: [Dspace-tech] problem with itemimport in .bat file

2007-09-18 Thread Stuart Lewis [sdl]
Hi Wang, In Windows batch scripts you need to prepend calls to other batch scripts (dsrun is actually dsrun.bat) with 'call'. So each line would read: call dsrun org.dspace.app.itemimport.ItemImport -a -e etc... I hope that helps, Stuart

Re: [Dspace-tech] Removing E-People...

2007-09-18 Thread Mark Diggory
On Sep 18, 2007, at 11:14 AM, Dorothea Salo wrote: Do most DSpace respositories worry about removing old entries for e-people, or do you just let them reside in the system? We are debating the need to remove them, and when we do try to remove them we encounter that they are somehow

[Dspace-tech] Handle server + funky firewall

2007-09-18 Thread E. Stuart Hicks
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 We have a rather unorthidox firewall setup and I'm having problems getting the DSpace handle.net server to work through it. Basically, the DSpace server doesn't actually know what its world-accessable IP is - it's on a 10. IP and has its traffic

Re: [Dspace-tech] Handle server + funky firewall

2007-09-18 Thread E. Stuart Hicks
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well, this is what I had to do just to get it to start up. The latest on this is that the handle server starts and seems alright; however, it absolutely _refuses_ to accept the fact that it's the authority for our handle subdomain. We opted to use a

[Dspace-tech] Clustering of Dspace servers

2007-09-18 Thread Nandita Chaudhri
I was told Dspace does not respond well to software clustering of servers but is OK with hardware clustering. If we want a high availabilty application in Dspace what is the recommended configuration for the servers and software if any required. Regards,