Workspace containing datasets private static void RebuildIndexes(IEnumDataset enumDataset) { IDataset dataset; enumDataset.Reset(); while ((dataset = enumDataset.Next()) != null) { ///Filter for ownership here (does the schema match the connected user)"/>
laptop and a wrench

漏洞

Rebuilding the database index using ArcObjects script affects tables not owned by the user running the tool.

上次发布: October 26, 2017 ArcSDE/Enterprise Geodatabase
漏洞 ID 编号 BUG-000107345
已提交August 14, 2017
上次修改时间June 5, 2024
适用范围ArcSDE/Enterprise Geodatabase
找到的版本10.3
操作系统Windows OS
操作系统版本7.0 64 Bit
状态Will Not Be Addressed

附加信息

The coarse grained API (Geoprocessing tool) is built with the fine grained API (ArcObjects) however business decisions are made in the API implementation. This means that for user written fine grained code, they must make the same decisions. In this case the difference in the sample is that the user defined function does not filter the table by the connected user to ownership. /// Rebuild indexes for datasets that are not relationship classes (ie. tables, feature classes, ...) /// /// Workspace containing datasets private static void RebuildIndexes(IEnumDataset enumDataset) { IDataset dataset; enumDataset.Reset(); while ((dataset = enumDataset.Next()) != null) { ///Filter for ownership here (does the schema match the connected user)

重现步骤

漏洞 ID: BUG-000107345

软件:

  • ArcSDE/Enterprise Geodatabase

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项