From: Mark S. H. <mh...@ug...> - 2005-07-19 04:24:47
|
ApiComplexa::DataLoad::Plugin::dbEST is the same as GUS::Community::Plugin::dbEST (recently renamed to LoadFromdbESTMirror.pm) except it reads from a remote database link to Penn's dbEST mirror. With GUS 3.5 it throws the error cannot insert NULL into ("DOTS"."NASEQUENCEIMP"."SEQUENCE_VERSION") This error is clear enough but this was not a problem in GUS 3.0 where sequence_version would always get set to '1'. Sequence_version doesn't seem to get set by dbEST so apparently there is some default assignment elsewhere. Checking a GUS3.0 Oracle instance, there appears to be a default value defined in the NaSequenceImp table definition that I don't have in my 3.5 instance. Does sequence_version need to be explicitly set by plugins for 3.5 or is my 3.5 NaSequenceImp table erroneously missing a default value for that column? -M |