<?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: Adding Individual Feature Layers to the Flex Viewer in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198752#M6246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh yes, but without using a widget and to be able to just click on the features to pull the attributes, then they must be ArcSDE?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Mar 2011 15:34:40 GMT</pubDate>
    <dc:creator>ChrisBrannin</dc:creator>
    <dc:date>2011-03-09T15:34:40Z</dc:date>
    <item>
      <title>Adding Individual Feature Layers to the Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198742#M6236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm in the process of learning how to use the ArcGIS Viewer for Flex. I have a basic question you seasoned Flex Viewer / API folks will more than likely be able to answer!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like to add a layer from a map service to my map, using the type = "feature" attribute and feature layer url in the config.xml document. I noticed that when I do this, as opposed to adding the service to which it belongs (using type="dynamic"), it doesn't display on my map. I'm guessing this has something to do with the fact that the symbology is contained in the service and not the individual layers. Am I on the right track? How can I add individual layers and make them visible on my Flex Viewer map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any advice would be greatly appreciated. Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Amy Smith&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 17:22:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198742#M6236</guid>
      <dc:creator>AmySmith1</dc:creator>
      <dc:date>2011-03-08T17:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Individual Feature Layers to the Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198743#M6237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To add a feature layer, you need to specify a particular layer, rather than the whole service. For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/FeatureServer/2"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/FeatureServer/2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;as opposed to a dynamic map service which would work with:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/MapServer"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that the feature service specifies a layer with a number at the end of the URL. From the service's FeatureServer page in REST, click the layer you want to get the new URL to use.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 17:45:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198743#M6237</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2011-03-08T17:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Individual Feature Layers to the Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198744#M6238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Within a Flex APP. Building a definition Expression and tying it together is no big deal.&amp;nbsp; I would like to do this in the Flex Viewer.&amp;nbsp; How do I send this to a featurelayer within the Config.xml?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 18:34:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198744#M6238</guid>
      <dc:creator>PaulLang</dc:creator>
      <dc:date>2011-03-08T18:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Individual Feature Layers to the Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198745#M6239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;To add a feature layer, you need to specify a particular layer, rather than the whole service. For example:&lt;BR /&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/FeatureServer/2"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/FeatureServer/2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;as opposed to a dynamic map service which would work with:&lt;BR /&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/MapServer"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Note that the feature service specifies a layer with a number at the end of the URL. From the service's FeatureServer page in REST, click the layer you want to get the new URL to use.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks! I was indeed specifying the particular layer, but I didn't realize there was a different service type for individual features within a map service. I'm unfamiliar with feature services (I'm assuming that's what they're called). When I click on the layer I want, the URL still indicates "MapServer", as opposed to "FeatureServer". Is there a particular process I need to go through to create feature services?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Amy Smith&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 18:43:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198745#M6239</guid>
      <dc:creator>AmySmith1</dc:creator>
      <dc:date>2011-03-08T18:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Individual Feature Layers to the Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198746#M6240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Within a Flex APP. Building a definition Expression and tying it together is no big deal.&amp;nbsp; I would like to do this in the Flex Viewer.&amp;nbsp; How do I send this to a featurelayer within the Config.xml?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can either:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the QueryWidget (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/widgets/query_widget.htm"&gt;http://help.arcgis.com/en/webapps/flexviewer/help/widgets/query_widget.htm&lt;/A&gt;&lt;SPAN&gt;) and use the preload="open" tag to show a subset of a map service when the map loads, rather than just adding it as an operational layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or, if using a feature layer, use the definitionexpression attribute as specified here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/layer_tag.htm"&gt;http://help.arcgis.com/en/webapps/flexviewer/help/layer_tag.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Thanks! I was indeed specifying the particular layer, but I didn't realize there was a different service type for individual features within a map service. I'm unfamiliar with feature services (I'm assuming that's what they're called). When I click on the layer I want, the URL still indicates "MapServer", as opposed to "FeatureServer". Is there a particular process I need to go through to create feature services?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just go to your REST home page (e.g. &lt;/SPAN&gt;&lt;A href="http://yourserver.com/yourinstance/rest/services/"&gt;http://yourserver.com/yourinstance/rest/services/&lt;/A&gt;&lt;SPAN&gt;), and you will see that each map service with Feature capability enabled has two entries, one Map Server entry and another Feature Server entry (and a third if Mobile is enabled). Click on the Feature Server link, then the layer you want. Or you can just manually change the URL, but it's always a good idea to click through via your REST page to make sure the service has been created correctly, is started, etc.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 18:48:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198746#M6240</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2011-03-08T18:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Individual Feature Layers to the Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198747#M6241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Just go to your REST home page (e.g. &lt;A href="http://yourserver.com/yourinstance/rest/services/"&gt;http://yourserver.com/yourinstance/rest/services/&lt;/A&gt;), and you will see that each map service with Feature capability enabled has two entries, one Map Server entry and another Feature Server entry (and a third if Mobile is enabled). Click on the Feature Server link, then the layer you want. Or you can just manually change the URL, but it's always a good idea to click through via your REST page to make sure the service has been created correctly, is started, etc.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a new map service with WFS enabled, but I am still only seeing one service (a map service) listed on my REST page. I'm currently using ArcGIS Server 9.3. Is this something that's only available with ArcGIS Server 10?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 19:11:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198747#M6241</guid>
      <dc:creator>AmySmith1</dc:creator>
      <dc:date>2011-03-08T19:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Individual Feature Layers to the Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198748#M6242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I created a new map service with WFS enabled, but I am still only seeing one service (a map service) listed on my REST page. I'm currently using ArcGIS Server 9.3. Is this something that's only available with ArcGIS Server 10?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, "feature services" are different from WFS, and are only supported with Server 10. Just set the type to "dynamic" and you can use your &lt;/SPAN&gt;&lt;A href="http://yourserver.com/yourinstance/rest/services/yourservice/MapServer/"&gt;http://yourserver.com/yourinstance/rest/services/yourservice/MapServer/&lt;/A&gt;&lt;SPAN&gt; link. I thought you needed the specific feature service functionality, but if not just use dynamic and you'll be fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 19:16:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198748#M6242</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2011-03-08T19:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Individual Feature Layers to the Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198749#M6243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yes, "feature services" are different from WFS, and are only supported with Server 10. Just set the type to "dynamic" and you can use your &lt;A href="http://yourserver.com/yourinstance/rest/services/yourservice/MapServer/"&gt;http://yourserver.com/yourinstance/rest/services/yourservice/MapServer/&lt;/A&gt; link. I thought you needed the specific feature service functionality, but if not just use dynamic and you'll be fine.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I must be having some other issue. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Even using the &lt;/SPAN&gt;&lt;A href="http://yourserver.com/yourinstance/rest/services/yourservice/MapServer/0"&gt;http://yourserver.com/yourinstance/rest/services/yourservice/MapServer/0&lt;/A&gt;&lt;SPAN&gt; url, the feature layer is not viewable when added to the list of operational layers. It shows up under the "More" menu, however when checked on, the layer doesn't appear to be added.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the advice on Feature Services. It's definitely something I'm going to look into once my office updates to ArcGIS Server 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Amy Smith&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 19:27:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198749#M6243</guid>
      <dc:creator>AmySmith1</dc:creator>
      <dc:date>2011-03-08T19:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Individual Feature Layers to the Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198750#M6244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@jrfishe1 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So the only way to get the attribute data from the layers is to use ArcSDE?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 14:31:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198750#M6244</guid>
      <dc:creator>ChrisBrannin</dc:creator>
      <dc:date>2011-03-09T14:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Individual Feature Layers to the Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198751#M6245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;@jrfishe1 &lt;BR /&gt;So the only way to get the attribute data from the layers is to use ArcSDE?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No, you can still use the Query operation on a map service to get attribute information regardless of whether it's based on SDE or local data on the server. But there is &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;not&lt;/SPAN&gt;&lt;SPAN&gt; an easy way to open the full attribute table of a layer in a regular map service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 14:35:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198751#M6245</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2011-03-09T14:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Individual Feature Layers to the Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198752#M6246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh yes, but without using a widget and to be able to just click on the features to pull the attributes, then they must be ArcSDE?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 15:34:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198752#M6246</guid>
      <dc:creator>ChrisBrannin</dc:creator>
      <dc:date>2011-03-09T15:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Individual Feature Layers to the Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198753#M6247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Oh yes, but without using a widget and to be able to just click on the features to pull the attributes, then they must be ArcSDE?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Assuming you mean clicking on a feature in the Flex Viewer and have the simple info window pop up, that does require a feature service but I don't think you need to base that service on data in SDE.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 15:46:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198753#M6247</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2011-03-09T15:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Individual Feature Layers to the Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198754#M6248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually I am seeing this now. So I have to publish my MXD with feature access and then write the code as type="feature" and myserver/***/featureservice/(layer#)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am seeing a strange error though when I try and upload to my server:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Service was published but cannot be started due to: Configuration Campus_assets_cartlab.MapServer can not be started.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Server Object instance creation failed on machine gis.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 15:51:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198754#M6248</guid>
      <dc:creator>ChrisBrannin</dc:creator>
      <dc:date>2011-03-09T15:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Individual Feature Layers to the Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198755#M6249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Actually I am seeing this now. So I have to publish my MXD with feature access and then write the code as type="feature" and myserver/***/featureservice/(layer#)&lt;BR /&gt;&lt;BR /&gt;I am seeing a strange error though when I try and upload to my server:&lt;BR /&gt;&lt;BR /&gt;Service was published but cannot be started due to: Configuration Campus_assets_cartlab.MapServer can not be started.&lt;BR /&gt;Server Object instance creation failed on machine gis.&lt;BR /&gt;&lt;BR /&gt;any thoughts?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;One possible cause of this error seems to be having a map extent that goes off the edges of the earth. I've noticed that if I set my data frame properties to fixed extent, and make sure that none of the four extent values is too high or low. For example, if your map service is in Web Mercator, make sure that the left and bottom are no less than -20,037,507.0671618 m, and the top and right are no more than 20,037,507.0671618 m. For geographic it would be y between 90 and -90 and x between -180 and 180. Also set the extent used by full extent command to be the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See if that helps? I've had that not very specific or helpful error many times, and the above often seems to fix it. I'd love to know some other possible fixes though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 16:28:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198755#M6249</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2011-03-09T16:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Individual Feature Layers to the Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198756#M6250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Actually I am seeing this now. So I have to publish my MXD with feature access and then write the code as type="feature" and myserver/***/featureservice/(layer#)&lt;BR /&gt; &lt;BR /&gt;I am seeing a strange error though when I try and upload to my server:&lt;BR /&gt; &lt;BR /&gt;Service was published but cannot be started due to: Configuration Campus_assets_cartlab.MapServer can not be started.&lt;BR /&gt;Server Object instance creation failed on machine gis.&lt;BR /&gt; &lt;BR /&gt;any thoughts?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Take a look at the config logs. I suspect you may be seeing something like this in there:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Layer: XXXXXXXXXX does not use SDE GeoDatabase. Feature Access capabilty requires the data to be on SDE GeoDatabase.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 17:53:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198756#M6250</guid>
      <dc:creator>NathanEnge</dc:creator>
      <dc:date>2011-03-09T17:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Individual Feature Layers to the Flex Viewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198757#M6251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did not check the logs (duh) but I did place all my feature classes into the SDE and now it uploaded like a charm. So yes loading these onto the SDE was the ticket. Thanks for all the help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 19:14:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-individual-feature-layers-to-the-flex/m-p/198757#M6251</guid>
      <dc:creator>ChrisBrannin</dc:creator>
      <dc:date>2011-03-09T19:14:39Z</dc:date>
    </item>
  </channel>
</rss>

