[dspace-tech] How to know who harvested by repository?

2018-03-22 Thread Vinay Kumar Sharma
Dear All,
I would like to know which websites have harvested my repository using
OAI-PMH.
So, can any one please give me input?
thanks & regards
Vinay

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] input-forms.xml - can I split it ?

2018-03-22 Thread Tim Donohue
Hi Monika,

Just a quick response to your first note... it's not out of the question
that these configs will eventually move to the database (or somewhere
similarly more easy to manage).  It just is not likely to happen in DSpace
7, as the concentration in DSpace 7 is on the new UI and REST API.  We very
purposefully are *not* trying to change the DSpace API or backend
configurations *except* in areas where we have to do so in order to support
the new REST API or UI.  This is necessary in order to keep the scope of
DSpace 7 manageable -- we simply cannot fix/change everything at once.  :)

So, you are not wrong in your assumption that configuration will likely
change in the future -- ideally, it will eventually be mostly manageable
from an Admin UI (as is on the RoadMap [1]). But, that is not likely to
happen immediately in DSpace 7...it'd be more likely to occur in DSpace 8.

As for your other questions, I'll leave them to others. I haven't used the
JSPUI in some time, and I'll admit I'm not as much in the code these days.
So, you might want to simply see which XML parser class is in use already
where the input-forms.xml is being read by the Java API.

Good luck!

- Tim

On Thu, Mar 22, 2018 at 4:39 PM Monika Mevenkamp  wrote:

> Tim
>
> thanks for the answer even if it is not what I hoped.
>
> I am thinking of writing a command /main program that creates a collection
> with a given name, parent, authorizations and maps the newly created
> collection to a given form.
> The first part is easy enough - but mucking around in the input-forms.xml
> config file is a bit uncomfortable. For some reason I had assumed that
> these config files would be ‘moved’ to database tables.  I see I am wrong
> on that account too   :)
>
> What is your favorite XML Parser / Mangler class  to use for this kind
> input-formns.xml manipulation ?
>
> Related to this: is there a simple way that allows me to add a form/page
>  to the DSpace 5 JSPUI that accepts parameter values for a given curation
> task ?
>
> Monika
>
>
> On Mar 22, 2018, at 5:08 PM, Tim Donohue  wrote:
>
> Hi Monika,
>
> Unfortunately, at this time, there's no way to split up the
> input-forms.xml.  It's a completely custom XML config file, with a
> completely custom DTD (
> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/input-forms.dtd).
> Currently, it doesn't have an option to link or import settings from
> another file.
>
> In DSpace 7, there has been some effort to rethink these configurations
> (both item-submission.xml and input-forms.xml), but I don't believe this
> sort of linking is possible yet in DSpace 7 either (hopefully Andrea
> Bollini will correct me if I'm wrong).  In case it is of interest, the very
> early notes on this DSpace 7 effort are at
> https://wiki.duraspace.org/display/DSPACE/Configuration+changes+in+the+submission+process
>
>
> - Tim
>
> On Thu, Mar 22, 2018 at 12:41 PM Monika Mevenkamp 
> wrote:
>
>>
>> Can I split the input-forms.xml file into multiple files using some kind
>> of include directive
>>
>> Monika
>>
>> —
>> Monika Mevenkamp
>> Digital Repository Infrastructure Developer
>> Princeton University
>> Phone: 609-258-4161 <(609)%20258-4161>
>> Skype: mo-meven
>>
>>
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to dspace-tech+unsubscr...@googlegroups.com.
>> To post to this group, send email to dspace-tech@googlegroups.com.
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> Tim Donohue
> Technical Lead for DSpace & DSpaceDirect
> DuraSpace.org | DSpace.org | DSpaceDirect.org
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
Tim Donohue
Technical Lead for DSpace & DSpaceDirect
DuraSpace.org | DSpace.org | DSpaceDirect.org

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] input-forms.xml - can I split it ?

2018-03-22 Thread Monika Mevenkamp
Tim 

thanks for the answer even if it is not what I hoped.

