<?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: geocoding periodically returns &amp;quot;An unexpected error occurred processing the reque in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/geocoding-periodically-returns-amp-amp-quot-an/m-p/168082#M4122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am experiencing the same issue. Were you able to find a solution to this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Arvinder&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2012 21:40:54 GMT</pubDate>
    <dc:creator>arvinderbhalla</dc:creator>
    <dc:date>2012-02-07T21:40:54Z</dc:date>
    <item>
      <title>geocoding periodically returns &amp;amp;quot;An unexpected error occurred processing the request&amp;amp;quot;</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/geocoding-periodically-returns-amp-amp-quot-an/m-p/168077#M4117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using API v2.1 with Silverlight 4,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;trying to perform geocoding periodically returns an exception with the msg "An unexpected error occurred processing the request".&amp;nbsp; It seems the server (I'm using &lt;/SPAN&gt;&lt;A href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_NA/GeocodeServer"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_NA/GeocodeServer&lt;/A&gt;&lt;SPAN&gt;) gets into a state sometimes where it is likely to return these errors.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can observe the error both via Locator.AddressToLocationsAsync() and via the web page&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_NA/GeocodeServer/findAddressCandidates"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_NA/GeocodeServer/findAddressCandidates&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was geocoding for an address such as City=Boston, State=MA.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to avoid these errors?&amp;nbsp; Maybe there is some other production server we can point to?&amp;nbsp; Right now this server doesn't seem too reliable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 20:24:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/geocoding-periodically-returns-amp-amp-quot-an/m-p/168077#M4117</guid>
      <dc:creator>AndySanford</dc:creator>
      <dc:date>2011-03-11T20:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: geocoding periodically returns "An unexpected error occurred processing the reque</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/geocoding-periodically-returns-amp-amp-quot-an/m-p/168078#M4118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you wired up to the Failed event handler? If there is no EventHandler provided the application will throw and unhandled exception. in the failed event you declare you can handle what you want o happen if the service throws an exception.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 22:42:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/geocoding-periodically-returns-amp-amp-quot-an/m-p/168078#M4118</guid>
      <dc:creator>ChristopherHill</dc:creator>
      <dc:date>2011-03-11T22:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: geocoding periodically returns "An unexpected error occurred processing the reque</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/geocoding-periodically-returns-amp-amp-quot-an/m-p/168079#M4119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, Christopher,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I am wired up to the Failed event, and I handle errors coming via this Failed event and via the regular method completion event. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; As I said, when the server gets into this state, it returns the error mentioned both when performing geocoding programatically, and when using the web page referenced (the web page returns the msg as text of course.)&amp;nbsp; So, it isn't really a question of how to handle the error.&amp;nbsp; The question is why the server sometimes returns this error in the first place, and if this server isn't reliable, is there a different production server we should be using instead.&amp;nbsp; Do you have any info on these questions?&amp;nbsp; We don't want to have our customers having an unreliable product.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a bunch!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2011 15:12:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/geocoding-periodically-returns-amp-amp-quot-an/m-p/168079#M4119</guid>
      <dc:creator>AndySanford</dc:creator>
      <dc:date>2011-03-14T15:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: geocoding periodically returns "An unexpected error occurred processing the reque</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/geocoding-periodically-returns-amp-amp-quot-an/m-p/168080#M4120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I talked to a member of the REST team and according to him the error you posted would occur when the ArcGIS server throws an error with no error descrption or the SOC crashes. I would suggest that you repost your question to the ArcGIS Server team seeing that the problem is not directly related to our Silverlight API. There should be someone there that can better assist you with the problem you are facing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Server - General &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/forums/8-ArcGIS-Server-General"&gt;http://forums.arcgis.com/forums/8-ArcGIS-Server-General&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2011 17:59:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/geocoding-periodically-returns-amp-amp-quot-an/m-p/168080#M4120</guid>
      <dc:creator>ChristopherHill</dc:creator>
      <dc:date>2011-03-14T17:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: geocoding periodically returns "An unexpected error occurred processing the reque</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/geocoding-periodically-returns-amp-amp-quot-an/m-p/168081#M4121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;okay, will do, and thanks for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2011 18:14:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/geocoding-periodically-returns-amp-amp-quot-an/m-p/168081#M4121</guid>
      <dc:creator>AndySanford</dc:creator>
      <dc:date>2011-03-14T18:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: geocoding periodically returns "An unexpected error occurred processing the reque</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/geocoding-periodically-returns-amp-amp-quot-an/m-p/168082#M4122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am experiencing the same issue. Were you able to find a solution to this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Arvinder&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 21:40:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/geocoding-periodically-returns-amp-amp-quot-an/m-p/168082#M4122</guid>
      <dc:creator>arvinderbhalla</dc:creator>
      <dc:date>2012-02-07T21:40:54Z</dc:date>
    </item>
  </channel>
</rss>

