Hi
I have a very strange exception in my very simple C# code. I'm trying to insert polygon features in a feature class and everything is working perfectly until I create an attribute rules calling a sequence on a field on creation.
What is really strange is the exception since I get an ArcGIS.Core.Data.Exceptions.GeodatabaseEnterpriseException
'A database level I/O error occurred. Reason: Underlying DBMS error [ERROR: Geometry type (MultiPolygon) does not match column type (Polygon) (s100ed6.s101.geoms)::SQLSTATE=22023]'
If I disable the attribute rule everything is working again.
Creating features directly in ArcGIS PRO works perfectly and the sequence is updating the field as expected.
I would really appreciate any feedback on this topic 🙂
Best regards
Jens