I am thinking of writing a command /main program that creates a collection with 
a given name, parent, authorizations and maps the newly created collection to a 
given form. 
The first part is easy enough - but mucking around in the input-forms.xml 
config file is a bit uncomfortable. For some reason I had assumed that these 
config files would be ‘moved’ to database tables.  I see I am wrong on that 
account too   :) 

What is your favorite XML Parser / Mangler class  to use for this kind 
input-formns.xml manipulation ? 

Related to this: is there a simple way that allows me to add a form/page  to 
the DSpace 5 JSPUI that accepts parameter values for a given curation task ? 

Monika 


> On Mar 22, 2018, at 5:08 PM, Tim Donohue  wrote:
> 
> Hi Monika,
> 
> Unfortunately, at this time, there's no way to split up the input-forms.xml.  
> It's a completely custom XML config file, with a completely custom DTD 
> (https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/input-forms.dtd
>  
> ).
>   Currently, it doesn't have an option to link or import settings from 
> another file.
> 
> In DSpace 7, there has been some effort to rethink these configurations (both 
> item-submission.xml and input-forms.xml), but I don't believe this sort of 
> linking is possible yet in DSpace 7 either (hopefully Andrea Bollini will 
> correct me if I'm wrong).  In case it is of interest, the very early notes on 
> this DSpace 7 effort are at 
> https://wiki.duraspace.org/display/DSPACE/Configuration+changes+in+the+submission+process
>  
> 
>  
> 
> - Tim
> 
> On Thu, Mar 22, 2018 at 12:41 PM Monika Mevenkamp  > wrote:
> 
> Can I split the input-forms.xml file into multiple files using some kind of 
> include directive
> 
> Monika
> 
> —
> Monika Mevenkamp
> Digital Repository Infrastructure Developer
> Princeton University
> Phone: 609-258-4161 
> Skype: mo-meven
> 
> 
> 
> 
> --
> You received this message because you are subscribed to the Google Groups 
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to dspace-tech+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to dspace-tech@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/dspace-tech 
> .
> For more options, visit https://groups.google.com/d/optout 
> .
> -- 
> Tim Donohue
> Technical Lead for DSpace & DSpaceDirect
> DuraSpace.org | DSpace.org | DSpaceDirect.org

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] input-forms.xml - can I split it ?

2018-03-22 Thread Tim Donohue
Hi Monika,

Unfortunately, at this time, there's no way to split up the
input-forms.xml.  It's a completely custom XML config file, with a
completely custom DTD (
https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/input-forms.dtd).
Currently, it doesn't have an option to link or import settings from
another file.

