Warning: Unable to perform SE_layer_alter operation. (Continuing):SDE_ERROR_CODE(-20) Layer not found(Table: 'TAMISADMIN.T_TRANSMISSIONSTRUCTURE' may be in use.)
I have two pipelines off a Feature Merger, and I'm testing just one (I have the connection disabled for the other one.). I'm reading from ESRI using the SDE30 reader and writing to an SDE30 table, T_TRANSMISSIONSTRUCTURE. and i'm updating the data in table, so my writer mode = UPDATE.
I have a 2nd writer to the same database with the same T_TRANSMISSIONSTRUCURE feature class. on this writer/feature class i'm inserting records.
Could the error be related to the existance of the same feature class being accessed in this translation?
Sarah