<?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 #2032 in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-2032/m-p/440703#M10257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Are you running SP1 or SP2 for ArcGIS 10 Server? It seems like I remember there being a AMF issue that was addressed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 May 2011 12:53:52 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2011-05-26T12:53:52Z</dc:date>
    <item>
      <title>Error #2032</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-2032/m-p/440698#M10252</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've customized a Flex Viewer so that I can pass it parameters on the URL to query a mapservice layer with a particular feature id and then zoom the map to the found feature. A few end users are getting the following error message with they launch the viewer with these URL parameters:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;RPC Fault faultstring="Error #2032" faultcode="null" faultDetail="null"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I traced the browser activity with Fiddler and noticed that when the viewer sends a query request to the map service the response is a request for client credentials. When I (and many of my colleagues) run the viewer we don't encounter this problem and the response is successful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The URL looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/ArcGIS/rest/services/MyServiceName/MapServer/0/query?f=amf&amp;amp;returnGeometry=true&amp;amp;where=ID%3D5818&amp;amp;spatialRel=esriSpatialRelIntersects&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using ArcGIS Server 10. I'm currently asking the effected users to try a version of the viewer that I have changed the requested format from AMF to JSON. I'm waiting to hear what the results are.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas about what is going on?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 14:47:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-2032/m-p/440698#M10252</guid>
      <dc:creator>MarkSmith1</dc:creator>
      <dc:date>2011-05-13T14:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error #2032</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-2032/m-p/440699#M10253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are those users members of the ArcGIS Server users group, agsuser in order to access the map service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 02:46:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-2032/m-p/440699#M10253</guid>
      <dc:creator>RobertMyers</dc:creator>
      <dc:date>2011-05-20T02:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error #2032</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-2032/m-p/440700#M10254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No they're not. Do I have to add every user who is going to access the service to agsuser? It's not a protected service so it would be nearly impossible for me to anticipate who is going to access it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I switched the format of the response to JSON instead of AMF and now it's working without a hitch for those folks who were having issues.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 11:42:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-2032/m-p/440700#M10254</guid>
      <dc:creator>MarkSmith1</dc:creator>
      <dc:date>2011-05-20T11:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error #2032</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-2032/m-p/440701#M10255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;[...]&lt;BR /&gt;&lt;BR /&gt;I switched the format of the response to JSON instead of AMF and now it's working without a hitch for those folks who were having issues.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All I did was add this line of code before the execute() methods on my querytasks and it worked: queryT.useAMF = false;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 12:24:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-2032/m-p/440701#M10255</guid>
      <dc:creator>NicolasDistefano</dc:creator>
      <dc:date>2011-05-26T12:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error #2032</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-2032/m-p/440702#M10256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yup, that's exactly what I did too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone shine some light on why AMF can be problematic for some users?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 12:33:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-2032/m-p/440702#M10256</guid>
      <dc:creator>MarkSmith1</dc:creator>
      <dc:date>2011-05-26T12:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error #2032</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-2032/m-p/440703#M10257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Are you running SP1 or SP2 for ArcGIS 10 Server? It seems like I remember there being a AMF issue that was addressed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 12:53:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-2032/m-p/440703#M10257</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-05-26T12:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error #2032</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-2032/m-p/440704#M10258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;SP1. I'll download and install SP2 ASAP. Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 13:09:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-2032/m-p/440704#M10258</guid>
      <dc:creator>MarkSmith1</dc:creator>
      <dc:date>2011-05-26T13:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error #2032</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-2032/m-p/440705#M10259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the "Error #2032" only happens on some machines (when loading the app) but the app works on other machines, then please try to replace the index.swf from a new download of flexviewer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We had seen this issue with some customers. Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 20:49:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error-2032/m-p/440705#M10259</guid>
      <dc:creator>JohnZhang</dc:creator>
      <dc:date>2012-02-08T20:49:39Z</dc:date>
    </item>
  </channel>
</rss>

