<?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 to enable feature access for some layers from .mxd document in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-enable-feature-access-for-some-layers-from/m-p/231857#M8955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you're just querying data, you can create one map service with all layers in it.&amp;nbsp; A map service supports querying for data.&amp;nbsp; If you need to edit, you'll need to separate the data that you'd like to edit in a separate map document, and publish that map document with feature access enabled.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Nov 2013 19:00:59 GMT</pubDate>
    <dc:creator>JonathanQuinn</dc:creator>
    <dc:date>2013-11-20T19:00:59Z</dc:date>
    <item>
      <title>How to enable feature access for some layers from .mxd document</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-enable-feature-access-for-some-layers-from/m-p/231856#M8954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Gurus!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have .mxd document with 3 kind of layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. topo layers &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. layers with constant information (cities, for example) with need to provide feature access for enabling query&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. layers with dinamic data, wich are changing in real time, for example, table of forest fires.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I publish 3 type of services from one .mxd file or I must create 3 .mxd files?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you get any reference to understand with this problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 06:41:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-enable-feature-access-for-some-layers-from/m-p/231856#M8954</guid>
      <dc:creator>AnatoliiTerentiev</dc:creator>
      <dc:date>2013-11-19T06:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable feature access for some layers from .mxd document</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-enable-feature-access-for-some-layers-from/m-p/231857#M8955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you're just querying data, you can create one map service with all layers in it.&amp;nbsp; A map service supports querying for data.&amp;nbsp; If you need to edit, you'll need to separate the data that you'd like to edit in a separate map document, and publish that map document with feature access enabled.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 19:00:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-enable-feature-access-for-some-layers-from/m-p/231857#M8955</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2013-11-20T19:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable feature access for some layers from .mxd document</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-enable-feature-access-for-some-layers-from/m-p/231858#M8956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you! Now I am finding how to create a layer on x,y -table in geodatabase (SQL server)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 11:29:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-enable-feature-access-for-some-layers-from/m-p/231858#M8956</guid>
      <dc:creator>AnatoliiTerentiev</dc:creator>
      <dc:date>2013-11-21T11:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable feature access for some layers from .mxd document</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-enable-feature-access-for-some-layers-from/m-p/231859#M8957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I introduced in the x, y- table "events" field, which contains geometry (loc) with the following query :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
update events set loc = geometry :: STGeomFromText (concat ('Point (', ltrim (STR (x, 99, 11 )), '', ltrim (STR (y, 99, 11) ) , ')' ) , 28406 );&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where srid = 28406 for Pulkovo 1942 Gauss-Kruger zone 6 (took away &lt;/SPAN&gt;&lt;A href="http://cs2cs.mygeodata.eu/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://cs2cs.mygeodata.eu/&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And simply drag a table of events from the connection Catalog on the Map. Points layer - appeared .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But in order to publish a layer it's&amp;nbsp; needed to register table in gdb. I am tried from the context menu in the Catalog - Manage -&amp;gt; Register with Geodatabase but get an error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Failed to register with the Geodatabase.&lt;BR /&gt;Underlying DBMS error [Microsoft SQL Server Native Client 11.0]: the metadata could not be derermined because statement 'EXEC (@ ececstring) in procedure' sp_renamed 'contains dynamic SQL. Consider using WITH RESULT SETS clause to explicitly describe the result set '&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What could be the reason?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 11:44:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-enable-feature-access-for-some-layers-from/m-p/231859#M8957</guid>
      <dc:creator>AnatoliiTerentiev</dc:creator>
      <dc:date>2021-12-11T11:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable feature access for some layers from .mxd document</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-enable-feature-access-for-some-layers-from/m-p/231860#M8958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could it be the fact that the field names are not correct?&amp;nbsp; What are the options for finding a solution to the problem? The table and the field of type "geometry", I have created in sql server 2012 managemant studio. The connection have made from the sa.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 10:55:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-to-enable-feature-access-for-some-layers-from/m-p/231860#M8958</guid>
      <dc:creator>AnatoliiTerentiev</dc:creator>
      <dc:date>2013-11-25T10:55:04Z</dc:date>
    </item>
  </channel>
</rss>

