<?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: can't create JSONConverterGdb object in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/can-t-create-jsonconvertergdb-object/m-p/92060#M2417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL class=""&gt;&lt;LI class=""&gt;&lt;DIV class=""&gt;Constructs a JSONConverterGdb using ArcGIS Engine.&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jan 2019 11:07:35 GMT</pubDate>
    <dc:creator>AndriusŽilys</dc:creator>
    <dc:date>2019-01-14T11:07:35Z</dc:date>
    <item>
      <title>can't create JSONConverterGdb object</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/can-t-create-jsonconvertergdb-object/m-p/92057#M2414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't create JSONConverterGdb object in ArcEngine SDK for Java&amp;nbsp; with 10.4.1 version. It gives AutomationException error ("0x80004002 - No such interface supported" when I create method. you can see my code sample below,&lt;BR /&gt;&amp;nbsp;my development environment is java (jdk 1.7). What is the problem? How can I solve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;IJSONReader jsonReader = new JSONReader();&lt;BR /&gt;jsonReader.readFromString(jsonString);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;//It gives AutomationException error at this line, How can I create this object. I saw .net samples, it seems working&lt;/STRONG&gt; &lt;BR /&gt;&lt;STRONG&gt;IJSONConverterGdb jSONConverterGdb = new JSONConverterGdb();&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IPropertySet originalToNewFieldMap[] = null;&lt;BR /&gt;IRecordSet recorset[] = null;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jSONConverterGdb.readRecordSet(jsonReader, null, null, recorset,&amp;nbsp; originalToNewFieldMap);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;//StackTrace Log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;AutomationException: 0x80004002 - No such interface supported&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.esri.arcgis.interop.NativeObjRef.initNative(Native Method)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.esri.arcgis.interop.NativeObjRef.init(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.esri.arcgis.interop.NativeObjRef.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.esri.arcgis.interop.Dispatch.createDispatch(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.esri.arcgis.interop.Dispatch.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.esri.arcgis.system.IExternalSerializerProxy.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.esri.arcgis.system.IJSONSerializerProxy.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.esri.arcgis.geodatabase.JSONConverterGdb.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.esri.arcgis.geodatabase.JSONConverterGdb.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.uniyaz.flexgis.core.JsonUtils.fromJson(JsonUtils.java:180)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2017 11:46:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/can-t-create-jsonconvertergdb-object/m-p/92057#M2414</guid>
      <dc:creator>UmutZaim</dc:creator>
      <dc:date>2017-07-28T11:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: can't create JSONConverterGdb object</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/can-t-create-jsonconvertergdb-object/m-p/92058#M2415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have same issue in .NET SDK for ArcGIS Server 10.3.1. We you able to find a solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 20:55:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/can-t-create-jsonconvertergdb-object/m-p/92058#M2415</guid>
      <dc:creator>RobWaller</dc:creator>
      <dc:date>2017-08-02T20:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: can't create JSONConverterGdb object</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/can-t-create-jsonconvertergdb-object/m-p/92059#M2416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob;&lt;BR /&gt;I still have not resolved this issue but it has worked when I implement same code with &lt;SPAN style="background-color: #ffffff;"&gt;ArcEngine SDK for&lt;/SPAN&gt; .Net&amp;nbsp;10.4.1. you can try to use with this version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 13:11:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/can-t-create-jsonconvertergdb-object/m-p/92059#M2416</guid>
      <dc:creator>UmutZaim</dc:creator>
      <dc:date>2017-08-03T13:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: can't create JSONConverterGdb object</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/can-t-create-jsonconvertergdb-object/m-p/92060#M2417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL class=""&gt;&lt;LI class=""&gt;&lt;DIV class=""&gt;Constructs a JSONConverterGdb using ArcGIS Engine.&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2019 11:07:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/can-t-create-jsonconvertergdb-object/m-p/92060#M2417</guid>
      <dc:creator>AndriusŽilys</dc:creator>
      <dc:date>2019-01-14T11:07:35Z</dc:date>
    </item>
  </channel>
</rss>

