Re: [Dspace-tech] DSpace Postgresql installation - debugging

2007-03-21 Thread Jayan Chirayath Kurian
Just now the problem was solved. The problem was due to account permissions although I was using the Administrator account. Debugging steps:- (1) Tried installing Postgresql in C drive. Installation was fine (2) Initially the installation path was given as E:\ (3) Changed the

Re: [Dspace-tech] OAI Validation failed

2007-03-21 Thread Michael Judd
Hi Monika, If you are using Oracle you might want to look at the following patch... https://sourceforge.net/tracker/?func=detail&atid=319984&aid=1678708&group_id=19984 The patch works on the subversion trunk revision 1734 so you may need to bring the relevant OAI files... config/template/oaicat

[Dspace-tech] OAI Validation failed

2007-03-21 Thread Monika Mevenkamp
We have dspace 1.4 running. As far as I know there are no changes that affect the OAI harvesting. Any tips anybody where I shouold check for what ? Thanks Monika -- Forwarded message -- From: Apache <[EMAIL PROTECTED]> Date: Mar 21, 2007 8:42 PM Subject: [lib-dspace] OAI Valida

Re: [Dspace-tech] Significance of the "Owning Collection"

2007-03-21 Thread Kyle Brentnell
Cancel question 2, I just found the answer in the documentation (I should have read it more slowly the first time). I did not find an answer to question 1 during my documentation re-read. Thank you, Kyle At / À 01:37 PM 21/03/2007, Kyle Brentnell wrote / a écrit: >Hello, > >We are preparing to

[Dspace-tech] Significance of the "Owning Collection"

2007-03-21 Thread Kyle Brentnell
Hello, We are preparing to populate DSpace with documents using either the import tool or programmically with the Java API. Many of the documents will be in multiple collections. 1) What is the significance of the "owning collection" opposed to just being a member of a collection? 2) If using

Re: [Dspace-tech] Changing headers

2007-03-21 Thread Cameron, Jacob
Thanks! I forgot to delete the dspace and dspace-oai directories in tomcat. My bad! I appreciate your help! Jake -- Jake Cameron, BCSc(UNB) Technical Specialist III Library Systems and Web Services University of Lethbridge Phone: (403) 329-2756 Office: L1110C Email: [EMAIL PROTECTED] -

Re: [Dspace-tech] Authorization system: delegate admins patch

2007-03-21 Thread Mark Diggory
On "second blush", I wouldn't necessarily want to over-complicate the Context with an inheritance hierarchy thats "role" based. Here are all the "real" (i.e. non-static main) settings of setIgnoreAuthorization: > LDAPServlet 1328 > doDSPost(Context, HttpServletRequest, HttpServletResponse) (

Re: [Dspace-tech] Keeping spiders out of the statistics

2007-03-21 Thread Jose Blanco
I've developed a throttle to slow down the fetches from crawlers. It is configured in the dspace-web.xml file as a filter with 3 parameters: 1. PERIOD 2. Number of HITS to allow for the PERIOD. So say you have PERIOD set to 10 seconds, and HITS to 20, you will allow 20 hits from a certain IP for

[Dspace-tech] open metadata access but restricted download action

2007-03-21 Thread Jayan Chirayath Kurian
Thanks Claudia. Can we set any kind of access permission (submit) for Communities in Dspace. Jayan From: Claudia Jürgen [mailto:[EMAIL PROTECTED] Sent: Wed 3/21/2007 8:30 PM To: Jayan Chirayath Kurian Subject: Re: [Dspace-tech] open metadata access but restric

[Dspace-tech] DSpace Postgresql installation

2007-03-21 Thread Jayan Chirayath Kurian
In our production server we have 3 logical drives(c drive-72 GB, D drive-300 GB and E drive - 1TB with RAID 6). I have installed Java and Ant in D. I was trying to install Postgresql 8.2 in E drive using the administrator account. Towards the end of postgresql installation it was giving file per

[Dspace-tech] Fwd: Fwd: Error in MultilingualismDSpace Patch

2007-03-21 Thread Victoria Rasero
-- Forwarded message -- From: Victoria Rasero <[EMAIL PROTECTED]> Date: 21-mar-2007 12:59 Subject: Re: [Dspace-tech] Fwd: Error in MultilingualismDSpace Patch To: Claudia Jürgen <[EMAIL PROTECTED]> Cc: dspace-tech@lists.sourceforge.net Claudia, thanks for your response. We have DS

Re: [Dspace-tech] Authorization system: delegate admins patch

2007-03-21 Thread Mark Diggory
Andrea, I would recommend this is another patch outside the scope of the delegate admins patch. As the two are functionally different issues. I agree that its a problem, but the majority of the usage is in static main methods, I think that was its initial impetus. I'd like to see the met

Re: [Dspace-tech] Authorization system: delegate admins patch

2007-03-21 Thread Andrea Bollini
Well I'm putting myself at work... I have some questions about the authorization system that I would like to share with the community: 1) in many points of the "DSpace core" code there are setIgnoreAuthorization(true-false) blocks. I don't like them, many of them are related to the creation of

Re: [Dspace-tech] open metadata access but restricted download action

2007-03-21 Thread Claudia Jürgen
Hi Jayan, set the appropriate rights to a collection DEFAULT_ITEM_READ = anonymous DEFAULT_BITSTREAM_READ = YourSpecialGroup Items submitted to this collections will inherit the rights. This will enable all users to see the item and its metadata, but only the user of YourSpecialGroup will be ab

[Dspace-tech] open metadata access but restricted download action

2007-03-21 Thread Jayan Chirayath Kurian
Hi! Does DSpace have an inbuilt facility by which anonymous users can be given access to view the metadata (title, author, abstract etc) display of all items but only authorized users can download (full text access) items? Please suggest. Thanks, Jayan ---

Re: [Dspace-tech] Keeping spiders out of the statistics

2007-03-21 Thread NS Hashmi, Information Systems and Computing
Hi Mark, I sent the message below not long ago, which is related to your concern about keeping spiders out of the statistics. The Dspace Stats package analyses the dspace log's which do not record info about spiders. Info from spiders/web crawlers can only be viewed in apache logs? Thus, if yo