<?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: Geoprocessing Error in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/geoprocessing-error/m-p/488019#M11152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Bob,&lt;BR /&gt;One of the cause could be the coordinates&amp;nbsp; sent would be in different spatial reference than what is expected by server.&lt;BR /&gt;Could you capture HTTP REST request and response(using firebug/fiddler) to see whats going on behind the scenes?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mehul -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I was hoping to avoid a 'sniffer' if I could, though if you think that would help get to the root of the problem I would certainly entertain getting my hands on one of those programs your recommended. As I mentioned in my original post, I've confirmed that the map point that gets fed to the geoprocess falls within my mapping application extents, the same that was published along with the geoprocess from the outset. I've also read that the geoprocess should just work independent of whatever the spatial reference of the application calling it - or did I misunderstand that? I'm working to try and get the 'Buffer and Clip' geoprocess to run (or even buffer!) but might you recommend an even simpler one I could test to help get to the root of this problem? I am able to run the geoprocessing code found in the Flex API sample apps but unfortunately do not have access to the models/scripts used to create the processes to see what steps I might have missed or have gotten wrong, so any ideas you can suggest would be greatly appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Bob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Feb 2011 20:51:11 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2011-02-02T20:51:11Z</dc:date>
    <item>
      <title>Geoprocessing Error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/geoprocessing-error/m-p/488017#M11150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working through Geoprocessing 101 and have successfully created and published the sample "Buffer and Clip" geoprocess from the tutorials. I opted to publish the geoprocess along with the map service that consumes it and and am able to successfully create and run a web application using the 'New Web App' wizard on the ArcGIS Server Manager web page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem I'm having is try to consume the same geoprocess from a Flex API web app. I have "borrowed" the code from the 'Query Using GP Result' on the samples page and modified it to use my map service and geoprocess service. When I click the map (to submit a point to then start the geoprocessing) I get the following error message captured in the GPFault event:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unexpected fault:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FaultEvent fault=[RPC Fault faultString="Error Executing Task. The coordinates or measures are out of bounds." faultCode="500" faultDetail=""] messageId=null type="fault" bubbles=false cancelable=true eventPhase=2]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I cannot seem to find any information pertinent to this error message and I've confirmed that the map point clicked falls within my application extents so I'm wondering if perhaps there is something else at work here.&amp;nbsp; If anyone has seen this or has any information about how to resolve this I would be extremely grateful!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any helpful resonses to this inquiry!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 21:48:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/geoprocessing-error/m-p/488017#M11150</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-01-27T21:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/geoprocessing-error/m-p/488018#M11151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Bob,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;One of the cause could be the coordinates&amp;nbsp; sent would be in different spatial reference than what is expected by server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you capture HTTP REST request and response(using firebug/fiddler) to see whats going on behind the scenes?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 18:21:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/geoprocessing-error/m-p/488018#M11151</guid>
      <dc:creator>MehulChoksey</dc:creator>
      <dc:date>2011-01-31T18:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/geoprocessing-error/m-p/488019#M11152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Bob,&lt;BR /&gt;One of the cause could be the coordinates&amp;nbsp; sent would be in different spatial reference than what is expected by server.&lt;BR /&gt;Could you capture HTTP REST request and response(using firebug/fiddler) to see whats going on behind the scenes?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mehul -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I was hoping to avoid a 'sniffer' if I could, though if you think that would help get to the root of the problem I would certainly entertain getting my hands on one of those programs your recommended. As I mentioned in my original post, I've confirmed that the map point that gets fed to the geoprocess falls within my mapping application extents, the same that was published along with the geoprocess from the outset. I've also read that the geoprocess should just work independent of whatever the spatial reference of the application calling it - or did I misunderstand that? I'm working to try and get the 'Buffer and Clip' geoprocess to run (or even buffer!) but might you recommend an even simpler one I could test to help get to the root of this problem? I am able to run the geoprocessing code found in the Flex API sample apps but unfortunately do not have access to the models/scripts used to create the processes to see what steps I might have missed or have gotten wrong, so any ideas you can suggest would be greatly appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Bob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 20:51:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/geoprocessing-error/m-p/488019#M11152</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-02-02T20:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/geoprocessing-error/m-p/488020#M11153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Flex api communicates with the server using REST API and sniffer tool such as Firebug /Fiddler captures that communicationa. Using that requuest we could take the Flex API out of the picture and send REST request directly using Browser and see if its working or not. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you could captuire REST request/ response that would be helpful to find the cause...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mehul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 21:05:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/geoprocessing-error/m-p/488020#M11153</guid>
      <dc:creator>MehulChoksey</dc:creator>
      <dc:date>2011-02-02T21:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/geoprocessing-error/m-p/488021#M11154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Flex api communicates with the server using REST API and sniffer tool such as Firebug /Fiddler captures that communicationa. Using that requuest we could take the Flex API out of the picture and send REST request directly using Browser and see if its working or not. &lt;BR /&gt;If you could captuire REST request/ response that would be helpful to find the cause...&lt;BR /&gt;&lt;BR /&gt;Mehul&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mehul -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry in the delay of my reply. Am still working with our IT support to see about pursuing the sniffer approach, but was exploring some other avenues in the meanwhile.&amp;nbsp; One thing that would be helpful would be the ability to write the output of a geoprocess to a log file that would contain more useful information than the error response returned to the REST API. Is there an option for that? Thanks again for your help ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Bob&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ps -- I've partially answered my own question by playing around with the Geoprocessing options in ArcCatalog and the geoprocessing services properties. I enabled messages and the returned error messages are now far more useful. The log files I also found but I'm not finding them as useful. Anyway, will let you know what the results of the sniffer tests are ...Thanks again for the help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 16:48:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/geoprocessing-error/m-p/488021#M11154</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-02-23T16:48:16Z</dc:date>
    </item>
  </channel>
</rss>

