I have this situation in my workplace's dspace installation. Most (if not
all) of the items have the dc.type metadata set, but it is only appearing
in a few instances. Check out these examples:
Shows dc.type: http://www2.senado.leg.br/bdsf/handle/id/190819?show=full
Does not show dc.type:
http://www2.senado.leg.br/bdsf/handle/id/443620?show=full
But the last item has the field set in the database.
SQL:
select m.* from metadatavalue m
inner join handle h on m.item_id = h.resource_id
where metadata_field_id = 66 and h.handle = 'id/443620';
Result:
"METADATA_VALUE_ID" "ITEM_ID" "METADATA_FIELD_ID" "TEXT_VALUE" "TEXT_LANG"
"PLACE" "AUTHORITY" "CONFIDENCE"
4409886 272094 66 "notÃcia de jornal" "pt_BR" 1 "" -1
4409887 272094 66 "text" "pt_BR" 2 "" -1
Is there a command I should run to update this? I ran
update-discovery-index -b yesterday, still no metadata showing.
Ats,
Alcides Carlos de Moraes Neto
"It is dangerous to be right when the government is wrong."
-Voltaire
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette