<?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: Writing to Enterprise database fails with error '-2147216035' in ArcGIS Data Interoperability Ques.</title>
    <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/writing-to-enterprise-database-fails-with-error/m-p/1414690#M249</link>
    <description>&lt;P&gt;Tom, if you have remaining errors please open a support call.&lt;/P&gt;&lt;P&gt;My guess is the geometry type suffix is an artifact of the reader not knowing the input geometry type, workspace generation will automatically create one (geometry named) feature type per input in those cases.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Apr 2024 13:24:31 GMT</pubDate>
    <dc:creator>BruceHarold</dc:creator>
    <dc:date>2024-04-24T13:24:31Z</dc:date>
    <item>
      <title>Writing to Enterprise database fails with error '-2147216035'</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/writing-to-enterprise-database-fails-with-error/m-p/1414574#M247</link>
      <description>&lt;P&gt;I am trying to write to on of my Enterprise databases without success.&lt;/P&gt;&lt;P&gt;The error message is.&amp;nbsp;The error number from ArcObjects is: '-2147216035'. The error message from ArcObjects is: This geodatabase does not support this client or operation.&lt;/P&gt;&lt;P&gt;The Geodatabase_SDE writer is set to dynamic schema definition, feature class name is set to fme_feature_type, and geometry type is set to 'from schema definition'... the usual settings one would do to write data with different schemas.&lt;/P&gt;&lt;P&gt;I can see that the name for the feature class to be written is in fact of the following structure: [fme_feature_type]_[geometry type].&lt;/P&gt;&lt;P&gt;That puzzles me quite a bit since the setting for the writer clearly is to use only fme_feature_type.&lt;/P&gt;&lt;P&gt;The other thing that bothers me is, the message that the geodatabse does not support this client or operation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using ArcGIS Pro 3.2.1 and the database is in version 10.9.0.2.7 on an MSSQL server.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 07:05:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/writing-to-enterprise-database-fails-with-error/m-p/1414574#M247</guid>
      <dc:creator>TomGeo</dc:creator>
      <dc:date>2024-04-24T07:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Writing to Enterprise database fails with error '-2147216035'</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/writing-to-enterprise-database-fails-with-error/m-p/1414624#M248</link>
      <description>&lt;P&gt;The solution for the error of&amp;nbsp;&lt;EM&gt;This geodatabase does not support this client or operation.&amp;nbsp;&lt;/EM&gt;seems to be the database version I was trying to write to.&lt;/P&gt;&lt;P&gt;Since 10.9 versions does not know about datatypes like &lt;EM&gt;date_only&lt;/EM&gt;, and I added an attribute of date_only to the schema the writing part failed.&lt;/P&gt;&lt;P&gt;The suffix of _[geometry type] to the feature class name in the database seems to be a bug.&lt;/P&gt;&lt;P&gt;I am reading the input data from a zipped geopackage, and FME shows the geopackage_type as &lt;EM&gt;geopackage_polygon&lt;/EM&gt;. In my case, the fme_feature_type would be &lt;EM&gt;lakes&lt;/EM&gt;, and the resulting name of the feature class is &lt;EM&gt;lakes_polygon&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;I tried to circumvent the suffix, fishing with a regular expression for possible parts, separated by an underscore - to no avail.&lt;BR /&gt;Since the feature information in the Workbench do show fme_feature_type with a value of &lt;EM&gt;lakes&lt;/EM&gt;, right until the Geodatabase_SDE writer, and even setting the regex in the settings of the writer shows no effect, I assume it is a bug within the writer.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TomGeo_0-1713957807354.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101970i1D4D961AD083DC8C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TomGeo_0-1713957807354.png" alt="TomGeo_0-1713957807354.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The suffix is also shown when using the Geodatabase_File writer...&lt;BR /&gt;&lt;BR /&gt;After the attempt to write the data into a file geodatabase, and getting the same result as with the enterprise database, I renamed the feature class in the file geodatabase by deleting the suffix.&lt;/P&gt;&lt;P&gt;Then I read the file geodatabase in the same workspace, and used the same dynamic writer to the enterprise database as I used before... this time the name of the resulting feature class in the enterprise database did not receive any suffix and is simply called &lt;EM&gt;lakes&lt;/EM&gt;, as expected.&lt;/P&gt;&lt;P&gt;In the end I used the SchemaScanner, and for good measure I left the regex in the writer settings for the feature class name.&lt;/P&gt;&lt;P&gt;I am using the Data Interoperability Workbench in version 2023.1.1.1, build 23636&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 12:04:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/writing-to-enterprise-database-fails-with-error/m-p/1414624#M248</guid>
      <dc:creator>TomGeo</dc:creator>
      <dc:date>2024-04-24T12:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Writing to Enterprise database fails with error '-2147216035'</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/writing-to-enterprise-database-fails-with-error/m-p/1414690#M249</link>
      <description>&lt;P&gt;Tom, if you have remaining errors please open a support call.&lt;/P&gt;&lt;P&gt;My guess is the geometry type suffix is an artifact of the reader not knowing the input geometry type, workspace generation will automatically create one (geometry named) feature type per input in those cases.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 13:24:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/writing-to-enterprise-database-fails-with-error/m-p/1414690#M249</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2024-04-24T13:24:31Z</dc:date>
    </item>
  </channel>
</rss>

