<?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: unable to open database file in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unable-to-open-database-file/m-p/240201#M1565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please share your error message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only see the method call that you are making.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jun 2016 11:43:08 GMT</pubDate>
    <dc:creator>AlexanderNohe1</dc:creator>
    <dc:date>2016-06-21T11:43:08Z</dc:date>
    <item>
      <title>unable to open database file</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unable-to-open-database-file/m-p/240200#M1564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to update an existing feature and it's giving this error&lt;/P&gt;&lt;P&gt;here is the code.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;selectedFeatureLayer&lt;/SPAN&gt;.&lt;SPAN style="background-color: #e4e4ff;"&gt;getFeatureTable&lt;/SPAN&gt;().updateFeature(selectedFeature.getId(), feature);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 21:57:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unable-to-open-database-file/m-p/240200#M1564</guid>
      <dc:creator>BernardNtiamoah</dc:creator>
      <dc:date>2016-06-20T21:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: unable to open database file</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unable-to-open-database-file/m-p/240201#M1565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please share your error message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only see the method call that you are making.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 11:43:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unable-to-open-database-file/m-p/240201#M1565</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2016-06-21T11:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: unable to open database file</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unable-to-open-database-file/m-p/240202#M1566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error message is "unable to open the database file". The weird thing is that sometimes it works and the feature gets updated successfully. I don't really know what's causing this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the code :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;try &lt;/SPAN&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; TemplatePicker tp = context.getTemplatePicker();&lt;/P&gt;&lt;P&gt; MapView map = context.getMapView();&lt;/P&gt;&lt;P&gt;&amp;nbsp; GeodatabaseFeature g = ((GeodatabaseFeatureTable) ((FeatureLayer) &lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;map&lt;/SPAN&gt;.getLayerByID(&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;tp&lt;/SPAN&gt;.getSelectedLayer().getID())).getFeatureTable()).createFeatureWithTemplate(&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;tp&lt;/SPAN&gt;.getselectedTemplate(), geometryBeingEdited);&lt;/P&gt;&lt;P&gt;&amp;nbsp; Symbol symbol = ((FeatureLayer) &lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;map&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;.getLayerByID(&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;tp&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;.getSelectedLayer().getID())).getRenderer()&lt;/P&gt;&lt;P&gt;&amp;nbsp; .&lt;SPAN style="background-color: #e4e4ff;"&gt;getSymbol&lt;/SPAN&gt;(g);&lt;/P&gt;&lt;P&gt;&amp;nbsp; addedGraphic = &lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;Graphic(geometryBeingEdited, symbol, g.getAttributes());&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;updatedfeatureId &lt;/SPAN&gt;= ((FeatureLayer) &lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;map&lt;/SPAN&gt;.getLayerByID(&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;tp&lt;/SPAN&gt;.getSelectedLayer().getID())).getFeatureTable().addFeature(addedGraphic);&lt;/P&gt;&lt;P&gt;} &lt;SPAN style="color: #000080; font-weight: bold;"&gt;catch &lt;/SPAN&gt;(TableException e) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; e.printStackTrace();&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 16:14:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unable-to-open-database-file/m-p/240202#M1566</guid>
      <dc:creator>BernardNtiamoah</dc:creator>
      <dc:date>2016-06-21T16:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: unable to open database file</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unable-to-open-database-file/m-p/240203#M1567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To follow up, we discussed this offline and it looked as though it was a caching issue in the code / on the device and that is what prevented the geodatabase file from opening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 13:35:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unable-to-open-database-file/m-p/240203#M1567</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2016-07-06T13:35:40Z</dc:date>
    </item>
  </channel>
</rss>

