Select to view content in your preferred language

ArcGIS.Core.Data.Table GetDefinition not working with postgres on Pro v3.2

2692
11
01-03-2024 05:08 AM
GeoffY
by
Emerging Contributor

I am using the ArcGis Pro SDK 3.0.0.36056 on our latest Add-In.

To support some functionality I have been utilising ArcGIS.Core.Data.Table GetDefinition method. This fails when the add-in is used with Pro v3.2, and Postgres. I have tried different versions of postgres and all have the same error:

The operation is not supported by this implementation.
at ArcGIS.Core.Data.Dataset.GetDefinitionHandle()
at ArcGIS.Core.Data.FeatureClass.CreateDefinition()
at ArcGIS.Core.Data.Table.GetDefinition()

Does anyone know if this is a breaking change for version 3.2+, or a bug?

Many Thanks.

 

11 Replies
Aashis
by Esri Contributor
Esri Contributor

We have successfully replicated the issue and will release a resolution in the upcoming 3.2.2 patch.

GeoffY
by
Emerging Contributor

That's great news. Thanks.

0 Kudos