Select to view content in your preferred language

Merge after Field Mapping works in Pro 3.1, broken in 3.3

201
2
Jump to solution
a week ago
PaulCone2
Frequent Contributor

I have a Python script that field maps a handful of polygon layers and then merges them.  I run this script a couple of times a year.  Recently I went to run it and am getting an error message about a field not being found.  I didn't recall changing the script, so after adding some debugging code but not getting anywhere I started thinking that something had changed with the input data.  I confirmed it had not and then yesterday the light went on that it might be due to upgrading Pro.  Last time I ran it in April it was under 3.1 but recently I upgraded to 3.3.  I just reverted back to 3.1 and now it's working again.

I can provide the code and the data but before I do that, I'm wondering if there have been any changes to the way the FieldMap() and Merge() tools work that could be causing this.  

(We won't be upgrading to 3.5 until we upgrade ArcGIS Enterprise to 11.5 in early November.)

0 Kudos
1 Solution

Accepted Solutions
DanPatterson
MVP Esteemed Contributor

Is this it? found in 3.3.x, a workaround is provided and it was fixed in 3.5

BUG-000171352 for ArcGIS Pro


... sort of retired...

View solution in original post

0 Kudos
2 Replies
DanPatterson
MVP Esteemed Contributor

Is this it? found in 3.3.x, a workaround is provided and it was fixed in 3.5

BUG-000171352 for ArcGIS Pro


... sort of retired...
0 Kudos
PaulCone2
Frequent Contributor

Thank you @DanPatterson !

0 Kudos