The error message, "Error 002136: The subnetwork field name already exists but does not match the expected field properties" is returned when running the Upgrade Dataset geoprocessing tool to upgrade a utility network.
上次发布: November 1, 2022ArcGIS Pro
漏洞 ID 编号
BUG-000152455
已提交
September 20, 2022
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
2.9.4
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The SUPPORTINGSUBNETWORKNAME field applied to all applicable domain classes has properties that do not match those expected by the system (on creating a Utility Network or upgrading a dataset). When the SUPPORTINGSUBNETWORKNAME field is created, isRequired must be -1 which means True, and isEditable must be 0, which means False. In this data, isRequired is 0 and isEditable is -1, which caused the failure. The SUPPORTINGSUBNETWORKNAME field is not created until Utility Network Version 5. Removing these fields from the various classes allows the upgrade to be run successfully from Utility Network Version 4 to Version 5, or 6 (which then re-adds the fields in a supported manner).