In DSpace 7, there has been some effort to rethink these configurations
(both item-submission.xml and input-forms.xml), but I don't believe this
sort of linking is possible yet in DSpace 7 either (hopefully Andrea
Bollini will correct me if I'm wrong).  In case it is of interest, the very
early notes on this DSpace 7 effort are at
https://wiki.duraspace.org/display/DSPACE/Configuration+changes+in+the+submission+process


- Tim

On Thu, Mar 22, 2018 at 12:41 PM Monika Mevenkamp  wrote:

>
> Can I split the input-forms.xml file into multiple files using some kind
> of include directive
>
> Monika
>
> —
> Monika Mevenkamp
> Digital Repository Infrastructure Developer
> Princeton University
> Phone: 609-258-4161 <(609)%20258-4161>
> Skype: mo-meven
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
Tim Donohue
Technical Lead for DSpace & DSpaceDirect
DuraSpace.org | DSpace.org | DSpaceDirect.org

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Is there a possibility to downgrade Dspace?

2018-03-22 Thread Bollini Andrea
Due to the change from id to UUID I guess it is nearly impossible (aka too 
complex) attempt a sql reverse migration and for sure it is not something that 
can be done automatically.
One option could be to extract the AIP from DSpace 6.2 and reimport such AIP in 
a fresh DSpace 5.8. Please note that in this way you will loss some 
information, at least:
- inprogress submission
- withdrawn items
- statistics
such information could be recovered with custom ETL but it requires expert 
skills.
A DSpace-CRIS 6 version exists, as for DSpace (this is my personal opinion), it 
is no so stable as the version 5
Andrea


Il 22/03/2018 14:11, helix84 ha scritto:
On Thu, Mar 22, 2018 at 1:49 PM, 
mailto:dspace...@gmail.com>> wrote:
Is there a possibility to downgrade Dspace 6.2 to Dspace-CRIS 5.8.1 ?

It would definitely be a completely or partially manual process. You can see 
the upgrade migrations for postgres here:

https://github.com/DSpace/DSpace/tree/master/dspace-api/src/main/resources/org/dspace/storage/rdbms/sqlmigration/postgres

To downgrade, you would need to apply them "in reverse".

Of course, if there are any destructive operations, there's no way to 
automatically reverse those. There's such an operation in the very first 
migration: DROP VIEW community2item; You would need to find CREATE VIEW 
community2item in one of the previous migrations (in this example, it's in 
V1.1__Initial_DSpace_1.1_database_schema.sql).

I checked whether Flyway, the DB migration engine DSpace uses, supports 
downgrades. It seems it does, subject to the limitations I mentioned. I haven't 
tried it though and they mention it's available only in their Pro edition which 
I don't have any experience with. In any case, the Flyway route would only be a 
partial automation of the process.

https://flywaydb.org/documentation/faq#downgrade

Should you manage to downgrade the database successfully, you would continue as 
per normal DSpace 5 installation instructions. Then you would follow the 
DSpace-CRIS 5 installation instructions.



Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to 
dspace-tech@googlegroups.com.
Visit this group at 
https://groups.google.com/group/dspace-tech.
For more options, visit 
https://groups.google.com/d/optout.

--
Questo messaggio e' stato analizzato con Libra ESVA ed e' risultato non infetto.
Clicca qui per segnalarlo come 
spam.


--
Andrea Bollini
Chief Technology and Innovation Officer

4Science,  www.4science.it
office: Via Edoardo D'Onofrio 304, 00155 Roma, Italy
mobile: +39 333 934 1808
skype: a.bollini
linkedin: andreabollini
orcid: -0002-9029-1854

--
Questo messaggio e' stato analizzato da Libra ESVA ed e' risultato non infetto.
This message was scanned by Libra ESVA and is believed to be clean.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] input-forms.xml - can I split it ?

2018-03-22 Thread Monika Mevenkamp

Can I split the input-forms.xml file into multiple files using some kind of 
include directive 

Monika

—
Monika Mevenkamp
Digital Repository Infrastructure Developer
Princeton University
Phone: 609-258-4161
Skype: mo-meven




-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Curation tasks on DSpace 6 stoped working

2018-03-22 Thread Tim Donohue
Hi Enes,

To me, that error "Task: requiredmetadata not resolved", still sounds
suspiciously like a configuration problem.  So, I'm wondering if your
primary configuration in curate.cfg is being accidentally overridden
elsewhere (e.g. in local.cfg), or perhaps if the curate.cfg files isn't
being loaded into your dspace.cfg properly (e.g. via an "include" line like
this:
https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/dspace.cfg#L2005
)

One thing you could try... DSpace has a commandline tool that is able to
check what configurations it "sees".   Try running:

[dspace]/bin/dspace dsprop -p plugin.named.org.dspace.curate.CurationTask -r

This should output the "raw" (-r) value of the
"plugin.named.org.dspace.curate.CurationTask"
configuration that DSpace is loading/seeing.  In a normal, default 6.x
DSpace site, this command should return an array of values like this:

[org.dspace.ctask.general.NoOpCurationTask = noop,
org.dspace.ctask.general.ProfileFormats = profileformats,
org.dspace.ctask.general.RequiredMetadata =
requiredmetadata, org.dspace.ctask.general.ClamScan = vscan,
org.dspace.ctask.general.MicrosoftTranslator = translate,
org.dspace.ctask.general.MetadataValueLinkChecker = checklinks]

This array of values is defined in the curate.cfg file.  If your site does
*not* return this array of values, then something is definitely wrong in
your configuration.

- Tim

