<?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: Make Query Table problem in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224394#M7729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for the benefit of others...what was it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Nov 2015 08:47:54 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2015-11-02T08:47:54Z</dc:date>
    <item>
      <title>Make Query Table problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224385#M7720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to join three tables from the same FGDB via Make Query table.&lt;/P&gt;&lt;P&gt;Validation in Model Builder shows no errors. If I run my tool from Model Builder the following error messages are displayed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ERROR 999999: Error executing function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;An expected Field was not found or could not be retrieved properly. [S_LX_Abzugsbefreiungen_Query]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;An expected Field was not found or could not be retrieved properly. [OID]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Failed to execute (Make Query Table).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's wrong? S_LX_Abzugsbefreiungen_Query is the name of the table that should be created.&lt;/P&gt;&lt;P&gt;The error persists even if I remove the SQL query, so the reason cannot be a syntax error in th query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: I'm using ArcGIS 10.0 SP5. &lt;/P&gt;&lt;P&gt;Thanks for any help&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 16:11:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224385#M7720</guid>
      <dc:creator>AndreasStelter</dc:creator>
      <dc:date>2015-10-22T16:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Make Query Table problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224386#M7721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same problem in ArcGIS 10.2.2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 13:08:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224386#M7721</guid>
      <dc:creator>AndreasStelter</dc:creator>
      <dc:date>2015-10-29T13:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Make Query Table problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224387#M7722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a bug:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NIM102585:&amp;nbsp; In ArcGIS Desktop 10.2.2, the quotes have to be either removed or modified in the Expression column of the Make Query table tool to run the tool successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove the quotes around your SQL expression and it should work.&amp;nbsp; Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"centroid_1301.BlockLotQ" = "Municipality_1301.BlockLotQ"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;centroid_1301.BlockLotQ = Municipality_1301.BlockLotQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 13:23:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224387#M7722</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-10-29T13:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Make Query Table problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224388#M7723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jake, &lt;/P&gt;&lt;P&gt;I already tried that, but it didn't solve my problem.&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 13:29:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224388#M7723</guid>
      <dc:creator>AndreasStelter</dc:creator>
      <dc:date>2015-10-29T13:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Make Query Table problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224389#M7724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you send a screen shot of how you have the tool setup?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 13:31:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224389#M7724</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-10-29T13:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Make Query Table problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224390#M7725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Screen shot:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="makequerytable.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/134017_makequerytable.PNG" style="width: 620px; height: 379px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 13:37:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224390#M7725</guid>
      <dc:creator>AndreasStelter</dc:creator>
      <dc:date>2015-10-29T13:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Make Query Table problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224391#M7726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/135962_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;I have the same problem here. Data are stored in the same workspase. Any advice? Is there a step by step tutorial with relevant dataset available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Charalambos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Oct 2015 07:11:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224391#M7726</guid>
      <dc:creator>CharalambosMattheou4</dc:creator>
      <dc:date>2015-10-31T07:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Make Query Table problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224392#M7727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved . " " in sql statement was the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Charalambos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Oct 2015 11:28:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224392#M7727</guid>
      <dc:creator>CharalambosMattheou4</dc:creator>
      <dc:date>2015-10-31T11:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Make Query Table problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224393#M7728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found a solution for my problem without changing the model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 08:40:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224393#M7728</guid>
      <dc:creator>AndreasStelter</dc:creator>
      <dc:date>2015-11-02T08:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Make Query Table problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224394#M7729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for the benefit of others...what was it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 08:47:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224394#M7729</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-11-02T08:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Make Query Table problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224395#M7730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I left the model unchanged (so I didn't have to use Make Query Table) and retrieved the information I needed in C# code instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 10:02:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224395#M7730</guid>
      <dc:creator>AndreasStelter</dc:creator>
      <dc:date>2015-11-02T10:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Make Query Table problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224396#M7731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A note on removing the quotes from the field names in the expression...&lt;/P&gt;&lt;P&gt;After removing quotes from field names you will still get the error if you "verify" in the Query Builder, but when you run the tool it will execute successfully despite the warning in Query Builder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 19:12:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224396#M7731</guid>
      <dc:creator>jessemaps</dc:creator>
      <dc:date>2015-12-30T19:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Make Query Table problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224397#M7732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yulp, remove the " " in the sql statement will resolve the issue.&amp;nbsp;&amp;nbsp; Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 14:19:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224397#M7732</guid>
      <dc:creator>RichardTruong</dc:creator>
      <dc:date>2016-02-03T14:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Make Query Table problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224398#M7733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still an issue in 10.3.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 19:55:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224398#M7733</guid>
      <dc:creator>DrewDowling</dc:creator>
      <dc:date>2016-06-03T19:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Make Query Table problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224399#M7734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this info Jesse. I just spent 45 minutes trying to avoid the error.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 17:09:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-query-table-problem/m-p/224399#M7734</guid>
      <dc:creator>ShawnCarson</dc:creator>
      <dc:date>2016-11-29T17:09:33Z</dc:date>
    </item>
  </channel>
</rss>

