Bug ID Number |
BUG-000166799 |
Submitted | April 17, 2024 |
Last Modified | September 4, 2024 |
Applies to | ArcGIS Pro |
Version found | 3.1 |
Operating System | Windows OS |
Operating System Version | 11.0 64 bit |
Status | Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
|
Additional Information
Null values are being used to match to other Null values in the reproducible case. This condition produces no matches and so no rows are updated in the target dataset. This is expected. However, when no matches are found, the two unmatched input rows must be appended to the target. This latter behavior is a known bug in ArcGIS Pro 3.1.x that was addressed for Pro 3.2+.
Workaround
For updating target rows, the input and target match values must not be Null. Null values do not generate a match.
Steps to Reproduce