[Dspace-tech] Custom metadata or keywords?

2007-04-02 Thread Chris B
I apologize for the cross post, but after a few days of review, I think this may belong in the Tech list rather than the general. Our DSpace repository will be used for a large amount of dental media resources. This includes, images, video, documents, etc.. One important thing required for our pu

[Dspace-tech] inser/delete into the metadatavalue table

2007-04-02 Thread Jose Blanco
I have a big chunk of items I would like to add and delete metadata to. Previously I have updated the metadatavalue table when I have just wanted to do updates to certain metadata values, and then ran index-all, but I have never done inserts and deletes to this table via a script, and I want to mak

Re: [Dspace-tech] Admin/feedback email problems?

2007-04-02 Thread Michael White
Thanks Bjorn, > Not very helpful, but I have the exact same problem. I've contacted > the add-on developers at the University of Minho, but have not received > a fix yet. That's actually very helpful - at least I know it's not just something stupid that I've done :-) If you receive a fix, or a

Re: [Dspace-tech] Admin/feedback email problems?

2007-04-02 Thread Bjorn Skobba
On Fri, 2007-03-30 at 14:48 +0100, Michael White wrote: [ snip ] Hi, > So, my problem becomes simpler - anyone got any ideas why I'm not > receiving the admin email to request a change to Open Access from the > "Request copy" addon - is this feature working for others? > > Any insights/suggest

Re: [Dspace-tech] How to add more attributes of a item?

2007-04-02 Thread Anny Bridge
Hi Claudia, Thanks to your help,It works now. Thank you. Best Regards, Anny On 4/2/07, Claudia Jürgen <[EMAIL PROTECTED]> wrote: Hi Anny, the instruction can be found in the documentation and the online help. For changing your metadataregistry log in as admin to your instance, go to [YourU

Re: [Dspace-tech] [Dspace-devel] DSpace 1.4.2

2007-04-02 Thread Mark Diggory
Hi Jim, Heres a list of Patches I worked on/with and think are important to get in the loop: [ 1687783 ] Improve API for "IgnoreAuthorization" blocks http://sourceforge.net/tracker/index.php? func=detail&aid=1687783&group_id=19984&atid=319984 [ 1655583 ] Avoid index lock with filter-media htt

Re: [Dspace-tech] 2 Tier Dspace Implementation

2007-04-02 Thread Jayan Chirayath Kurian
Hi! Jim, sorry for the confusion regarding "How are you able to "access and browse" items if you can't submit them? ". Let me explain. (1) Initailly i installed Dspace 1.4.1 and associated software (java,tomcat,postgresql) in "machine1" and imported few items through batch import. DSpace is

Re: [Dspace-tech] How to add more attributes of a item?

2007-04-02 Thread Claudia Jürgen
Hi Anny, the instruction can be found in the documentation and the online help. For changing your metadataregistry log in as admin to your instance, go to [YourURL]/dspace-admin and click on metadata registry there. You also got the admin help at this momoment. The docs about the configuration

[Dspace-tech] Problem with Context class

2007-04-02 Thread Francesco
Hi, I'm trying to build a java class that will automatically submit new files to a specific collection. When the program executes Context c = new Context(); I got this error: Exception in thread "main" java.sql.SQLException: java.lang.NullPointerException at org.dspace.storage.rdbms.DatabaseMa

Re: [Dspace-tech] 2 Tier Dspace Implementation

2007-04-02 Thread James Rutherford
On Mon, Apr 02, 2007 at 03:57:55PM +0800, Jayan Chirayath Kurian wrote: > (3) when "ant fresh_install" was given from client machine, the DB > connection error was not seen but build was not successful. I just > copied the war files to Tomcat webapp folder. Accessing and browsing > items was fine.

Re: [Dspace-tech] How to add more attributes of a item?

2007-04-02 Thread Anny Bridge
Hi Cluadia, Could you tell me how to register the metadata in the metadata registry or where can i find relative document.As for input-forms.xml , I found the webpage as follows is nice enough. http://www.dspace.org/technology/system-docs/submission.html. Thanks for your attention. Best Regards

[Dspace-tech] DSpace 1.4.2

2007-04-02 Thread James Rutherford
Hi All, I'm pleased to announce that work has started on putting together DSpace 1.4.2. We're aiming to get a beta release out around the 23rd, with the final release available shortly after (hopefully by the end of the month). This will be pretty much exclusively a bugfix release; there will be n

Re: [Dspace-tech] How to add more attributes of a item?

2007-04-02 Thread Claudia Jürgen
Hi Amy, it is possible to add any metadata to an item. The metadata must be registered in the metadata registry first and then you are able to use it in the input-forms.xml. Claudia Anny Bridge schrieb: > Hi all, > > Is it possible to add more attributes of items than the default in the > web

[Dspace-tech] FW: Statistical Reports (Edinburgh Univeristy's version)

2007-04-02 Thread Stuart Lewis [sdl]
Hi Jeffrey, On 30/3/07 18:35, "Jeffrey Trimble" <[EMAIL PROTECTED]> wrote: > Would someone be kind enough to go over with me the Statistical > Reports? I've upgraded to version 1.4.1. Will I still be able to get > information from my files that are prior to the upgrade from > yesterday? (I

[Dspace-tech] 2 Tier Dspace Implementation

2007-04-02 Thread Jayan Chirayath Kurian
Hi! I followed the following steps for 2 tier dspace implementation. (1) In pg_hba.confg I gave # TYPE DATABASEUSERCIDR-ADDRESS METHOD hostall all 155.69.24.194/32 md5 (2) In Postgresql.confg I gave listen_addresses = '*' (3) when