From: Juan C. P. <bi...@ge...> - 2005-11-22 19:26:28
|
$extDbUri is hard coded in insertontologyentry.pm to: http://mged.sourceforge.net/ontologies/MGEDOntology.daml The query fails because its looking at id_url in sres.externaldatabaserelease and trying to match the URL with this ID which is set to a number not the hard-coded URL above. So loading StudyOntologyEntrydum_1.0.0.tab fails. I don't know if this is my error. I could either forcefully change the value of url_id to http://mged.etc... Or change the hard coded value in the module to the associated number for the external database release value. I don't see a way to specify this value when inserting the external database values. Juan |