Select to view content in your preferred language

Issue with Applying Symbology from Layer

300
4
06-04-2025 10:44 AM
afielder02
Emerging Contributor

Hi All,

I am having an issue with the "Apply Symbology from Layer" tool. I have been creating symbology for two "Big Integer" fields and have no issue creating and exporting the symbology as a layer file, but when it comes to testing the layer file and importing it, it no longer recognizes the big integer fields. I have had no problem with other data types, just this one in particular. I think it might be a bug as almost all my problems come from the big integer type. 😇

Any help would be greatly appreciated! 

0 Kudos
4 Replies
DanPatterson
MVP Esteemed Contributor

Do you really need big integer fields?

ArcGIS field data types—ArcGIS Pro | Documentation

Add a new field of the appropriate type for your integer data's range and use the field calculator to copy the values over, then try creating the symbology layer.  (perhaps start with short or long integer).

If you really need big integer, then report it as a bug since there is no publically facing issue relating to this issue


... sort of retired...
0 Kudos
afielder02
Emerging Contributor

Hi Dan, the choice in field type is not up to me, so I'll report it as a bug. I don't know the reason why it was decided to be big integer considering the data housed in that field. Thanks!

0 Kudos
DanPatterson
MVP Esteemed Contributor

The integer data range is... (-9007199254740991) and (9007199254740991)

aka -2^53 -1 to 2^53 -1

and the warning that some applications don't support big integer data... perhaps a revisit may be in order if the data range possible isn't going to be used.  But a report of the issue may evoke an explanation at least


... sort of retired...
0 Kudos
afielder02
Emerging Contributor

Workaround - when adding the symbology, hit the remove button (red x) and then run the tool, it will work without issue. 

Screenshot 2025-07-12 105033.png

0 Kudos