SDE - State ID error
In the Snap shot While deleting we found this error some time due State not found in the State table.
Ans : In that if you want to delete the version. Need to delete from back end using below Sql statement using SDE login
Sqlplus/nolog
Sql> Conn sde/sde@Databasename
Ans : In that if you want to delete the version. Need to delete from back end using below Sql statement using SDE login
Sqlplus/nolog
Sql> Conn sde/sde@Databasename
Sql> delete from versions where name='---------';
Version will be delete
Comments