I am upgrading to dspace 5 from 1.8

I have ip authentication enabled but the system does not recognize the ip group
It looks in the metadata table with


DEBUG org.dspace.storage.rdbms.DatabaseManager @ Running query "select * from 
epersongroup e LEFT JOIN metadatavalue m on (m.resource_id = e.eperson_group_id 
and m.resource_type_id = ? and m.metadata_field_id = ?) where  
dbms_lob.substr(m.text_value) = ?"  with parameters: 6,64,Princeton_IPs

Looking into my database I see that there is not a single  metadatvalue for 
resource type 6.
I am fairly convinced I could ‘fix’ this by copying values from the 
EPERSONGROUP table to the metadata value table. Is that what I should do ?
Does anybody have a handy UPDATE SQL statement ready to go  ?

Monika



________________
Monika Mevenkamp
phone: 609-258-4161
Lewis Library,Washington Road and Ivy Lane, Princeton University, Princeton, NJ 
08544


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to