<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ArcGIS.Core.Data.Table GetDefinition not working with postgres on Pro v3.2 in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1366070#M10977</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42133"&gt;@GKmieliauskas&lt;/a&gt; &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/488046"&gt;@GeoffY&lt;/a&gt; - Could you please elaborate on the repro steps or provide sample codes? I could not reproduce the case on my machine. Table.GetDefinition works fine for Postgres.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jan 2024 23:17:28 GMT</pubDate>
    <dc:creator>Aashis</dc:creator>
    <dc:date>2024-01-03T23:17:28Z</dc:date>
    <item>
      <title>ArcGIS.Core.Data.Table GetDefinition not working with postgres on Pro v3.2</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1365726#M10964</link>
      <description>&lt;P&gt;I am using the ArcGis Pro SDK 3.0.0.36056 on our latest Add-In.&lt;/P&gt;&lt;P&gt;To support some functionality I have been utilising&amp;nbsp;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:&lt;/P&gt;&lt;P&gt;The operation is not supported by this implementation.&lt;BR /&gt;at ArcGIS.Core.Data.Dataset.GetDefinitionHandle()&lt;BR /&gt;at ArcGIS.Core.Data.FeatureClass.CreateDefinition()&lt;BR /&gt;at ArcGIS.Core.Data.Table.GetDefinition()&lt;/P&gt;&lt;P&gt;Does anyone know if this is a breaking change for version 3.2+, or a bug?&lt;/P&gt;&lt;P&gt;Many Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 13:08:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1365726#M10964</guid>
      <dc:creator>GeoffY</dc:creator>
      <dc:date>2024-01-03T13:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS.Core.Data.Table GetDefinition not working with postgres on Pro v3.2</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1365731#M10965</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had similar issue with Database view on PostgreSql and registered case on Esri support site. It is still open.&lt;/P&gt;&lt;P&gt;Have you tried to install patch 3.2.1?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 13:21:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1365731#M10965</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2024-01-03T13:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS.Core.Data.Table GetDefinition not working with postgres on Pro v3.2</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1365757#M10966</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes I installed 3.2.1 to no avail. On a separate machine I tried recompiling using the 3.2 SDK and that made no difference. I know with a bit of effort I could code around the problem and avoid using this method altogether, but my worry is that there could be other functionality that is unsupported for Postgres with future Pro versions.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 14:18:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1365757#M10966</guid>
      <dc:creator>GeoffY</dc:creator>
      <dc:date>2024-01-03T14:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS.Core.Data.Table GetDefinition not working with postgres on Pro v3.2</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1365759#M10967</link>
      <description>&lt;P&gt;At first, we have made workaround for reading table fields from cursor instead of table definition.&lt;/P&gt;&lt;P&gt;We decided to go back to SDK 3.1 for the same reason as you worry.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 14:24:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1365759#M10967</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2024-01-03T14:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS.Core.Data.Table GetDefinition not working with postgres on Pro v3.2</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1365764#M10968</link>
      <description>&lt;P&gt;Yes, using the cursor for reading works well (at the moment). I was using it to get table field definitions, for a specific piece of functionality - will work my way around it another way.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully someone at Esri will respond to one of our posts to give us some insight into this and future breaking changes, so that we can plan in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 14:40:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1365764#M10968</guid>
      <dc:creator>GeoffY</dc:creator>
      <dc:date>2024-01-03T14:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS.Core.Data.Table GetDefinition not working with postgres on Pro v3.2</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1366070#M10977</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/42133"&gt;@GKmieliauskas&lt;/a&gt; &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/488046"&gt;@GeoffY&lt;/a&gt; - Could you please elaborate on the repro steps or provide sample codes? I could not reproduce the case on my machine. Table.GetDefinition works fine for Postgres.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 23:17:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1366070#M10977</guid>
      <dc:creator>Aashis</dc:creator>
      <dc:date>2024-01-03T23:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS.Core.Data.Table GetDefinition not working with postgres on Pro v3.2</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1366159#M10978</link>
      <description>&lt;P&gt;&lt;SPAN&gt;As I mentioned above, I have issue with database view not simple table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It worked fine in versions before 3.2.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Error: The operation is not supported by this implementation.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;using (Table viewTable = geodatabase.OpenDataset&amp;lt;Table&amp;gt;(viewName))
{
    var tableDefinition = viewTable.GetDefinition();
    // other code with tableDefinition
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached print screen of database view properties window.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 07:43:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1366159#M10978</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2024-01-04T07:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS.Core.Data.Table GetDefinition not working with postgres on Pro v3.2</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1366193#M10980</link>
      <description>&lt;P&gt;Similarly for me, the following worked before 3.2:&lt;/P&gt;&lt;DIV&gt;await QueuedTask.Run(() =&amp;gt;&lt;/DIV&gt;&lt;DIV&gt;{&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;try&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; using (ArcGIS.Core.Data.Table t = _geodatabase.OpenDataset&amp;lt;ArcGIS.Core.Data.Table&amp;gt;(tableName))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;TableDefinition td = t.GetDefinition();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;.....&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;catch&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; throw;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;});&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have also tried this against Pro v3.2.1, and against several versions of postgres (11.7, 13.6, 15.3). All fine at 3.1 but not at 3.2.&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 10:42:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1366193#M10980</guid>
      <dc:creator>GeoffY</dc:creator>
      <dc:date>2024-01-04T10:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS.Core.Data.Table GetDefinition not working with postgres on Pro v3.2</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1369396#M10998</link>
      <description>&lt;P&gt;Same problem, but with accessing a Query Feature Class with SQL Server.&amp;nbsp; I wrote the code using v3.2 against a feature class in a file geodatabase for quicker testing and that worked fine.&amp;nbsp; When I tried to move to production I got this same error with Table.GetDefintion().&lt;/P&gt;&lt;P&gt;ArcGIS.Core.Data.Exceptions.GeodatabaseGeneralException: The operation is not supported by this implementation.&lt;BR /&gt;---&amp;gt; System.Runtime.InteropServices.COMException (0x80040203): A syntax error occurred trying to evaluate a query string (0x80040203)&lt;BR /&gt;at ArcGIS.Core.Internal.IDatasetIOP.Dataset_GetDefinition(IntPtr datasetHandle)&lt;BR /&gt;at ArcGIS.Core.Data.Dataset.GetDefinitionHandle()&lt;BR /&gt;--- End of inner exception stack trace ---&lt;BR /&gt;at ArcGIS.Core.Data.Dataset.GetDefinitionHandle()&lt;BR /&gt;at ArcGIS.Core.Data.FeatureClass.CreateDefinition()&lt;BR /&gt;at ArcGIS.Core.Data.Table.GetDefinition()&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 04:48:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1369396#M10998</guid>
      <dc:creator>DaveFullerton</dc:creator>
      <dc:date>2024-01-12T04:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS.Core.Data.Table GetDefinition not working with postgres on Pro v3.2</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1374561#M11033</link>
      <description>&lt;P&gt;Same problem here, we are trying to access to Table.GetDefinition() and get the same error but with an Oracle database for us, the same code was working on 3.1 and not anymore on 3.2.&lt;/P&gt;&lt;P&gt;Ticket have been created on ESRI side with code to reproduce the issue, waiting an answer about that.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 18:29:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1374561#M11033</guid>
      <dc:creator>BryanTurcotte</dc:creator>
      <dc:date>2024-01-25T18:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS.Core.Data.Table GetDefinition not working with postgres on Pro v3.2</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1375261#M11041</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We have successfully replicated the issue and will release a resolution in the upcoming 3.2.2 patch.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 01:23:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1375261#M11041</guid>
      <dc:creator>Aashis</dc:creator>
      <dc:date>2024-01-29T01:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS.Core.Data.Table GetDefinition not working with postgres on Pro v3.2</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1375318#M11042</link>
      <description>&lt;P&gt;That's great news. Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 10:31:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-core-data-table-getdefinition-not-working/m-p/1375318#M11042</guid>
      <dc:creator>GeoffY</dc:creator>
      <dc:date>2024-01-29T10:31:02Z</dc:date>
    </item>
  </channel>
</rss>

