Bug ID Number |
NIM001369 |
Submitted | March 2, 2006 |
Last Modified | June 5, 2024 |
Applies to | No Product Found |
Version found | 9.2 |
Status | Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
|
Description
It is possible to programmatically register a geometric network feature class as versioned while all other network feature classes remaining unversioned. Using the RegisterAsVersioned method on a single network feature class does not propagate through the geometric network and its participating feature classes.
This mixed environment can lead to inconsistencies in the geometric network.
Note:
The recommended use of RegisterAsVersioned is at the feature dataset level rather than at the individual feature class level. This workflow is exposed by default through the user interface in ArcCatalog.
Cause
This mixed state can be achieved by using RegisterAsVersioned on a single geometric network feature class as opposed to the feature dataset containing the geometric network.
Workaround
Select an option below:
- Register the feature dataset containing the geometric network as versioned. This alleviates any possibility of placing the geometric network in a mixed state.
- If registering the entire dataset is not an option, it is then recommended that the geometric network itself is registered as versioned.
Steps to Reproduce