I am implementing a routine database maintenance task on an enterprise geodatabase.
While executing the "Repair Version Tables" Data Management Tool on the SDE connection, the task fails to implement and throws errors : "Attribute column not found".
Any insight as to what could be the reason for this and how this could be diagnosed and fixed.
Thank you.
Henok
Solved! Go to Solution.
Please, open a ticket with Esri Technical Support. This kind of error can be trick to resolve.
For example, if you make changes in the data model, e.g. added a new field, or dropped a field, and you did this directly in the database table using the RDBMS tools. In an enterprise geodatabase with traditional versioning enabled to add new fields and to drop fields, it must be done via ArcCatalog or ArcGIS Pro because a featureclass registered as versioned is in fact behind the scenes several tables, the Business Table the Adds Table and the Deletes Table.
Please, open a ticket with Esri Technical Support. This kind of error can be trick to resolve.
For example, if you make changes in the data model, e.g. added a new field, or dropped a field, and you did this directly in the database table using the RDBMS tools. In an enterprise geodatabase with traditional versioning enabled to add new fields and to drop fields, it must be done via ArcCatalog or ArcGIS Pro because a featureclass registered as versioned is in fact behind the scenes several tables, the Business Table the Adds Table and the Deletes Table.