Re: [dspace-tech] Import backup assetstore

2019-09-13 Thread José Geraldo
I used the script below to create the correct structure and run index-discovery -b, but still returning the error below: psql postgresql://localhost:5432/dspace -U dspace -t -c "COPY (select b.internal_id, substring(b.internal_id for 2) || '/' || substring(b.internal_id from 3 for 2) || '/' ||

[dspace-tech] Import backup assetstore

2019-09-13 Thread José Geraldo
Hello everyone, I received a backup of an assetstore that was in S3 AWS and the assetstore has the following structure: bitstreams assetstore/data/id_internal [image: asssestore.PNG] I would like your help how to import this structure into the local assetstore structure in Dspace 6.3:

[dspace-tech] Re: besoin d'aide

2019-09-13 Thread Massimiliano CILURZO
Dear Samia, Have you tried to install the dependencies before running the build? Best regards Massimiliano Il giorno giovedì 12 settembre 2019 12:11:10 UTC+2, samia samiaa ha scritto: > > > > bonjour monsieur > j'ai trouvé un notre probleme > l'orsque je tape la commande mvn package

Re: [dspace-tech] Service Unavailable for only one collection xmlui

2019-09-13 Thread Massimiliano CILURZO
Dear Bill, Now the server start was an error on xmlui.xconf. But even with the modify to the code as in https://github.com/DSpace/DSpace/pull/2130 . The problem of

Re: [dspace-tech] Custom EmbargoSetter allowing on campus access

2019-09-13 Thread Terry Brady
Shawn, The prior version of the gist was for DSpace 5x. I updated it for DSpace 6x. https://gist.github.com/terrywbrady/4e62fad6295d479aab78c905252acb86 On Wed, Sep 11, 2019 at 6:26 AM Shawn Kiewel wrote: > This is a gist of my code: >