On Thu, Mar 22, 2018 at 5:54 AM eneshukic via DSpace Technical Support <
dspace-tech@googlegroups.com> wrote:

> Hi Tim,
>
> This happens on every curation task that I run on this machine.  For
> example:
>
> dspace/bin/dspace curate -t requiredmetadata -i 123456789/3770 -r - -v
> Adding task: requiredmetadata
> Task: requiredmetadata not resolved
> Starting curation
> Curating id: 123456789/3770
> Ending curation. Elapsed time: 576
>
> The same command works on the other two machines and my test machine. It
> was working too on this machine for couple of months and it stopped.
> Configurations are the same on all instances. It looks like that this
> problem occurs while task is getting resolved in Curator.java.
>
> I have even tried to rebuild, but I get the same issue.  Is there anything
> else that I need to check (maybe at the OS level)?
>
> Regards,
> Enes
>
>
> On Wednesday, March 21, 2018 at 8:24:01 PM UTC+1, Tim Donohue wrote:
>
>> Hi Enes,
>>
>> I just did a basic test of Curation Tasks on our http://demo.dspace.org
>> server.  On that server, I ran the following on the commandline:
>>
>> [dspace]/bin/dspace curate -t checklinks -i 10673/5 -r - -v
>>
>> And, the "checklinks" curation task ran successfully on this item:
>> http://demo.dspace.org/xmlui/handle/10673/5 without any issues.
>>
>> So, I'm wondering if maybe it's a configuration error on your end, or if
>> only specific task(s) are failing.  But, we'd probably need you to send
>> more information to the mailing list in order to help diagnose the issue.
>> In any case, I'd recommend double checking that your curation task
>> configuration, perhaps comparing it the the out-of-the-box DSpace 6.x
>> version:
>>
>>
>> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/modules/curate.cfg
>>
>> (And where the configuration exists shouldn't matter too much, but any
>> configurations in your local.cfg *will override* the settings in your
>> curate.cfg)
>>
>> - Tim
>>
>> On Wed, Mar 21, 2018 at 7:32 AM eneshukic via DSpace Technical Support <
>> dspac...@googlegroups.com> wrote:
>>
> We have three DSpace 6 instances on CentOS 7.  On one instance, curation
>>> tasks are not working from either CLI, XMLUI or our custom forms. The
>>> configuration is the same on all three instances.  If we run dspace curate
>>> -t taskname -i 123456789/3770 -r - -v , we get Task: taskname not
>>> resolved.  This includes curation tasks that come out of box.
>>>
>>> We have also tried to move setting from the curate.cfg to local.cfg, but
>>> the same issue is occurring.
>>>
>>> Did anyone experience similar issue?
>>>
>>> Regards,
>>> Enes
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "DSpace Technical Support" group.
>>>
>> To unsubscribe from this group and stop receiving emails from it, send an
>>> email to dspace-tech...@googlegroups.com.
>>> To post to this group, send email to dspac...@googlegroups.com.
>>
>>
>>> Visit this group at https://groups.google.com/group/dspace-tech.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> Tim Donohue
>> Technical Lead for DSpace & DSpaceDirect
>> DuraSpace.org | DSpace.org | DSpaceDirect.org
>>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dsp

Re: [dspace-tech] Re: contact us page email issue

2018-03-22 Thread frank awu
It worked.

On 22 Mar 2018 2:59 pm, "Tim Donohue"  wrote:

> Hello,
>
> As you are using the XMLUI, it is possible that the old value is being
> cached in the UI (as the XMLUI does cache pages frequently).
>
> Try clearing the XMLUI Cache by doing the following:
> 1. Login as an Admin
> 2. Go to the "Administrative -> Control Panel" in the sidebar
> 3. Select the "Java Information" tab
> 4. On that tab, click the link near the bottom that says "Clear Cache
> Immediately"
>
> Once the XMLUI cache is cleared, if you refresh the page in your browser,
> the new value of the feedback.recipient should hopefully appear on the
> contact us page.
>
> Good luck,
>
> Tim
>
> On Thu, Mar 22, 2018 at 9:11 AM Flaky  wrote:
>
>> Please I already changed the value for "feedback.recipient" but what
>> appears in contact us page is still the default email -  dspace-
>> h...@myu.edu.
>>
>> My OS is linux
>> Dspace is version 5.5
>> XMLUI interface
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to dspace-tech+unsubscr...@googlegroups.com.
>> To post to this group, send email to dspace-tech@googlegroups.com.
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> Tim Donohue
> Technical Lead for DSpace & DSpaceDirect
> DuraSpace.org | DSpace.org | DSpaceDirect.org
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Re: contact us page email issue

