<?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: Publish a  Service With Non -Geo Database table data in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/publish-a-service-with-non-geo-database-table-data/m-p/508495#M28832</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Marco Boeringa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed your instructions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Created a data base&amp;nbsp; view &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Added query layer to the map and query layer connects with data base view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And published the service and has the new view in the service directory Under the Table category.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now i need popup window in each retailer location with the data from my Table using java script api.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can i access the table data in the points layer info window .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jan 2014 03:53:49 GMT</pubDate>
    <dc:creator>LPKKaru</dc:creator>
    <dc:date>2014-01-28T03:53:49Z</dc:date>
    <item>
      <title>Publish a  Service With Non -Geo Database table data</title>
      <link>https://community.esri.com/t5/data-management-questions/publish-a-service-with-non-geo-database-table-data/m-p/508493#M28830</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 am .net developer and have the GIS background knowledge.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently working with java script API and need to integrate&amp;nbsp; our client sales data with the esri map. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;They have bought arc gis server and i m currently playing with evaluation ARC GIS server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i create two database connections via Arc catalog for both data bases. no luck after that to my task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If some one encounter this problem early PLEASE Help me on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can give me steps to get there please advice and the help is highly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i m using arc GISserver 10.2 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SQL server 2008 R2&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 01:49:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/publish-a-service-with-non-geo-database-table-data/m-p/508493#M28830</guid>
      <dc:creator>LPKKaru</dc:creator>
      <dc:date>2014-01-09T01:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Publish a  Service With Non -Geo Database table data</title>
      <link>https://community.esri.com/t5/data-management-questions/publish-a-service-with-non-geo-database-table-data/m-p/508494#M28831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am currently working with java script API and need to integrate&amp;nbsp; our client sales data with the esri map. &lt;BR /&gt;&lt;BR /&gt;They have bought arc gis server and i m currently playing with evaluation ARC GIS server.&lt;BR /&gt;&lt;BR /&gt;i create two database connections via Arc catalog for both data bases. no luck after that to my task.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Query Layers&lt;/STRONG&gt;&lt;SPAN&gt; (introduced at 10.0) are most likely the answer to your issue. They allow you to run and access (and publish via ArcGIS for Server in a Map Service) arbitrary SQL queries against any database, even if not geodatabase enabled (like a sales database).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00s50000000n000000"&gt;What is a query layer? (10.2 Help)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just mind the caveat mentioned in the link below, &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;you may need to define database views in order to be able to publish a complex query&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;. Publishing complex queries including joins etc. is not directly supported in ArcGIS for Server, but defining a proper database view circumvents this issue in an effective manner:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00sq0000008t000000"&gt;00075: Query layer has a complex query&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 04:51:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/publish-a-service-with-non-geo-database-table-data/m-p/508494#M28831</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2014-01-09T04:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Publish a  Service With Non -Geo Database table data</title>
      <link>https://community.esri.com/t5/data-management-questions/publish-a-service-with-non-geo-database-table-data/m-p/508495#M28832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Marco Boeringa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed your instructions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Created a data base&amp;nbsp; view &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Added query layer to the map and query layer connects with data base view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And published the service and has the new view in the service directory Under the Table category.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now i need popup window in each retailer location with the data from my Table using java script api.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can i access the table data in the points layer info window .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 03:53:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/publish-a-service-with-non-geo-database-table-data/m-p/508495#M28832</guid>
      <dc:creator>LPKKaru</dc:creator>
      <dc:date>2014-01-28T03:53:49Z</dc:date>
    </item>
  </channel>
</rss>

