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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動