<?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: Fail to open table with -2147024809 (Invalid function arguments) return code in File Geodatabase API Questions</title>
    <link>https://community.esri.com/t5/file-geodatabase-api-questions/fail-to-open-table-with-2147024809-invalid/m-p/323702#M542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We re-projected the data from HARN to UTM and now it's working!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the API supposed to work with the HARN projection or is there something wrong with our data?&amp;nbsp; Should the API work with all projections?&amp;nbsp; Sorry if I missed any limitations mentioned in the documentation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2012 15:15:58 GMT</pubDate>
    <dc:creator>JeffRogholt</dc:creator>
    <dc:date>2012-06-08T15:15:58Z</dc:date>
    <item>
      <title>Fail to open table with -2147024809 (Invalid function arguments) return code</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/fail-to-open-table-with-2147024809-invalid/m-p/323697#M537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;blI have a fgdb which I converted to V10 from 9.3. I am able to open the database, but the tables all return the code -2147024809 (Invalid function arguments) when I try to open them. I was able to open them with one of the earlier beta versions. I can list all of the tables, just not open them. Of course, the tables work fine in ArcMap. Is this possibly a XML issue. I see that this code is returned when creating a table with non-complient XML.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 19:59:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/fail-to-open-table-with-2147024809-invalid/m-p/323697#M537</guid>
      <dc:creator>JeffreySmith1</dc:creator>
      <dc:date>2012-03-30T19:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to open table with -2147024809 (Invalid function arguments) return code</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/fail-to-open-table-with-2147024809-invalid/m-p/323698#M538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm running into the same problem.&amp;nbsp; Did you find a solution?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 13:42:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/fail-to-open-table-with-2147024809-invalid/m-p/323698#M538</guid>
      <dc:creator>JeffRogholt</dc:creator>
      <dc:date>2012-06-06T13:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to open table with -2147024809 (Invalid function arguments) return code</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/fail-to-open-table-with-2147024809-invalid/m-p/323699#M539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What 10.0 sp did you use to perform the upgrade? What version of the API. I upgraded a 9.3 geodatabase and was able to open tables with the 1.2 version of the API. Were yo using the VS2008 or vs2010 version of the API?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 14:18:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/fail-to-open-table-with-2147024809-invalid/m-p/323699#M539</guid>
      <dc:creator>LanceShipman</dc:creator>
      <dc:date>2012-06-06T14:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to open table with -2147024809 (Invalid function arguments) return code</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/fail-to-open-table-with-2147024809-invalid/m-p/323700#M540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had to do some digging to get the history of this geodatabase.&amp;nbsp; My situation is a little different than the original post.&amp;nbsp; The data started in a 9.3 personal geodatabase.&amp;nbsp; Upgraded to 10.0 using SP 4.&amp;nbsp; Imported the table into a file geodatabase.&amp;nbsp; We're using API v1.2 for VS 2010.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here are the details of the Stack Trace from the exception:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at Esri.FileGDB.Geodatabase.OpenTable(String path) in f:\\filegdb_api\\src\\esri.filegdbapi.\\geodatabase.cpp:line 232\r\n&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 13:49:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/fail-to-open-table-with-2147024809-invalid/m-p/323700#M540</guid>
      <dc:creator>JeffRogholt</dc:creator>
      <dc:date>2012-06-07T13:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to open table with -2147024809 (Invalid function arguments) return code</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/fail-to-open-table-with-2147024809-invalid/m-p/323701#M541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Upgrading a ArcGIS 9.3 personal geodatabase to 10.0 and then copying the data to a 10.0 file geodatabase I was still able to open a table without any problems. Were there any errors when you upgraded the personal geodatabase?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 22:23:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/fail-to-open-table-with-2147024809-invalid/m-p/323701#M541</guid>
      <dc:creator>LanceShipman</dc:creator>
      <dc:date>2012-06-07T22:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to open table with -2147024809 (Invalid function arguments) return code</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/fail-to-open-table-with-2147024809-invalid/m-p/323702#M542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We re-projected the data from HARN to UTM and now it's working!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the API supposed to work with the HARN projection or is there something wrong with our data?&amp;nbsp; Should the API work with all projections?&amp;nbsp; Sorry if I missed any limitations mentioned in the documentation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 15:15:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/fail-to-open-table-with-2147024809-invalid/m-p/323702#M542</guid>
      <dc:creator>JeffRogholt</dc:creator>
      <dc:date>2012-06-08T15:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to open table with -2147024809 (Invalid function arguments) return code</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/fail-to-open-table-with-2147024809-invalid/m-p/323703#M543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In general, any projection supported by ArcGIS is also supported in the FileGDB API.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, the API cannot support custom projections due to the fact that the API does not have access to the Projection Engine.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is your HARN projection a custom projection?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 15:35:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/fail-to-open-table-with-2147024809-invalid/m-p/323703#M543</guid>
      <dc:creator>DavidSousa</dc:creator>
      <dc:date>2012-06-08T15:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to open table with -2147024809 (Invalid function arguments) return code</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/fail-to-open-table-with-2147024809-invalid/m-p/323704#M544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It does look like a custom projection.&amp;nbsp; I'm new to the GIS industry and the API has worked for all of the other customer files so I think it's safe to say it's custom.&amp;nbsp; Thanks for all the time and help lshipman and dsousa.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 17:48:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/fail-to-open-table-with-2147024809-invalid/m-p/323704#M544</guid>
      <dc:creator>JeffRogholt</dc:creator>
      <dc:date>2012-06-08T17:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to open table with -2147024809 (Invalid function arguments) return code</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/fail-to-open-table-with-2147024809-invalid/m-p/323705#M545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This did turn out to be a custom projection issue. It would be nice if there were a specific error code that indicated this, or better yet, simply return the data without conversion and let the user do the conversion (as a prior beta version did).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 17:11:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/fail-to-open-table-with-2147024809-invalid/m-p/323705#M545</guid>
      <dc:creator>JeffreySmith1</dc:creator>
      <dc:date>2012-11-29T17:11:21Z</dc:date>
    </item>
  </channel>
</rss>

