<?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: Invalid or out of date in File Geodatabase API Questions</title>
    <link>https://community.esri.com/t5/file-geodatabase-api-questions/invalid-or-out-of-date/m-p/426349#M713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The file geodatabase API only works with ArcGIS 10.x file geodatabases.&amp;nbsp; I doubt the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;files you are trying to load are 10.x, but you'll need to check with the data provider.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2012 01:23:51 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2012-05-02T01:23:51Z</dc:date>
    <item>
      <title>Invalid or out of date</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/invalid-or-out-of-date/m-p/426348#M712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Someone gave me a directory of files whose name ends with .gdb, and it contains a bunch of files ending with .gdbindexes, .gdbtable and .gdbtable, plus one file simply named "gdb."&amp;nbsp; My understanding is that these are an undocumented format, but the "File Geodatabase API" library knows how to make sense of them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All I want is to somehow get my hands on the latitude/longitude coordinates that are somewhere in this stuff.&amp;nbsp; If I can just turn them into kml or wkt or just _anything_ even partly human-readable, that will totally make my day, because from there I can convert the data to what I need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to just write a simple dumper that will start off telling me the schema (from the docs it looks like I ought to be able to do that) but I don't even get past this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt; if ((hr = OpenGeodatabase(L"./BERNCO.gdb", geodatabase)) != S_OK)
&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; wcout &amp;lt;&amp;lt; "An error occurred while opening the geodatabase." &amp;lt;&amp;lt; endl;
&amp;nbsp;&amp;nbsp;&amp;nbsp; ErrorInfo::GetErrorDescription(hr, errorText);
&amp;nbsp; }&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;outputs&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;An error occurred while opening the geodatabase.
This release of the GeoDatabase is either invalid or out of date.(-2147220965).&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does this mean I don't really have ARCGIS data files, or maybe they were saved using a newer (or older?) version of ARCGIS than what the library can handle, or what?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;..alternatively..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By any chance are there any web services that convert geodatabases into &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;anything&lt;/SPAN&gt;&lt;SPAN&gt; else?&amp;nbsp; There's nothing even remotely secret or proprietary about the data itself; the data in question are public records (voting district maps) that I'm trying to get into a more accessible form.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 22:57:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/invalid-or-out-of-date/m-p/426348#M712</guid>
      <dc:creator>JohnMillington</dc:creator>
      <dc:date>2012-05-01T22:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid or out of date</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/invalid-or-out-of-date/m-p/426349#M713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The file geodatabase API only works with ArcGIS 10.x file geodatabases.&amp;nbsp; I doubt the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;files you are trying to load are 10.x, but you'll need to check with the data provider.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 01:23:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/invalid-or-out-of-date/m-p/426349#M713</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-05-02T01:23:51Z</dc:date>
    </item>
  </channel>
</rss>

