[Dspace-tech] Easy way to Import Metadata from Excel into DSpace

2008-03-03 Thread Jayan Chirayath Kurian
Hello, If you have metadata (title, author, ABSTRACT, date, department, rights) stored in an Excel sheet and want to import metadata and corresponding record/file into DSpace, we have an improved version of our program to share. Please feel free to contact me if you want to use this for batch i

[Dspace-tech] Authorization GROUPS

2008-03-03 Thread Jeffrey Trimble
To the great DSpace programming gods, The documentation on the GROUPS authorization is a little vague, so here's the question: Is it necessary to create new groups to create a collection policy that allows someone to upload/delete bitstreams to a particular record? People can edit metada

[Dspace-tech] File upload problem

2008-03-03 Thread Satya Ranjan Sahu
I didn't get any response to my previous mails. So reposting my problem of uploading file (bitstream). When I am trying to upload the file for a new item it is showing error in the browser. But uploads bitstream from editing option of an exiting item. I checked the permission to the webapps direct

[Dspace-tech] PSQL Error

2008-03-03 Thread Mika Stenberg
We are experiencing the following PSQL errors quite often: An error has occured org.postgresql.util.PSQLException: This statement has been closed. I remember there has been discussion that this error itself is harmless. However when it occurs and Manakin throws the error dump on the screen for

Re: [Dspace-tech] javascript.evaluator.exception

2008-03-03 Thread Mika Stenberg
This fixed it! Thanks a lot! -Mika > Hi Mika, > > line 47-49 in eperson.js > > should read: > > importClass(Packages.org.dspace.eperson.EPerson); > importClass(Packages.org.dspace.eperson.AccountManager); > importClass(Packages.org.dspace.eperson.Subscribe); > > instead of > > importClass(Pa