Analyze operation in ArcCatalog on versioned feature class is creating a table lock that persists even after the operation is completed.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM034180
Submitted
April 11, 2008
Last Modified
April 2, 2025
Applies to
No Product Found
Version found
9.2
Status
Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
Additional Information
No Public Explanation
Workaround
1- Refresh of the connection takes care of it. 2- Analyze be performed outside of arccatalog by using the 'sdetable -o update_dbms_stats' command. 3- A separate analyze command could be created and customized for ArcCatalog to run on selected objects.4- Analyze could be done using sql at the database level or from a command in arcobjects to execute sql.