From: Junmin L. <ju...@pc...> - 2005-11-22 20:19:04
|
It is kind of strange that plugin tries to query out extDBRelId based on id_url and version number. Juan, the whole deal about this is to get "external_database_release_id" for "MGED ontology version 1.2.0", so you should have the followings in your SRes. sres.externaldatabase.name="MGED ontology", sres.externaldatabaserelease has FK to the above entry. sres.externaldatabaserelease.version="1.2.0" A quick way to solve this is to simply comment out the code to get $extDbRelId for MO in the plugin, hard-code it with your sres.externaldatabaserelease.external_database_release_id. Then run it. --junmin On Tue, 22 Nov 2005, Juan Carlos Perin wrote: > $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 > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. Get Certified Today > Register for a JBoss Training Course. Free Certification Exam > for All Training Attendees Through End of 2005. For more info visit: > http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click > _______________________________________________ > Gusdev-rad-issues mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-rad-issues > |