Hi, I have some PERL DBI scripts that I run on a daily basis to pull information from the DSpace postgres database. After going to DSpace 6.2, I am seeing some problems. The first one, I encountered was a script that executed: select text_value from metadatavalue where metadata_field_id=66 and resource_id=$value; This line failed and I discovered that resource_id is no longer part of the metadatavalue table. Instead there is a uuid type field called "dspace_object_id". I am not familiar with "uuid" type fields. I see that the just substituting the resource_id value for dspace_object_id won't work. Can someone help me in figuring out this change? Thanks!
-- *************************** George Kozak Digital Library Specialist Cornell University Library - IT 218 Olin Library Cornell University Ithaca, NY 14853 607-255-8924 [email protected] -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