2018-03-22 Thread Tim Donohue
Hello,

As you are using the XMLUI, it is possible that the old value is being
cached in the UI (as the XMLUI does cache pages frequently).

Try clearing the XMLUI Cache by doing the following:
1. Login as an Admin
2. Go to the "Administrative -> Control Panel" in the sidebar
3. Select the "Java Information" tab
4. On that tab, click the link near the bottom that says "Clear Cache
Immediately"

Once the XMLUI cache is cleared, if you refresh the page in your browser,
the new value of the feedback.recipient should hopefully appear on the
contact us page.

Good luck,

Tim

On Thu, Mar 22, 2018 at 9:11 AM Flaky  wrote:

> Please I already changed the value for "feedback.recipient" but what
> appears in contact us page is still the default email -  dspace-
> h...@myu.edu.
>
> My OS is linux
> Dspace is version 5.5
> XMLUI interface
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
Tim Donohue
Technical Lead for DSpace & DSpaceDirect
DuraSpace.org | DSpace.org | DSpaceDirect.org

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: contact us page email issue

2018-03-22 Thread Flaky
Please I already changed the value for "feedback.recipient" but what 
appears in contact us page is still the default email -  dspace-h...@myu.edu
. 

My OS is linux
Dspace is version 5.5
XMLUI interface

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Problemas con Ant update

2018-03-22 Thread Leidy Madroñero


Buenos días

Me encuentro modificando el archivo dspace.cfg y el archivo local.cfg En 
Dspace V. 6.2, ingreso con el usuario dspace y ejecuto en la terminal el 
comando: ant update pero obtengo un error por permiso denegado.

Adjunto la imagen a continuación



Agradezco su colaboración a este tema.

Saludos

Jessika


-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Is there a possibility to downgrade Dspace?

2018-03-22 Thread helix84
On Thu, Mar 22, 2018 at 1:49 PM,  wrote:

> Is there a possibility to downgrade Dspace 6.2 to Dspace-CRIS 5.8.1 ?
>

It would definitely be a completely or partially manual process. You can
see the upgrade migrations for postgres here:

https://github.com/DSpace/DSpace/tree/master/dspace-api/src/main/resources/org/dspace/storage/rdbms/sqlmigration/postgres

To downgrade, you would need to apply them "in reverse".

Of course, if there are any destructive operations, there's no way to
automatically reverse those. There's such an operation in the very first
migration: DROP VIEW community2item; You would need to find CREATE VIEW
community2item in one of the previous migrations (in this example, it's in
V1.1__Initial_DSpace_1.1_database_schema.sql).

I checked whether Flyway, the DB migration engine DSpace uses, supports
downgrades. It seems it does, subject to the limitations I mentioned. I
haven't tried it though and they mention it's available only in their Pro
edition which I don't have any experience with. In any case, the Flyway
route would only be a partial automation of the process.

https://flywaydb.org/documentation/faq#downgrade

Should you manage to downgrade the database successfully, you would
continue as per normal DSpace 5 installation instructions. Then you would
follow the DSpace-CRIS 5 installation instructions.



Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Is there a possibility to downgrade Dspace?

2018-03-22 Thread dspacerep
Is there a possibility to downgrade Dspace 6.2 to Dspace-CRIS 5.8.1 ?


-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: Problem in metadata uri identifier.

2018-03-22 Thread Brendow Adriel
I think the best way to me is change it by importation CSV file. Thank you 
for support!

