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

Bug

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

Zuletzt veröffentlicht: October 26, 2017 ArcSDE/Enterprise Geodatabase
Bug-ID-Nummer BUG-000107345
EingereichtAugust 14, 2017
Zuletzt geändertJune 5, 2024
Gilt fürArcSDE/Enterprise Geodatabase
Gefunden in Version10.3
BetriebssystemWindows OS
Betriebssystemversion7.0 64 Bit
StatusWill Not Be Addressed

Zusätzliche Informationen

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)

Schritte zur Reproduzierung

Bug-ID: BUG-000107345

Software:

  • ArcSDE/Enterprise Geodatabase

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln