<?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: Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534833#M12076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The issue that I experienced was rooted in the server being unable to respond to requests with a complex WHERE clause but this was for unrelated reasons, so my workaround of disabling the WHERE functionality is probably not a general solution, I'm afraid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are presumably other possible causes for the E0011E issue, so one of those may be applicable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That said, if you wish to disable the cache by changing its size, the syntax I quoted was just an MXML fragment from a layer declaration. If your language API has an onDemandCacheSize() function for the layer then you could presumably try calling onDemandCacheSize(0) instead.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Aug 2013 14:31:28 GMT</pubDate>
    <dc:creator>SarahBurgin</dc:creator>
    <dc:date>2013-08-01T14:31:28Z</dc:date>
    <item>
      <title>Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534817#M12060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm experiencing this runtime problem (Error E0011E: Invalid feature layer) at startup for every FeatureLayer after switching the agslib-3.0pre-2012-03-15.swc for agslib-3.0-2012-06-06.swc (the swc change is the only difference; everything else remains the same).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone suggest any obvious causes or resolutions to this issue please?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 13:17:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534817#M12060</guid>
      <dc:creator>SarahBurgin</dc:creator>
      <dc:date>2012-12-07T13:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534818#M12061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sarah,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Did you run the Clean... Command from the Project menu in Flash Builder?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 13:36:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534818#M12061</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-12-07T13:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534819#M12062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Did you run the Clean... Command from the Project menu in Flash Builder?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the suggestion. I don't normally need to run Clean but have just tried that now; unfortunately the problem is still happening afterwards. Here's the stack trace:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Error: E0011E: Invalid feature layer:
 at com.esri.ags.layers::FeatureLayer/initLayer()&lt;C&gt;
 at Function/com.esri.ags.layers:FeatureLayer/private:loadDetails/com.esri.ags.layers:myResultFunction()&lt;C&gt;
 at mx.rpc::AsyncResponder/result()&lt;E&gt;
 at com.esri.ags.tasks::DetailsTask/handleDetails()&lt;C&gt;
 at Function/http://adobe.com/AS3/2006/builtin::call()
 at com.esri.ags.tasks::BaseTask/handleResultEvent()&lt;C&gt;
 at mx.rpc::AsyncResponder/result()&lt;E&gt;
 at mx.rpc::AsyncToken/http://www.adobe.com/2006/flex/mx/internal::applyResult()&lt;E&gt;
 at mx.rpc.events::ResultEvent/http://www.adobe.com/2006/flex/mx/internal::callTokenResponders()&lt;E&gt;
 at HTTPOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()&lt;E&gt;
 at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()&lt;E&gt;
 at mx.rpc::Responder/result()&lt;E&gt;
 at mx.rpc::AsyncRequest/acknowledge()&lt;E&gt;
 at DirectHTTPMessageResponder/completeHandler()&lt;E&gt;
 at flash.events::EventDispatcher/dispatchEventFunction()
 at flash.events::EventDispatcher/dispatchEvent()
 at flash.net::URLLoader/onComplete()&lt;/E&gt;&lt;/E&gt;&lt;/E&gt;&lt;/E&gt;&lt;/E&gt;&lt;/E&gt;&lt;/E&gt;&lt;/E&gt;&lt;/C&gt;&lt;/C&gt;&lt;/E&gt;&lt;/C&gt;&lt;/C&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:14:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534819#M12062</guid>
      <dc:creator>SarahBurgin</dc:creator>
      <dc:date>2021-12-11T23:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534820#M12063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sarah,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Have you insured that you do not have both swcs in the libs folder or have an older swc referenced by your project?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 14:30:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534820#M12063</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-12-07T14:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534821#M12064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I can confirm that. The exception doesn't occur if the 2.x or 3.0pre-release swc files are used.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 14:39:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534821#M12064</guid>
      <dc:creator>SarahBurgin</dc:creator>
      <dc:date>2012-12-07T14:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534822#M12065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sarah,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I have been using AGS Flex 3.0 final lib extensively since it came out and have not had this error...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How are you using FeatureLayer in your code?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 14:42:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534822#M12065</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-12-07T14:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534823#M12066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sarah,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Are you using the Adobe 4.6 SDK? This was a requirement change from pre release that could use 4.5 SDK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Documentation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/concepts/017p/017p0000000m000000.htm"&gt;http://resources.arcgis.com/en/help/flex-api/concepts/017p/017p0000000m000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;SPAN style="font-size:3;"&gt;&lt;STRONG&gt;Adobe Flex SDK versions&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;The minmum supported software development kit (SDK) version is Adobe Flex SDK 4.6.&amp;nbsp;&amp;nbsp;&amp;nbsp; For detailed Flex framework system requirements, read the current &lt;A href="http://www.adobe.com/products/flex/systemreqs/#section-3"&gt;Flex SDK system requirements&lt;/A&gt; by Adobe. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 14:44:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534823#M12066</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-12-07T14:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534824#M12067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks again for the replies Robert. Do you know if the REST protocol has changed or become more strict for ArcGIS API 3.0 (final)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;How are you using FeatureLayer in your code?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Some of the layers are declared statically using MXML whilst in other applications we create them dynamically from ActionScript; both suffer from the same issue with ArcGIS API 3.0 (final). Our layers have mode set to onDemand, useAMF is false and we have custom event handlers for graphicAdd, updateStart and updateEnd.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Are you using the Adobe 4.6 SDK?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, the build environment is Flash Builder 4.6 with the Adobe Flex 4.6.0 SDK. I've also briefly tried the more recent Apache Flex 4.8.0 but had no luck getting it to build successfully.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 15:59:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534824#M12067</guid>
      <dc:creator>SarahBurgin</dc:creator>
      <dc:date>2012-12-07T15:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534825#M12068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sarah,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Can you start a brand new project and test one of simple FeatureLayer samples?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/0000/0000000q36m3000000.htm"&gt;http://resources.arcgis.com/en/help/flex-api/samples/0000/0000000q36m3000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 16:11:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534825#M12068</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-12-07T16:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534826#M12069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sadly that's not an option as our development environment is an offline system, therefore arcgisonline would be unreachable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know if there's a way to find out what Error E0011E actually means, please?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 16:27:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534826#M12069</guid>
      <dc:creator>SarahBurgin</dc:creator>
      <dc:date>2012-12-07T16:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534827#M12070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;... what Error E0011E actually means...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;As the error message mentions, the API throws Error E0011E when we think it is an "Invalid feature layer", meaning that the layer will not work as a feature layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you sure it is happening for ALL feature layers, not just some?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the feature layer maybe a "Raster Layer"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The feature layer never worked with this type, and starting with 3.0 the API returns the error for this and a few other cases of invalid feature layers. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If not a "Raster Layer", is the layer coming from a Map Service, Feature Service, Image Server, ... or are you populating the featurelayer yourself?&amp;nbsp; If the latter, does the layer have any "fields"?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 02:08:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534827#M12070</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2012-12-10T02:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534828#M12071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks bjorn, your suggestions proved helpful as it turned out to be an issue with the "fields" not being setup correctly for our feature layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've noticed that ArcGIS API 3.0 final (and the newer 3.1) are sending a 'where' clause back to the server in the REST requests, which is now causing us a few issues, so we'd like to prevent that from happening. Does anyone know of a way to disable this new behaviour please?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 13:40:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534828#M12071</guid>
      <dc:creator>SarahBurgin</dc:creator>
      <dc:date>2012-12-19T13:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534829#M12072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is in the where clause?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The FeatureLayer will send where=1=1 if it's in snapshot mode.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 18:28:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534829#M12072</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2012-12-19T18:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534830#M12073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's like "where=ObjectId NOT IN (...)"; no worries though as I think we've actually just resolved this issue now!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 18:37:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534830#M12073</guid>
      <dc:creator>SarahBurgin</dc:creator>
      <dc:date>2012-12-19T18:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534831#M12074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In fact, there were still a couple of problems for us, however we've discovered the 'where' functionality can be disabled with the following Feature Layer attribute, so hopefully it won't cause any further trouble now:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV align="center"&gt;onDemandCacheSize="0"&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 15:20:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534831#M12074</guid>
      <dc:creator>SarahBurgin</dc:creator>
      <dc:date>2012-12-20T15:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534832#M12075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The E0011E shows up in using &lt;/SPAN&gt;&lt;STRONG&gt;Version 3.4 Flex Viewer with 9.3 "ArcExplorer Java Edition" project manager that was inside the "AppBuilder-3.4.air" file installed&lt;/STRONG&gt;&lt;SPAN&gt; . . . all from a batch of fresh recent downloads (there being no forewarning that the numbering is, well, curious) . . .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where and how is one to (re)set "tag-speak" as&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;onDemandCacheSize="0"&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;insofar as ESRI at &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style: italic; text-decoration: underline;"&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#onDemandCacheSize"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#onDemandCacheSize&lt;/A&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;shows different syntax, namely "query-speak" as&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;public function get onDemandCacheSize():uint&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;public function set onDemandCacheSize(value:uint):void&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;in order to overcome "&lt;/SPAN&gt;&lt;STRONG&gt;E0011E&lt;/STRONG&gt;&lt;SPAN&gt;" relative to the default "1000"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Posts on this problem are about 7 to 24 or more months old.&amp;nbsp; The problem has not entirely come and gone away.&amp;nbsp; It's still alive and still ill.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jul 2013 02:17:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534832#M12075</guid>
      <dc:creator>PTurner</dc:creator>
      <dc:date>2013-07-27T02:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534833#M12076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The issue that I experienced was rooted in the server being unable to respond to requests with a complex WHERE clause but this was for unrelated reasons, so my workaround of disabling the WHERE functionality is probably not a general solution, I'm afraid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are presumably other possible causes for the E0011E issue, so one of those may be applicable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That said, if you wish to disable the cache by changing its size, the syntax I quoted was just an MXML fragment from a layer declaration. If your language API has an onDemandCacheSize() function for the layer then you could presumably try calling onDemandCacheSize(0) instead.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 14:31:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534833#M12076</guid>
      <dc:creator>SarahBurgin</dc:creator>
      <dc:date>2013-08-01T14:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534834#M12077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The E0011E error is thrown if the layer's metadata has no fields or an empty fields array. Can you double check your layer's metadata? e.g.,&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Earthquakes/EarthquakesFromLastSevenDays/MapServer/0"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Earthquakes/EarthquakesFromLastSevenDays/MapServer/0&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 15:11:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534834#M12077</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2013-08-01T15:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error E0011E: Invalid feature layer with ArcGIS API 3.0 (final) for Flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534835#M12078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you both!&amp;nbsp; That gives me two avenues to follow to three specific places to look.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cache reset (why 0 works is odd, there are reasons for default 1000):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(1)(a) an MXML fragment from a layer declaration&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(1)(b) language API onDemandCacheSize() function for the layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Layer fields (linked earthquake set shows pattern):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(2)(c) layer's metadata has no fields or an empty fields array&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since the error sprang during every attempt to pull down each of three files after viewing them, and they were "hollow" to look at, the first places to look will be what drives files he made on the server, and inside whatever non-default custom project files he had uploaded in the first place.&amp;nbsp; (With an update after I look, in computerese, "I'll be bak.")&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 17:07:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-e0011e-invalid-feature-layer-with-arcgis-api/m-p/534835#M12078</guid>
      <dc:creator>PTurner</dc:creator>
      <dc:date>2013-08-01T17:07:15Z</dc:date>
    </item>
  </channel>
</rss>