Em quarta-feira, 21 de março de 2018 15:50:33 UTC-3, Brendow Adriel 
escreveu:
>
> DSpace:* 5.6v*
>
>
> metadata: *dc.identifier.uri*
>
> I found a inconsistency in metadata that do references an identifier uri. 
> After of a our necessity change IP / DNS of application.
>
> The our old configuration in *dspace.cfg *and others configuration files 
> the properties *HOST / URL / HANDLE *was something like this:
>
> *dspace.hostname *= www.dns.org
> *dspace.baseUrl* = http://www.dns.org
> *dspace.url *= http://www.dns.org
> *handle.canonical.prefix* = http://www.dns.org/handle/
>
> So we removed the prefix *www *after this change many metadata was 
> registred with *dc.identifier.uri:* with old value prefix *"www"*.
>
> It is possible solve this by indexation?
>
> Many metadata was collected by oai service, in this case.
>
> *External:*
> How this is dynamic the service can re-create the index of this 
> collections and create new metadata values, specific generating a new value 
> to dc.identifier.uri > based on new configs described. 
>
> *Internal Content:*
> I know that i can solves this manually exporting the metadata and removing 
> the value *www.  *
>
> So repeating. It is possible solve this by indexation/Solr indexs?
>
>
>
>
>
>
>
> Thank you for understanding
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Curation tasks on DSpace 6 stoped working

2018-03-22 Thread eneshukic via DSpace Technical Support
Hi Tim,

This happens on every curation task that I run on this machine.  For 
example:

dspace/bin/dspace curate -t requiredmetadata -i 123456789/3770 -r - -v
Adding task: requiredmetadata
Task: requiredmetadata not resolved
Starting curation
Curating id: 123456789/3770
Ending curation. Elapsed time: 576

The same command works on the other two machines and my test machine. It 
was working too on this machine for couple of months and it stopped. 
Configurations are the same on all instances. It looks like that this 
problem occurs while task is getting resolved in Curator.java.  

I have even tried to rebuild, but I get the same issue.  Is there anything 
else that I need to check (maybe at the OS level)?

Regards,
Enes

On Wednesday, March 21, 2018 at 8:24:01 PM UTC+1, Tim Donohue wrote:
>
> Hi Enes,
>
> I just did a basic test of Curation Tasks on our http://demo.dspace.org 
> server.  On that server, I ran the following on the commandline:
>
> [dspace]/bin/dspace curate -t checklinks -i 10673/5 -r - -v
>
> And, the "checklinks" curation task ran successfully on this item: 
> http://demo.dspace.org/xmlui/handle/10673/5 without any issues.
>
> So, I'm wondering if maybe it's a configuration error on your end, or if 
> only specific task(s) are failing.  But, we'd probably need you to send 
> more information to the mailing list in order to help diagnose the issue.  
> In any case, I'd recommend double checking that your curation task 
> configuration, perhaps comparing it the the out-of-the-box DSpace 6.x 
> version:
>
>
> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/modules/curate.cfg
>
> (And where the configuration exists shouldn't matter too much, but any 
> configurations in your local.cfg *will override* the settings in your 
> curate.cfg)
>
> - Tim
>
> On Wed, Mar 21, 2018 at 7:32 AM eneshukic via DSpace Technical Support <
> dspac...@googlegroups.com > wrote:
>
>> We have three DSpace 6 instances on CentOS 7.  On one instance, curation 
>> tasks are not working from either CLI, XMLUI or our custom forms. The 
>> configuration is the same on all three instances.  If we run dspace curate 
>> -t taskname -i 123456789/3770 -r - -v , we get Task: taskname not 
>> resolved.  This includes curation tasks that come out of box. 
>>
>> We have also tried to move setting from the curate.cfg to local.cfg, but 
>> the same issue is occurring.
>>
>> Did anyone experience similar issue?
>>
>> Regards,
>> Enes
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to dspace-tech...@googlegroups.com .
>> To post to this group, send email to dspac...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
> -- 
> Tim Donohue
> Technical Lead for DSpace & DSpaceDirect
> DuraSpace.org | DSpace.org | DSpaceDirect.org
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.