Numéro d’ID de bogue |
BUG-000166799 |
Envoi | April 17, 2024 |
Dernière modification | September 4, 2024 |
S’applique à | ArcGIS Pro |
Version trouvée | 3.1 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 11.0 64 bit |
Statut | Non-Reproducible
Ce problème n’a pas pu être reproduit au cours des tests réalisés par l’équipe de développement. Ce statut peut être attribué aux problèmes qui sont impossibles à reproduire ou qui ne sont plus d’actualité dans une version de développement du logiciel, alors qu’aucun correctif spécifique n’a été installé pour résoudre le problème. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
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+.
Solution de contournement
For updating target rows, the input and target match values must not be Null. Null values do not generate a match.
Étapes pour reproduire