<?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  in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203357#M1861</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great to hear.&amp;nbsp;Thanks for confirming.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Nov 2020 18:36:44 GMT</pubDate>
    <dc:creator>Nicholas-Furness</dc:creator>
    <dc:date>2020-11-06T18:36:44Z</dc:date>
    <item>
      <title>Unable to open database</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203347#M1851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;I’m having issue with AGSServiceFeatureTable queryFeatures function, when I call it I get the error bellow.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;I’m running a simple query like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;class ViewController: UIViewController {&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;&amp;nbsp; private var featureTable: &lt;SPAN style="color: #008080;"&gt;AGSServiceFeatureTable&amp;nbsp;&lt;/SPAN&gt;= {&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;&lt;SPAN style="color: #091e42; font-weight: bold;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;let&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #202020;"&gt;featureTable&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #666666;"&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;AGSServiceFeatureTable&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #202020;"&gt;url&lt;/SPAN&gt;&lt;SPAN style="color: #666666;"&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #202020;"&gt;url&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="color: #202020;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; featureTable&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;requestConfiguration&lt;/SPAN&gt;&lt;SPAN style="color: #666666;"&gt;?&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;timeoutInterval&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #666666;"&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #6554c0;"&gt;30&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #6554c0;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; return featureTable&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;&amp;nbsp; }()&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;override func viewDidLoad() {&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;super.viewDidLoad()&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;self.fetchFeatures()&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;BR /&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;&amp;nbsp;private func fetchFeatures() {&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="color: #091e42; font-weight: bold;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;let&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #202020;"&gt;queryParams&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #666666;"&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;AGSQueryParameters&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #202020;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;queryParams&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;whereClause&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #666666;"&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #bf2600;"&gt;"1=1"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #202020;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;self.featureTable&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;queryFeatures&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #202020;"&gt;with&lt;/SPAN&gt;&lt;SPAN style="color: #666666;"&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #202020;"&gt;queryParams&lt;/SPAN&gt;&lt;SPAN style="color: #666666;"&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #202020;"&gt;queryFeatureFields&lt;/SPAN&gt;&lt;SPAN style="color: #666666;"&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; .&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;loadAll&lt;/SPAN&gt;&lt;SPAN&gt;) { &lt;/SPAN&gt;&lt;SPAN style="color: #202020;"&gt;result&lt;/SPAN&gt;&lt;SPAN style="color: #666666;"&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #202020;"&gt;error&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #091e42; font-weight: bold;"&gt;in&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #091e42; font-weight: bold;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #091e42; font-weight: bold;"&gt;let&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #202020;"&gt;result&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #666666;"&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #202020;"&gt;result&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #091e42; font-weight: bold;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;var&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #202020;"&gt;array&lt;/SPAN&gt;&lt;SPAN style="color: #666666;"&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;NSMutableDictionary&lt;/SPAN&gt;&lt;SPAN&gt;] &lt;/SPAN&gt;&lt;SPAN style="color: #666666;"&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; []&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #091e42; font-weight: bold;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #202020;"&gt;object&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #091e42; font-weight: bold;"&gt;in&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #202020;"&gt;result&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;featureEnumerator&lt;/SPAN&gt;&lt;SPAN&gt;().&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;allObjects&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #202020;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; array&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;append&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #202020;"&gt;object&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;attributes&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;&amp;nbsp; &amp;nbsp;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV style="color: #000000; background-color: #fffffe;"&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;EM&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;ArcGIS Runtime Error Occurred. Set a breakpoint on C++ exceptions to see the original callstack and context for this error:&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;Error Domain=com.esri.arcgis.runtime.error Code=1014 "Unable to open the database file" UserInfo={NSLocalizedFailureReason=, NSLocalizedDescription=Unable to open the database file, Additional Message=}&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;EM&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;Some help would be great!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #000000; font-size: 17px;"&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2020 17:26:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203347#M1851</guid>
      <dc:creator>MartinStamenkovski</dc:creator>
      <dc:date>2020-11-04T17:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open database</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203348#M1852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the layer URL? Is it publicly accessible for us to test against?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2020 22:48:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203348#M1852</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2020-11-04T22:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open database</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203349#M1853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or, I wonder if the featureTable is going out of scope before the queryFeatures() call can return. Are you seeing the error in the console or is that actually being returned to the completion block?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try making featureTable an instance variable/property on the class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2020 22:51:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203349#M1853</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2020-11-04T22:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open database</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203350#M1854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I updated the original post with code how I actually use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;featureTable is global variable.&lt;/LI&gt;&lt;LI&gt;the error is not received in the error property in the completion block, but it is printed in the console.&lt;/LI&gt;&lt;LI&gt;This is not happening all the time, for example I push this view controller, perform fetch the features are loaded. Then I dismiss this controller, push it again, the error is shown and it will not fetch the features until the app is killed and launched again.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2020 09:15:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203350#M1854</guid>
      <dc:creator>MartinStamenkovski</dc:creator>
      <dc:date>2020-11-05T09:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open database</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203351#M1855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Sounds like some in-memory feature table backing store is being deallocated when you dismiss&amp;nbsp;the view controller. Can you add some error checking into your callback and see what the "error" provides? It might just reflect what you're seeing in the console, but you should be checking that at code level as a best practice anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2020 16:22:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203351#M1855</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2020-11-05T16:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open database</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203352#M1856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do check the error at runtime of course, but for sake of simplicity I didn't include the error handling&amp;nbsp;here.&lt;/P&gt;&lt;P&gt;Unfortunately the completion block is not even invoked after the error above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2020 16:54:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203352#M1856</guid>
      <dc:creator>MartinStamenkovski</dc:creator>
      <dc:date>2020-11-05T16:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open database</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203353#M1857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;is the error&amp;nbsp;you get&amp;nbsp;back in the callback the same as the one you see in the console?&lt;/LI&gt;&lt;LI&gt;Have you tried setting the C++ breakpoint as suggested in the error message?&lt;/LI&gt;&lt;LI&gt;Please explain more fully what your view controller navigation is doing.&lt;OL&gt;&lt;LI&gt;You say you dismiss the view controller. When you push it again, is it being reconstructed or reused?&lt;/LI&gt;&lt;LI&gt;Is there&amp;nbsp;a MapView in this workflow, or are you simply creating the ServiceFeatureTable and holding on to that?&lt;/LI&gt;&lt;LI&gt;If you recreate the service feature table each time your view controller is pushed, does that help?&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;An you explain why you're explicitly setting the timeout on the request configuration? I suspect that's actually not doing anything since you haven't explicitly set a request configuration object on there. By default Runtime uses the iOS defaults for these things. I don't think this will have anything to do with the issue you're seeing, but I'd like to understand why the default wasn't working for you.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, as asked before, are you able to share the feature service URL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2020 17:09:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203353#M1857</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2020-11-05T17:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open database</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203354#M1858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. T&lt;SPAN style="background-color: #ffffff;"&gt;he completion block is not even invoked after the error, so I can't say that is the same or not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;2.Yes, here it is.&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;IMG __jive_id="512593" alt="" class="jive-emoji image-1 jive-image" height="192" src="/legacyfs/online/512593_Screen Shot 2020-11-05 at 6.43.54 PM.png" width="526" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;3.1. Yes everything is being reconstructed.&lt;BR /&gt;3.2. No MapView only AGSServiceFeatureTable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;3.3. Yes I'm recreating it every time the view controller is pushed, and its not helping.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;4. I planned to lower the timeout when resource is not available, 60 seconds it's too much.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I will try to send you the feature layer url, I don't know if I'm allowed to share it publicly.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2020 17:57:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203354#M1858</guid>
      <dc:creator>MartinStamenkovski</dc:creator>
      <dc:date>2020-11-05T17:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open database</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203355#M1859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the completion block is not being called (sorry - I missed this in your last reply), it certainly seems the AGSServiceFeatureTable must be getting deallocated and going out of scope. You should&amp;nbsp;either get a result or an error. Is the view controller being dismissed while the query is in process?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you provide&amp;nbsp;a simple reproducer app&amp;nbsp;so&amp;nbsp;we can look into it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The URL could be helpful but at this point I think it's likely this could be reproducible&amp;nbsp;with any service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, for the c++ exception, we'd want&amp;nbsp;to see the stack trace.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2020 18:28:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203355#M1859</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2020-11-05T18:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open database</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203356#M1860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After long debugging, I discovered what is the problem,&amp;nbsp;I will try to explain as short as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This view controller has an &lt;EM&gt;WTArchitectView &lt;/EM&gt;from Wikitude SDK for AR functionality, and unfortunately somehow it deallocates the AGSServiceFeatureTable. Probably some memory issues in their sdk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now I'm querying the features before presenting this view controller, and everything is working as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time and help. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2020 09:31:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203356#M1860</guid>
      <dc:creator>MartinStamenkovski</dc:creator>
      <dc:date>2020-11-06T09:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to open database</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203357#M1861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great to hear.&amp;nbsp;Thanks for confirming.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2020 18:36:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/unable-to-open-database/m-p/203357#M1861</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2020-11-06T18:36:44Z</dc:date>
    </item>
  </channel>
</rss>

