The mobile geodatabase table views recognize the ObjectIDs as Long (in ArcGIS Pro 2.9.5) or Big Integer (in ArcGIS Pro 3.3.1 and 3.3.2), instead of the expected ObjectID data type.
ArcGIS Pro
漏洞 ID 编号
BUG-000171002
已提交
September 25, 2024
上次修改时间
May 26, 2025
适用范围
ArcGIS Pro
找到的版本
3.3.1
操作系统
Windows OS
操作系统版本
N/A
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
Mobile geodatabase views are not automatically registered with the geodatabases (file geodatabase views are registered internally, an implementation detail). This means that the view has a field named ObjectID that might reference a registered table's esriFieldTypeObjectID, but it is only seen as what the underlying database has without the registered class's metadata. The view can be registered with the geodatabase to see the field as esrifFieldTypeObjectID.