Hi Lucas, I suspect your "handle.canonical.prefix" configuration may be misconfigured. This is the configuration DSpace uses to determine what URL to store in your "dc.identifier.uri" field. Normally it is set to "[your-url]/handle/", for example: https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/dspace.cfg#L227
So, first, you should ensure that is set to the proper value. Unfortunately, changing that setting will *not* automatically update all your existing "dc.identifier.uri" fields to have the correct URL. To do that, you'll likely want to use DSpace's "batch metadata editing" tool: https://wiki.duraspace.org/display/DSDOC6x/Batch+Metadata+Editing That tool will let you export the metadata fields of all (or some) of your Items to a CSV spreadsheet. You can then use an editor like Microsoft Excel to quickly change/correct the "dc.identifier.uri" field for all Items that need it, and reimport the CSV spreadsheet. That will ensure all your existing "dc.identifier.uri" fields get updated (and will automatically reindex these items so they appear properly in your system). Hopefully that helps, but let us know on this list or via one of the other Support options if you need more help: https://wiki.duraspace.org/display/DSPACE/Support - Tim On Wed, Oct 24, 2018 at 10:06 AM Lucas angelo <[email protected]> wrote: > Dear colleagues, I have a problem, I am collecting metadata from an > external dspace and I noticed that the metadata dc.uri is in error, for > example the url http://repositorio.enap.gov.br/1/1210 is missing the > handle , the certain would be http://repositorio.enap.gov.br/handle/1/1210 > can I fix this problem just by running index-discovery ???? > > Thanks in advance for your colleagues. > > -- > All messages to this mailing list should adhere to the DuraSpace Code of > Conduct: https://duraspace.org/about/policies/code-of-conduct/ > --- > You received this message because you are subscribed to the Google Groups > "DSpace Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-community. > For more options, visit https://groups.google.com/d/optout. > -- Tim Donohue Technical Lead for DSpace & DSpaceDirect DuraSpace.org | DSpace.org | DSpaceDirect.org -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-community. For more options, visit https://groups.google.com/d/optout.
