In ArcGIS Runtime SDK for .NET, the IdentifyLayerResult provides an exception, "The item to be created already exists in the database." (HResult is: -2146233088) at the sublayer label of the MapService.
上次发布: November 27, 2018ArcGIS Runtime SDK
漏洞 ID 编号
BUG-000115405
已提交
July 17, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS Runtime SDK
找到的版本
100.3
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This error is caused is a mismatch between the field data type and domain data type. The table/featureclass `MiscValve` in the database has a field `MAINTYPE` which is datatype Text, but the domain assigned to the field is `D_MainType` which is for Integer field types. This issue can be resolved by choosing a domain type that matches the field data type in the Geodatabase design/schema. Note ArcMap and ArcGIS Pro should prevent this situation occurring through the UI and we will follow up to ensure that workflow is adequately protected through both the UI and programmatic usage. In ArcGIS Runtime we aim to provide a more meaningful error message in future when this mismatch occurs.