Re: [Dspace-tech] Log into DSpace with curl

2012-08-02 Thread Bram Luyten
Hi Simon, this is new to me as well, I got it to work using: curl --data login_email=myname%40gmail.comlogin_password=passwordsubmit=Sign+in http://www.mydspace.com/password-login I had some issues first using the --data-urlencode parameter instead of --data. This also encoded the ampersands

Re: [Dspace-tech] Log into DSpace with curl

2012-08-02 Thread helix84
Hi Simon, as an alternative to screen scraping, you may want to take a look at the REST API [1] which is made exactly for tasks like this one. Another alternative is a simple SQL query [2]. Just ask if you need more details. [1] https://wiki.duraspace.org/display/DSPACE/REST+API [2]

Re: [Dspace-tech] Log into DSpace with curl

2012-08-02 Thread helix84
Yet another alternative could be using Solr directly. Info on how to access Solr is here: https://wiki.duraspace.org/display/DSPACE/Solr The key you'd use is search.resourceid. Regards, ~~helix84 -- Live Security

Re: [Dspace-tech] Unfinished Submissions problem

2012-08-02 Thread helix84
On Thu, Aug 2, 2012 at 12:34 AM, Carlos Walter Blandon Alvarez cblan...@eafit.edu.co wrote: button, get a message that says The system has experienced an internal error. Please try again, and if the problem persists, please contact with us to fix it.. Hi Carlos, this is a generic error

Re: [Dspace-tech] Advise on Upgrade of DSpace Versions and Problems with Data Migration

2012-08-02 Thread helix84
On Thu, Aug 2, 2012 at 6:12 AM, Nitin Paliwal nitinpaliwal2...@gmail.com wrote: Now the problem is That Dspace is Not Showing any item in it Though it shows all the collection in it. Your steps look fine. You probably just need to run [dspace]/bin/dspace index-init. Let us know whether it

Re: [Dspace-tech] About dynamic special group

2012-08-02 Thread helix84
You don't have to add/remove permissions manually. You can do this in 1.5.1 XMLUI using Advanced Policy Manager (wildcard policy admin tool): Log in as an administrator, in the Administrative menu, click Authorizations (under Access Control.) Then in the main pane, under the search box, there's a

Re: [Dspace-tech] sword setup

2012-08-02 Thread helix84
On Wed, Aug 1, 2012 at 1:26 PM, Domingo Iglesias digles...@ub.edu wrote: Thanks for the suggestion. I have checked web.xml and it's correct. I'm glad it worked. authenticating with BASIC 'weblogic'@dipositint9.ub.edu:8 Sorry, no idea. But this line looks wrong - 1) there are apotrophes around

Re: [Dspace-tech] sword setup

2012-08-02 Thread Domingo Iglesias
Confirmed: it is a problem related to how weblogic handles authorization by default. The solution is to add the stanza: enforce-valid-basic-auth-credentialsfalse/enforce-valid-basic-auth-credentials in the config.xml of the domain. 2012/8/2 helix84 heli...@centrum.sk: On Wed, Aug 1, 2012 at

[Dspace-tech] mapping metadata via sword

2012-08-02 Thread Titus, Gene W
I'm fairly new to dspace and not quit sure where to look for this feature. We have an ETD system (Vireo) that sets a metadata entry for thesis.degree.name. We then sword the package into dspace. Is it possible to automatically map the incoming thesis.degree.name to dc.degree.name? I have

Re: [Dspace-tech] mapping metadata via sword

2012-08-02 Thread Titus, Gene W
Opps forgot… I'm running dspace 1.7.2 Thanks, Gene --- Gene Titus Senior Systems Administrator Texas Digital Libraries The University of Texas at Austin From: Gene Titus g.ti...@austin.utexas.edumailto:g.ti...@austin.utexas.edu Date: Thu, 2 Aug 2012 13:14:03 + To: dspace-tech

Re: [Dspace-tech] Unfinished Submissions problem

2012-08-02 Thread Carlos Walter Blandon Alvarez
Hi helix.I offer my apologies for the translation, but I do not know what happened to the previous post, I had corrected the English texts are in DSPACE.It is the error in DSPACE/log:2012-08-02 09:06:08,936 ERROR org.dspace.submit.step.CompleteStep @ Caught exception in submission

Re: [Dspace-tech] Log into DSpace with curl

2012-08-02 Thread Pottinger, Hardy J.
Hi, Simon, I know that I would be interested in hearing more about what it is you're up to. :-) What's your use case for the item ID once you scrape it? Is this something that the REST-API module might be able to do for you? -- HARDY POTTINGER pottinge...@umsystem.edu University of Missouri

Re: [Dspace-tech] Unfinished Submissions problem

