Select to view content in your preferred language

Cannot add integer attribute to a feature

214
4
07-11-2025 12:07 AM
Labels (2)
MilošKrstić
New Contributor

When I try to add feature with integer attribute that is not null I get following error

[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: ArcGISException: code=3002; Geodatabase da...

FeatureTableColumnConstants.poiRestrictionPermanent: 1

 


I double checked on ESRI web and filed type is Integer

0 Kudos
4 Replies
MilošKrstić
New Contributor

Full Error: Unhandled Exception: ArcGISException: code=3002; Geodatabase data type mismatch.; restriction_permanent has an incorrect value. Encountered on feature with ID of -9223372036854775808.

0 Kudos
Kevin_Mueller
Esri Contributor

Hello,

In the feature service you are editing, what kind of integer is the attribute. Is it a Small Integer (32 bit) or a Big Integer (64 bit)?

Thank you,

Kevin Mueller

0 Kudos
Kevin_Mueller
Esri Contributor

Thank you for bringing this issue to our attention. We have identified the problem, and we're working on a fix.

0 Kudos
JenMerritt
Esri Contributor

Thanks again for reporting this issue. We have fixed this in our latest release - 200.8. More information is available in our release notes.

0 Kudos