From: Steve F. <sfi...@pc...> - 2006-04-26 17:09:14
|
sanjeev- the error you're getting is produced in the file $PROJECT_HOME/GUS/Model/lib/perl/GusRow.pm, in the method checkReadPermission(). GusRow is the superclass for all GUS objects. its not a very good error message. it seems to be saying that you don't have read permission for one of the NAFeatureImp children of the sequence you are trying to delete. take a look at that method to see what the logic there is. if, for example, a row in NAFeatureImp doesn't have other_read set to 1, then you might have permission problems. steve Kumar, Sanjeev wrote: >Hi, > I am trying to run "DeleteFromTable" plugin and getting following error >: > >"Insufficient permission to retrieve GUS::Model::DoTS::NAFeatureImp >Child of GUS::Model::DoTS::NASequenceImp >Table: Source >" >The requirement is to delete a old sequence record from the database. >I am using GUS3.5 > > >Any help to resolve this will be appreciated. > >Thanks >Sanjeev >Northrop Grumman > > >------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd_______________________________________________ >Gusdev-gusdev mailing list >Gus...@li... >https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev > > |