<?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: How do you use stand alone tables? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-use-stand-alone-tables/m-p/718446#M66727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;John/Mike,&lt;BR /&gt;&lt;BR /&gt;Thanks for responding. My table is located in a FileGeoDatabase so I can certainly publish it via ArcGIS Server. How do I publish JUST the table in ArcGIS Server? I tried adding the table to a blank MXD and publishing the MXD but the table isn't listed in the published service.&lt;BR /&gt;&lt;BR /&gt;Worst comes to worse, I could add the table into another existing map service and then access it through that service but I'd like to know how to publish a stand alone table.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have run into the same issue.&amp;nbsp; I worked around it the same way you describe (by ensuring that the map that contained my non-spatial table also included at least one layer with spatial features).&amp;nbsp; I don't know if there is an easy way around this currently, since you need to have layers in your data frame when publishing the map from ArcMap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Oct 2012 20:14:06 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2012-10-01T20:14:06Z</dc:date>
    <item>
      <title>How do you use stand alone tables?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-use-stand-alone-tables/m-p/718441#M66722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm looking for some guidance on how to proceed with a certain task I'd like to implement which would use a standalone table. My app works with Census data and so once the user clicks on a cenus tract, I'd like to load up some additional information (based on the census tract number) which is stored in a separate, stand alone table. That's what I &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;want&lt;/STRONG&gt;&lt;SPAN&gt; to do- now how do I do that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After reviewing the API, I'm not sure how you "add" the table as a layer so that you can query it. The table will have a one to many relationship so I can't just join the table to my census tracts feature layer before serving it up as a service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 15:06:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-use-stand-alone-tables/m-p/718441#M66722</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2012-09-28T15:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use stand alone tables?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-use-stand-alone-tables/m-p/718442#M66723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If your related table is accessible as a feature service, then you can add/update/delete records using applyEdits as you would with any other feature service layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some of the apps published by the local government team do this.&amp;nbsp; For example, take a look at &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=0d11c03269f0428f83fd346b255c94c8"&gt;Land Use Public Comment&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=24285286f70642ab870d446b7dd7006f"&gt;Citizen Service Reqeust&lt;/A&gt;&lt;SPAN&gt; applications.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 12:28:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-use-stand-alone-tables/m-p/718442#M66723</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-10-01T12:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use stand alone tables?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-use-stand-alone-tables/m-p/718443#M66724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;we also have a sample in the JS API Resource center for 1:M related table queries.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Query related records&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/fl_query_related.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/fl_query_related.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 17:31:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-use-stand-alone-tables/m-p/718443#M66724</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2012-10-01T17:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use stand alone tables?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-use-stand-alone-tables/m-p/718444#M66725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;John/Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for responding. My table is located in a FileGeoDatabase so I can certainly publish it via ArcGIS Server. How do I publish JUST the table in ArcGIS Server? I tried adding the table to a blank MXD and publishing the MXD but the table isn't listed in the published service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Worst comes to worse, I could add the table into another existing map service and then access it through that service but I'd like to know how to publish a stand alone table.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 17:55:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-use-stand-alone-tables/m-p/718444#M66725</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2012-10-01T17:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use stand alone tables?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-use-stand-alone-tables/m-p/718445#M66726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;these samples rely on the fact that you have set up the appropriate relationship between the feature class and related table in ArcGIS Desktop prior to publishing services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Creating_a_simple_relationship_class/004t00000007000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/Creating_a_simple_relationship_class/004t00000007000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;as you can see from this REST service endpoint used in the sample i mentioned previously, both the layer and table are published.&amp;nbsp; this gives the feature layer the capability queryRelatedRecords&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Petroleum/KSPetro/MapServer/0/queryRelatedRecords"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Petroleum/KSPetro/MapServer/0/queryRelatedRecords&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 17:59:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-use-stand-alone-tables/m-p/718445#M66726</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2012-10-01T17:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use stand alone tables?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-use-stand-alone-tables/m-p/718446#M66727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;John/Mike,&lt;BR /&gt;&lt;BR /&gt;Thanks for responding. My table is located in a FileGeoDatabase so I can certainly publish it via ArcGIS Server. How do I publish JUST the table in ArcGIS Server? I tried adding the table to a blank MXD and publishing the MXD but the table isn't listed in the published service.&lt;BR /&gt;&lt;BR /&gt;Worst comes to worse, I could add the table into another existing map service and then access it through that service but I'd like to know how to publish a stand alone table.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have run into the same issue.&amp;nbsp; I worked around it the same way you describe (by ensuring that the map that contained my non-spatial table also included at least one layer with spatial features).&amp;nbsp; I don't know if there is an easy way around this currently, since you need to have layers in your data frame when publishing the map from ArcMap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 20:14:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-use-stand-alone-tables/m-p/718446#M66727</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-10-01T20:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use stand alone tables?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-use-stand-alone-tables/m-p/718447#M66728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I decided to re-publish my service with the standalone table tucked inside it. Just seems like the easiest way to do it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for the ideas!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 13:57:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-use-stand-alone-tables/m-p/718447#M66728</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2012-10-02T13:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use stand alone tables?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-use-stand-alone-tables/m-p/718448#M66729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this thread when I encountered the same issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There has been a NIM logged for the ability to publish a standalone table as a service: NIM084140 - Unable to share a map containing only a stand-alone table as service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/role/beta10_1/TklNMDg0MTQw" title="http://support.esri.com/en/bugs/nimbus/role/beta10_1/TklNMDg0MTQw"&gt;http://support.esri.com/en/bugs/nimbus/role/beta10_1/TklNMDg0MTQw&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like you said, the current workaround is publish map document with table and include an empty, unchecked feature class and then will be able to publish/query the table as REST.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 16:22:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-use-stand-alone-tables/m-p/718448#M66729</guid>
      <dc:creator>YueWu1</dc:creator>
      <dc:date>2014-12-08T16:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use stand alone tables?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-use-stand-alone-tables/m-p/718449#M66730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a customer with a similar issue,&lt;/P&gt;&lt;P&gt;What I did to resolve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Turn the nonspatial table into a Feature Class with a 'dummy' point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Publish the service with WFS enabled&lt;/P&gt;&lt;P&gt;Using the Interopablity Connection I managed to view the Attribute Table Successfully in the map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 03:41:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-use-stand-alone-tables/m-p/718449#M66730</guid>
      <dc:creator>JohnPlunkett</dc:creator>
      <dc:date>2015-04-01T03:41:15Z</dc:date>
    </item>
  </channel>
</rss>

