漏洞 ID 编号 |
BUG-000162224 |
已提交 | October 19, 2023 |
上次修改时间 | April 28, 2025 |
适用范围 | ArcGIS Pro |
找到的版本 | 2.9.9 |
操作系统 | Windows OS |
操作系统版本 | N/A |
状态 | Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
The failure happens because the feature classes in the provided database are using the older system SDE_GEOMETRY tables for storage. Feature classes created in ArcGIS 10.5 and higher have a new column in the business table called GDB_GEOMATTR_DATA. It stores geometry attributes such as true curves, circular arcs, point IDs, multi-patch shapes, etc. Run the Migrate Storage geoprocessing tool to move the geometry attributes from these side tables and into the business table, then enable branch versioning.
解决办法
Use the Migrate Storage geoprocessing tool, keep the same storage type and enable branch versioning.
重现步骤