<?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: Querying a Joined Table in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/querying-a-joined-table/m-p/397952#M1937</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm also experiencing the same problem with the JavaScript API. Did either of you ever figure this out?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Feb 2011 16:40:28 GMT</pubDate>
    <dc:creator>ScottDavis</dc:creator>
    <dc:date>2011-02-08T16:40:28Z</dc:date>
    <item>
      <title>Querying a Joined Table</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/querying-a-joined-table/m-p/397945#M1930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i'm trying to perform a query on a layer that has it's table joined to a stand alone table in the same geodatabase. since the stand alone table is in the same geodatabase as the layer, it shouldn't be a permissions issue. it fails using the web REST API interface. the query is &lt;/SPAN&gt;&lt;SPAN style="font-family:&amp;quot;Courier New&amp;quot;;"&gt;1=1&lt;/SPAN&gt;&lt;SPAN&gt; and the error is &lt;/SPAN&gt;&lt;SPAN style="color:&amp;quot;red&amp;quot;;"&gt;"Unable to perform query. Please check your parameters."&lt;/SPAN&gt;&lt;SPAN&gt;, and as a result, it will fail in my silverlight app as well. all other attempted queries fail as well. there are only 30 features in the table. the table will open fine in ArcMap itself, and i can perform attribute queries there too. un-joining the table and republishing the map will allow me to query via the web REST API interface, but i wont have the joined attributes of course.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i originally posted this question to the silverlight forum, but i thought i may have more luck here. please see this thread for more details.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/7376-Querying-A-layer-that-has-it-s-table-joined" rel="nofollow"&gt;http://forums.arcgis.com/threads/7376-Querying-A-layer-that-has-it-s-table-joined&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;lance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 16:36:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/querying-a-joined-table/m-p/397945#M1930</guid>
      <dc:creator>LanceCrumbliss</dc:creator>
      <dc:date>2010-07-05T16:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Querying a Joined Table</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/querying-a-joined-table/m-p/397946#M1931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I notice from the screenshot that was attached to the Silverlight forum post the DISPLAY field is set using a field from the joined table. Does it work if the DISPLAY field is set using a field from the parent feature class? Also can you try specifying a subset of outfields to see if that works?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 15:00:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/querying-a-joined-table/m-p/397946#M1931</guid>
      <dc:creator>RaviNarayanan</dc:creator>
      <dc:date>2010-07-06T15:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Querying a Joined Table</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/querying-a-joined-table/m-p/397947#M1932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Lance,&lt;BR /&gt;&lt;BR /&gt;I notice from the screenshot that was attached to the Silverlight forum post the DISPLAY field is set using a field from the joined table. Does it work if the DISPLAY field is set using a field from the parent feature class? Also can you try specifying a subset of outfields to see if that works?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hi ravi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i changed the the display field to one in the parent feature class (PIPELINE_CENTERLINE.JOB_NUM) and republished the map.&amp;nbsp; I also tried setting the outfields to PIPELINE_CENTERLINE.DOCLINK and DOCLINK and performed the same 1=1 query.&amp;nbsp; still no luck; exactly the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i've attached an image showing the new display field.&amp;nbsp; sorry, the bottom is cut off (working on a lower resolution laptop today), but everything past that is the same as in the original image in the silveright forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;lance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 16:30:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/querying-a-joined-table/m-p/397947#M1932</guid>
      <dc:creator>LanceCrumbliss</dc:creator>
      <dc:date>2010-07-06T16:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Querying a Joined Table</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/querying-a-joined-table/m-p/397948#M1933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lance, Are there any error messages in the ArcGIS Server log when the query request is made?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jul 2010 19:24:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/querying-a-joined-table/m-p/397948#M1933</guid>
      <dc:creator>RaviNarayanan</dc:creator>
      <dc:date>2010-07-07T19:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Querying a Joined Table</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/querying-a-joined-table/m-p/397949#M1934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; Lance, Are there any error messages in the ArcGIS Server log when the query request is made?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hi ravi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;yes, here is the log associated with the query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size:&amp;quot;1&amp;quot;;"&gt;&lt;STRONG&gt;Level Message Time Configuration Host Method Name&lt;/STRONG&gt; &lt;BR /&gt;INFO3 Server Context created. 2010-07-08 06:34:26 Questar2.MapServer Chip &lt;BR /&gt;&lt;BR /&gt;INFO2 String request received. Request size is 1748 characters. 2010-07-08 06:34:26 Questar2.MapServer Chip MapServer.QueryFeatureData2 &lt;BR /&gt;&lt;BR /&gt;INFO2 QueryFeatureData2 has started. 2010-07-08 06:34:26 Questar2.MapServer Chip MapServer.QueryFeatureData2 &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:&amp;quot;red&amp;quot;;"&gt;ERROR General geodatabase error occured. 2010-07-08 06:34:26 Questar2.MapServer Chip MapServer.QueryFeatureData &lt;BR /&gt;&lt;BR /&gt;ERROR General GeoDatabase Error. 2010-07-08 06:34:26 Questar2.MapServer Chip MapServer.QueryFeatureData &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;INFO3 QueryFeatureData2 has completed. 2010-07-08 06:34:26 Questar2.MapServer Chip MapServer.QueryFeatureData2 &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:&amp;quot;red&amp;quot;;"&gt;ERROR Method failed.HRESULT = 0x80004005 : Unspecified error . 2010-07-08 06:34:26 Questar2.MapServer Chip MapServer.QueryFeatureData2&lt;BR /&gt;&lt;BR /&gt;DEBUG ERROR INFO = Error processing server request 2010-07-08 06:34:26 Questar2.MapServer Chip MapServer.QueryFeatureData2&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;INFO3 Server Context released. 2010-07-08 06:34:26 Questar2.MapServer Chip&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 10:42:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/querying-a-joined-table/m-p/397949#M1934</guid>
      <dc:creator>LanceCrumbliss</dc:creator>
      <dc:date>2010-07-08T10:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Querying a Joined Table</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/querying-a-joined-table/m-p/397950#M1935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the additional info. From the error messages, this sounds like this is a failure in the geodatabase. Would you be able to contact ESRI Support and submit a request to investigate this further. they will be able to determine if there is any configuration issue in the map document or if this is a bug in the MapServer or Geodatabase.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 16:51:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/querying-a-joined-table/m-p/397950#M1935</guid>
      <dc:creator>RaviNarayanan</dc:creator>
      <dc:date>2010-07-08T16:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Querying a Joined Table</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/querying-a-joined-table/m-p/397951#M1936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Lance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm generating similar errors to yours only with the javascript API. I'm just wondering if you were able to obtain a solution to this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your time,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kurtis.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 16:21:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/querying-a-joined-table/m-p/397951#M1936</guid>
      <dc:creator>KurtisPoettcker</dc:creator>
      <dc:date>2010-09-15T16:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Querying a Joined Table</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/querying-a-joined-table/m-p/397952#M1937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm also experiencing the same problem with the JavaScript API. Did either of you ever figure this out?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 16:40:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/querying-a-joined-table/m-p/397952#M1937</guid>
      <dc:creator>ScottDavis</dc:creator>
      <dc:date>2011-02-08T16:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Querying a Joined Table</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/querying-a-joined-table/m-p/397953#M1938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ran across this thread with the same issue I was having with the Javascript API - appears to be an issue with using MSD files and using joins from a data tables that is in a different locations than the feature class. My .mxd works, but when I tried to use an .msd file I started getting this error. Switched back to using an .mxd. I'm on 9.3.1 still, so this may be resolved with 10. Anyone know? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error is described here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/TklNMDQ1MjU5"&gt;http://support.esri.com/en/bugs/nimbus/TklNMDQ1MjU5&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 17:21:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/querying-a-joined-table/m-p/397953#M1938</guid>
      <dc:creator>douglascurl</dc:creator>
      <dc:date>2011-05-11T17:21:22Z</dc:date>
    </item>
  </channel>
</rss>

