| Bug ID Number |
BUG-000170384 |
| Submitted | August 29, 2024 |
| Last Modified | October 4, 2024 |
| Applies to | ArcGIS Pro |
| Version found | 3.1.7 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
Mobile geodatabases are not supported by design. The null geometries are perfectly legitimate if the column allows NULLs. Check geometry tool checks for errors that cannot exist in a mobile geodatabase. Any null geometries would be by design and added intentionally.
Workaround
Perform a query with Shape 'is null' for the Where clause.
Steps to Reproduce