<?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: Standalone tables are getting scrambled in SQLite geodatabases in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279349#M3284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've been testing this same workflow inside of ArcGIS Pro 1.4.1 and we are seeing the same scrambled tables issue in SQLite geodatabases created as part of mobile map packages. &amp;nbsp;We'd obviously like to move away from ArcMap and MXDs in general, but obviously won't be able to until Pro has parallel functionality. &amp;nbsp;Should I call this in as a bug or will reporting this to you here get things moving in the right direction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Feb 2017 23:30:27 GMT</pubDate>
    <dc:creator>AndyWright</dc:creator>
    <dc:date>2017-02-14T23:30:27Z</dc:date>
    <item>
      <title>Standalone tables are getting scrambled in SQLite geodatabases</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279339#M3274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've created a SQLite geodatabase from within ArcMap 10.4.1 by sharing its contents as Runtime Content. &amp;nbsp;There are 28 map layers in there and 10 standalone tables. &amp;nbsp;The geodatabase gets created successfully and a I can load all map layers and tables into the map in my application without issue. &amp;nbsp;The problem surfaces when I try to instantiate a GeodatabaseFeatureTable object against one of the standalone tables. &amp;nbsp;The table name is correct which makes you think you've got the right stuff, but the fields collection contains fields that are part of a completely different table. &amp;nbsp;Obviously that makes it pretty, pretty hard to&amp;nbsp;do anything meaningful with respect to the tables. &amp;nbsp;Prior to running into this issue I had been using a SQLite geodatabase with 28 map layers and 1 standalone table in it and had no problems with queries against that 1 table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone else experienced this or worked around it? &amp;nbsp;I've been running into quite a few issues with this API lately and calling in a ticket to tech support has been, shall we say, painful at best. &amp;nbsp;It doesn't appear that Esri has resources that are familiar with the new API and how to set up and recreate even minor issues. &amp;nbsp;So hopefully someone from the development team can help us all out here. &amp;nbsp;Thanks in advance ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 16:57:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279339#M3274</guid>
      <dc:creator>AndyWright</dc:creator>
      <dc:date>2017-01-24T16:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Standalone tables are getting scrambled in SQLite geodatabases</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279340#M3275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have had this problem before. &amp;nbsp;I have found that when exporting to a .geodatabase, the tables get kind of "crossed" in the process. &amp;nbsp;I tried testing an export in 10.5 and I don't see the issue at the moment. &amp;nbsp;The way I got around it was to edit the configuration tables in the .geodatabase. &amp;nbsp;I believe the issue was in GDB_Items, the Name, Path and Description columns didn't all match, they were crossed. &amp;nbsp;I fixed it by updating that table so that the records all matched for the appropriate table. &amp;nbsp;I wrote a Python script to just alter the rows in the database via SQLite.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My experience was similar to yours in that the FeatureClasses always came out right, but the tables had the wrong schema, seems to only happen when there are multiple tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that help? &amp;nbsp;I have done a fair bit of digging around in those system tables, so let me know if I can be of more assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 19:33:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279340#M3275</guid>
      <dc:creator>MoreHavoc</dc:creator>
      <dc:date>2017-01-24T19:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Standalone tables are getting scrambled in SQLite geodatabases</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279341#M3276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christopher,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the feedback. &amp;nbsp;The first thing I was going to ask you was if you had reported this to Esri as a bug, but based on your comment about not seeing it in a 10.5 created geodatabase I'll assume this bug no longer exists at that version. &amp;nbsp;I'll head down the path you described and let you know if I hit any walls. &amp;nbsp;Thanks again man ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 19:49:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279341#M3276</guid>
      <dc:creator>AndyWright</dc:creator>
      <dc:date>2017-01-24T19:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Standalone tables are getting scrambled in SQLite geodatabases</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279342#M3277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe it was addressed in 10.5 as:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUG-000092058 The Share As menu item to create ArcGIS Runtime Content does not generate the correct .geodatabase files for stand alone tables (&lt;A class="link-titled" href="http://downloads.esri.com/support/downloads/other_/105-IssuesAddressedList_12082016.pdf" title="http://downloads.esri.com/support/downloads/other_/105-IssuesAddressedList_12082016.pdf"&gt;http://downloads.esri.com/support/downloads/other_/105-IssuesAddressedList_12082016.pdf&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 20:16:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279342#M3277</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2017-01-24T20:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Standalone tables are getting scrambled in SQLite geodatabases</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279343#M3278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christopher,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be able to give some more specifics on exactly what you did and/or post some code snippets? &amp;nbsp;I haven't been able to crack the code of what's going on under the hood in the Esri maintained tables. &amp;nbsp;We've actually found that it's not just the tables that are problematic, but the data in the fields seems to be jacked up as well. &amp;nbsp;We'd love to just go to 10.5 and be done with it, but this customer isn't ready to make the move yet. &amp;nbsp;Thanks a lot for your help ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 22:24:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279343#M3278</guid>
      <dc:creator>AndyWright</dc:creator>
      <dc:date>2017-01-27T22:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Standalone tables are getting scrambled in SQLite geodatabases</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279344#M3279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of ArcGIS Desktop is your customer using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 22:28:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279344#M3279</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2017-01-27T22:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Standalone tables are getting scrambled in SQLite geodatabases</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279345#M3280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;10.4.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 22:30:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279345#M3280</guid>
      <dc:creator>AndyWright</dc:creator>
      <dc:date>2017-01-27T22:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Standalone tables are getting scrambled in SQLite geodatabases</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279346#M3281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Andy,&lt;/P&gt;&lt;P&gt;In my case, the data in the tables was correct, it was just the metadata that was all messed up. &amp;nbsp;If the data in the fields is messed up, it may be really hard to fix. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have 10.4.1 right now, so I can't build a test database and look. &amp;nbsp;I would try making a really simple one with maybe a couple of feature classes and a couple of tables, and then start poking around that GDB_Items table and see what things look like. &amp;nbsp;You may have to actually pull out that XML string and look at it and see if there are any&amp;nbsp;issues there. &amp;nbsp;I seem to remember that I had to pull out the XML and make a few changes, and then put it back in a different row (the one that actually matched the table). &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you make a database and want to send it over I'm happy to look at it and see what I can see, I just can't build one right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christopher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jan 2017 02:38:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279346#M3281</guid>
      <dc:creator>MoreHavoc</dc:creator>
      <dc:date>2017-01-29T02:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Standalone tables are getting scrambled in SQLite geodatabases</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279347#M3282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to give this a shot on 10.5 and all seems well in the SQLite geodatabases with more than one standalone table. &amp;nbsp;I still have not had the chance to dig into Christopher's suggestion, but I am going to be pushing our customers to use 10.5 for this type of workflow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 03:24:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279347#M3282</guid>
      <dc:creator>AndyWright</dc:creator>
      <dc:date>2017-02-02T03:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Standalone tables are getting scrambled in SQLite geodatabases</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279348#M3283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just recalled that there was another issue addressed in 10.5 that you might also be running into in the same area:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUG-000095159 The QueryRelatedAsync method in ArcGIS Runtime SDK for .NET returns the following error, "Exception: Item not found in the database."&amp;nbsp;&lt;A class="link-titled" href="http://downloads.esri.com/support/downloads/other_/105-IssuesAddressedList_12082016.pdf" title="http://downloads.esri.com/support/downloads/other_/105-IssuesAddressedList_12082016.pdf"&gt;http://downloads.esri.com/support/downloads/other_/105-IssuesAddressedList_12082016.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 19:43:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279348#M3283</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2017-02-02T19:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Standalone tables are getting scrambled in SQLite geodatabases</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279349#M3284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've been testing this same workflow inside of ArcGIS Pro 1.4.1 and we are seeing the same scrambled tables issue in SQLite geodatabases created as part of mobile map packages. &amp;nbsp;We'd obviously like to move away from ArcMap and MXDs in general, but obviously won't be able to until Pro has parallel functionality. &amp;nbsp;Should I call this in as a bug or will reporting this to you here get things moving in the right direction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 23:30:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/standalone-tables-are-getting-scrambled-in-sqlite/m-p/279349#M3284</guid>
      <dc:creator>AndyWright</dc:creator>
      <dc:date>2017-02-14T23:30:27Z</dc:date>
    </item>
  </channel>
</rss>