2012-08-02 Thread helix84
On Thu, Aug 2, 2012 at 4:20 PM, Carlos Walter Blandon Alvarez cblan...@eafit.edu.co wrote: I offer my apologies for the translation, but I do not know what happened to the previous post, I had corrected the English texts are in DSPACE. I'm sorry, I didn't understand what you just said.

Re: [Dspace-tech] Log into DSpace with curl

2012-08-02 Thread Brown, Simon Contractor, Digital Consulting Services
Have you successfully used the 'content searching' part of the API? Didn’t work for me -- very basic queries would fail to return any results. It also lacks any specificity -- how do you do an advanced query with the API? Can you search by author and then limit to a certain publication

Re: [Dspace-tech] Log into DSpace with curl

2012-08-02 Thread Brown, Simon Contractor, Digital Consulting Services
My use for this is making a tool for generating/extracting metadata reports (e.g. a bibliography based on a advanced search query) into a useable data format (.csv) for the staff at my library. DSpace lacks functions that allow saving lists and exporting citations so this is kind of a work

Re: [Dspace-tech] Log into DSpace with curl

2012-08-02 Thread Pottinger, Hardy J.
Aha, you may be interested in the SkylighUI project: https://github.com/skylightui/skylight It's a CodeIgnitor (a simple PHP framework) interface which relies upon the DSpace Discovery Solr index. You could just query Solr directly, but I think you might like to borrow some of the heavy lifting

[Dspace-tech] size matters

2012-08-02 Thread Mark Ludwig
We have a potential project to preserve and share some very large data files. I am told these would be data files of 2-20 Terabytes each file. I am not sure I believe this, but I am wondering if any of you have dealt with anything like this. Supposedly the collection would amount to hundreds of

Re: [Dspace-tech] Log into DSpace with curl

2012-08-02 Thread helix84
On Thu, Aug 2, 2012 at 5:12 PM, Brown, Simon Contractor, Digital Consulting Services scbr...@nps.edu wrote: Have you successfully used the 'content searching' part of the API? Didn’t work for me -- very basic queries would fail to return any results. It also lacks any specificity -- how do

Re: [Dspace-tech] size matters

2012-08-02 Thread helix84
Hi Mark, I don't have the experience, just theoretizing here: DSpace shouldn't be any different from any other web server in respect to serving large files. Storage depends on the filesystem you use, HTTP technically doesn't care about size and Tomcat just passes on the data stream. So the issue

[Dspace-tech] Theses count is 0 in stats

2012-08-02 Thread Kirti Bodhmage
Hi, We have quite a lot of theses in our repository. They are submitted as dc.type = Thesis in repository. But statistics page that display all the statistic of the repository does not show any theses count. Do we need to any tweaking any of the config file? thanks Kirti

Re: [Dspace-tech] Theses count is 0 in stats

2012-08-02 Thread helix84
On Thu, Aug 2, 2012 at 6:29 PM, Kirti Bodhmage k.bodhm...@qmul.ac.uk wrote: We have quite a lot of theses in our repository. They are submitted as dc.type = Thesis in repository. But statistics page that display all the statistic of the repository does not show any theses count. If you're

Re: [Dspace-tech] Theses count is 0 in stats

2012-08-02 Thread emilio lorenzo
In the old· statistics setttings, probably Kirti is referring to the parameters in dstat.cfg # The item types in the archive that you need number breakdowns on item.type=Thesis or Dissertation item.type=Preprint item.type=Research Paper That setting breakdowns the statistics in above

[Dspace-tech] Configuring curation task in worwflow

2012-08-02 Thread emilio lorenzo
The environment is DSPACE 1.8 + xmlui + curation system. Any invocation of curation tasks from the UI goes OK and logs are OK, so I assume curation configuration is right. But, I cant get working the curation task activation via the workflow system Following the documentation, I ´m using

Re: [Dspace-tech] size matters

2012-08-02 Thread helix84
On Thu, Aug 2, 2012 at 7:39 PM, Mark Ludwig uld...@gmail.com wrote: Yes, Thanks for your reply. I agree that theoretically it should work. However, on a practical level, if the large files were simply on items in DSpace, we would have users hosing their PCs and workstations because no one has

[Dspace-tech] Howto on Using DSpace Modules (overlays)

2012-08-02 Thread Thomas Misilo
Hi, I found a powerpoint that talked about Customizing DSpace 1.5 with Basic Overlays, and I had some questions about it. The powerpoint seems to talk using a release version, however I am using the 1.8.2-src version and was wondering would I follow it the same way and if there was any newer

Re: [Dspace-tech] About dynamic special group

2012-08-02 Thread helix84
On Thu, Aug 2, 2012 at 8:38 PM, Sergio Belkin seb...@gmail.com wrote: I've found that 1.5.2 has the ldap.login.specialgroup feature that I think does what I'm looking for: whenever a ldap user is automatically. Could anyone confirm this? I've never used xmlui, is hard migrating from jspui to