<?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: Viewing Asyncronous Map Result Image Layer in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641745#M14268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By using Fiddler and "trace" in Flex, I think I've found the issue.&amp;nbsp; After my "jobcomplete" function runs and i get a positive result, I then run per the examples:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var myImageLayer:GPResultImageLayer = GP_async.getResultImageLayer(event.jobInfo.jobId,"Results_shp",imageParameters);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where the imageParameters have already been set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thru fiddler I can see the 500 error code and object not set.&amp;nbsp; Now I'm at a loss.&amp;nbsp; Help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I run the same code but as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GP_async.getResultImageLayer(event.jobInfo.jobId,"Results_shp",imageParameters);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;fiddler shows no errors.&amp;nbsp; I'm not sure why the GPResultImageLayer is not set.&amp;nbsp; Again as stated previously, I can run the request thru the services directory; get returned results; and view those results thru the Google Earth view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eddie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Aug 2012 14:22:42 GMT</pubDate>
    <dc:creator>eddiequinlan</dc:creator>
    <dc:date>2012-08-23T14:22:42Z</dc:date>
    <item>
      <title>Viewing Asyncronous Map Result Image Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641735#M14258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure if this is a flex issue or geoprocessing issue, but here it goes....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a basic geoprocessing model which performs a spatial select on a parcel layer and shows what parcels are selected (very basic at this point).&amp;nbsp; The model/.mxd runs fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I???ve published this model as an asyncronous result map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I???ve tested this model thru the ArcGIS Services Directory, by inputting some coordinate input values.&amp;nbsp; This runs fine and I can see the record count and attributes of the query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First Question?????????&amp;nbsp; Can I run the same request thru the Services Directory and see the results as a ???map result???&amp;nbsp; either graphic or layer on a map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My FLEX app runs this map service as an asyncronous job and I can see the records/attributes of the request.&amp;nbsp; What I can???t see is the resulting map image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don???t know if my published map is set correctly to display the map results (the reason for my first question), or if my FLEX app is not coded properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I tweak my code and run a syncronous job, I can loop thru the results and shade the map correctly.&amp;nbsp; I???m trying to use the asyncronous method because of the potentially large amount of processing.&amp;nbsp; I???ve read just about all the documentation I can find and have tried numerous variations of coding, map service configurations, etc and still cannot get the results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I could test the results at the Services Directory and it works, then I would think my FLEX coding is wrong??????.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any Suggestions?????????&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Painfully,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eddie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 20:49:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641735#M14258</guid>
      <dc:creator>eddiequinlan</dc:creator>
      <dc:date>2012-08-21T20:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing Asyncronous Map Result Image Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641736#M14259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After the job is complete, you can call getResultMapServiceLayer() or getResultImageLayer() and add the layer to your map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/tasks/Geoprocessor.html#getResultMapServiceLayer()"&gt;http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/tasks/Geoprocessor.html#getResultMapServiceLayer()&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 21:21:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641736#M14259</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2012-08-21T21:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing Asyncronous Map Result Image Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641737#M14260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the response Dasa and by the way I thought your lecture at the San Diego conference was the most entertaining and informative.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using ArcGis 10.0, therefore I've only tried the getResultImageLayer () method with no luck.&amp;nbsp; Since my last post, I did run the model at the ArcGIS services directory; received back attribute results; and then tried viewing those results in Google Earth.&amp;nbsp;&amp;nbsp; Google Earth recognized there was data, but visually I still didn't see any mapping symbology.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanx,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eddie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 12:36:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641737#M14260</guid>
      <dc:creator>eddiequinlan</dc:creator>
      <dc:date>2012-08-22T12:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing Asyncronous Map Result Image Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641738#M14261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is a follow up to my last post.......................&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are the results of the model running from the Services Directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Services Directory &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Home &amp;gt; PropertyApp &amp;gt; Select_by_Graphics (GPServer) &amp;gt; SelectGraphics &amp;gt; j501295169e1c403681c1e94335987c6b&amp;nbsp; Help | API Reference &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Job Details: SelectGraphics&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Check Job Details:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Return Messages:&amp;nbsp;&amp;nbsp; True&amp;nbsp;&amp;nbsp;&amp;nbsp; False&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;View In:&amp;nbsp;&amp;nbsp; Google Earth &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Job ID: j501295169e1c403681c1e94335987c6b&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Job Status: esriJobSucceeded&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Results: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Results_shp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Inputs: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Selecting_Features&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Job Messages: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Submitted. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Executing... &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Executing (SelectGraphics): Model "Feature Set" C:\Users\ARCGIS~1.000\AppData\Local\Temp\propertyapp\select_by_graphics_gpserver\j501295169e1c403681c1e94335987c6b\scratch\Results.shp &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Start Time: Wed Aug 22 08:39:53 2012 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Executing (Make Feature Layer): MakeFeatureLayer D:\gisdatabase\GdbProcessing\TestTables\Joined.gdb\ReducedData ReducedData_Layer # # "OBJECTID OBJECTID VISIBLE NONE;Shape Shape VISIBLE NONE;OBJECTID_1 OBJECTID_1 VISIBLE NONE;SAITEM SAITEM VISIBLE NONE;SASEQNO SASEQNO VISIBLE NONE;SARBOOK SARBOOK VISIBLE NONE;SARPAGE SARPAGE VISIBLE NONE;SARDATE SARDATE VISIBLE NONE;SAINSNO SAINSNO VISIBLE NONE;SAQU SAQU VISIBLE NONE;SASRCD SASRCD VISIBLE NONE;SAVI SAVI VISIBLE NONE;SAPRICE SAPRICE VISIBLE NONE;AREA AREA VISIBLE NONE;PIN_DSP PIN_DSP VISIBLE NONE;mAssmtRatio mAssmtRatio VISIBLE NONE;Asmt_Ratio Asmt_Ratio VISIBLE NONE;Shape_Length Shape_Length VISIBLE NONE;Shape_Area Shape_Area VISIBLE NONE" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Start Time: Wed Aug 22 08:39:53 2012 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Succeeded at Wed Aug 22 08:39:53 2012 (Elapsed Time: 0.00 seconds) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Executing (Select Layer By Location): SelectLayerByLocation ReducedData_Layer INTERSECT "Feature Set" # NEW_SELECTION &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Start Time: Wed Aug 22 08:39:53 2012 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Succeeded at Wed Aug 22 08:39:54 2012 (Elapsed Time: 1.00 seconds) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Executing (Make Feature Layer (2)): MakeFeatureLayer ReducedData_Layer Layer1 # # "OBJECTID OBJECTID VISIBLE NONE;Shape Shape VISIBLE NONE;OBJECTID_1 OBJECTID_1 VISIBLE NONE;SAITEM SAITEM VISIBLE NONE;SASEQNO SASEQNO VISIBLE NONE;SARBOOK SARBOOK VISIBLE NONE;SARPAGE SARPAGE VISIBLE NONE;SARDATE SARDATE VISIBLE NONE;SAINSNO SAINSNO VISIBLE NONE;SAQU SAQU VISIBLE NONE;SASRCD SASRCD VISIBLE NONE;SAVI SAVI VISIBLE NONE;SAPRICE SAPRICE VISIBLE NONE;AREA AREA VISIBLE NONE;PIN_DSP PIN_DSP VISIBLE NONE;mAssmtRatio mAssmtRatio VISIBLE NONE;Asmt_Ratio Asmt_Ratio VISIBLE NONE;Shape_Length Shape_Length VISIBLE NONE;Shape_Area Shape_Area VISIBLE NONE" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Start Time: Wed Aug 22 08:39:54 2012 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Succeeded at Wed Aug 22 08:39:54 2012 (Elapsed Time: 0.00 seconds) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Executing (Copy Features): CopyFeatures Layer1 C:\Users\ARCGIS~1.000\AppData\Local\Temp\propertyapp\select_by_graphics_gpserver\j501295169e1c403681c1e94335987c6b\scratch\Results.shp # 0 0 0 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Start Time: Wed Aug 22 08:39:54 2012 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Succeeded at Wed Aug 22 08:39:57 2012 (Elapsed Time: 3.00 seconds) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Succeeded at Wed Aug 22 08:39:57 2012 (Elapsed Time: 4.00 seconds) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Succeeded.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 12:42:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641738#M14261</guid>
      <dc:creator>eddiequinlan</dc:creator>
      <dc:date>2012-08-22T12:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing Asyncronous Map Result Image Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641739#M14262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It sounds like your result map service may not be enabled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This may help are you may need to contact Esri support at &lt;/SPAN&gt;&lt;A href="http://support.esri.com"&gt;http://support.esri.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/#/About_result_map_services_in_REST_applications/0154000005v3000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/#/About_result_map_services_in_REST_applications/0154000005v3000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 15:29:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641739#M14262</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2012-08-22T15:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing Asyncronous Map Result Image Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641740#M14263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dasa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I can tell my map service results are enabled.&amp;nbsp; Here is a copy of the server settings...........&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Execution Type:&amp;nbsp;&amp;nbsp; Synchronous&amp;nbsp; Asynchronous&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The tools exposed by the Geoprocessing service are stored in:&amp;nbsp;&amp;nbsp; A toolbox A map &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Map Document:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Type in the location of the resource. If you want to browse to a location, only shared drives appear in the list.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Data Frame:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Active Data Frame&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Result Map Service:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PropertyApp/Select_by_Graphics &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jobs Directory:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c:\arcgisserver\arcgisjobsd:\arcgisserver\arcgisjobs &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Virtual Jobs Directory:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Location:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Batch Size:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Output Directory:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c:\arcgisserver\arcgisoutputd:\arcgisserver\arcgisoutput &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Virtual Output Directory:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Supported Image Return Type:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Server cache directory:&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maximum Number of Records Returned by Server:&amp;nbsp;&amp;nbsp;&amp;nbsp; 100000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Show Messages&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Local Jobs Directory&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the ArcGIS10.1 example, it describes adding the map results by "right clicking" the results in the .mxd and publishing them.&amp;nbsp; In 10.0 I don't see any option/method to do this.&amp;nbsp; The only place I see is at the Server; as in the text above?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;eddie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 16:35:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641740#M14263</guid>
      <dc:creator>eddiequinlan</dc:creator>
      <dc:date>2012-08-22T16:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing Asyncronous Map Result Image Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641741#M14264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you run the task from the services directory and view the result parameter, does it show you an image?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the "Result map services" checklist at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Checklist_for_authoring_and_publishing_geoprocessing_services/009300000035000000/"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Checklist_for_authoring_and_publishing_geoprocessing_services/009300000035000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 16:46:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641741#M14264</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2012-08-22T16:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing Asyncronous Map Result Image Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641742#M14265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, only a Results: label.........&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Services Directory &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Home &amp;gt; PropertyApp &amp;gt; Select_by_Graphics (GPServer) &amp;gt; SelectGraphics &amp;gt; j2d09c3cba68a4c3ab13c3b2de6ab6238&amp;nbsp; Help | API Reference &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Job Details: SelectGraphics&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Check Job Details:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Return Messages:&amp;nbsp;&amp;nbsp; True&amp;nbsp;&amp;nbsp;&amp;nbsp; False&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;View In:&amp;nbsp;&amp;nbsp; Google Earth &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Job ID: j2d09c3cba68a4c3ab13c3b2de6ab6238&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Job Status: esriJobSucceeded&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Results: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Results_shp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Inputs: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Selecting_Features&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Job Messages: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Submitted. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Executing... &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Executing (SelectGraphics): Model c:\arcgisserver\arcgisjobs\propertyapp\select_by_graphics_gpserver\j2d09c3cba68a4c3ab13c3b2de6ab6238\scratch\Results.shp "Feature Set" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Start Time: Wed Aug 22 12:49:29 2012 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Executing (Make Feature Layer): MakeFeatureLayer D:\gisdatabase\GdbProcessing\TestTables\Joined.gdb\ReducedData ReducedData_Layer # # "OBJECTID OBJECTID VISIBLE NONE;Shape Shape VISIBLE NONE;OBJECTID_1 OBJECTID_1 VISIBLE NONE;SAITEM SAITEM VISIBLE NONE;SASEQNO SASEQNO VISIBLE NONE;SARBOOK SARBOOK VISIBLE NONE;SARPAGE SARPAGE VISIBLE NONE;SARDATE SARDATE VISIBLE NONE;SAINSNO SAINSNO VISIBLE NONE;SAQU SAQU VISIBLE NONE;SASRCD SASRCD VISIBLE NONE;SAVI SAVI VISIBLE NONE;SAPRICE SAPRICE VISIBLE NONE;AREA AREA VISIBLE NONE;PIN_DSP PIN_DSP VISIBLE NONE;mAssmtRatio mAssmtRatio VISIBLE NONE;Asmt_Ratio Asmt_Ratio VISIBLE NONE;Shape_Length Shape_Length VISIBLE NONE;Shape_Area Shape_Area VISIBLE NONE" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Start Time: Wed Aug 22 12:49:29 2012 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Succeeded at Wed Aug 22 12:49:29 2012 (Elapsed Time: 0.00 seconds) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Executing (Select Layer By Location): SelectLayerByLocation ReducedData_Layer INTERSECT "Feature Set" # NEW_SELECTION &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Start Time: Wed Aug 22 12:49:29 2012 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Succeeded at Wed Aug 22 12:49:29 2012 (Elapsed Time: 0.00 seconds) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Executing (Make Feature Layer (2)): MakeFeatureLayer ReducedData_Layer Layer1 # # "OBJECTID OBJECTID VISIBLE NONE;Shape Shape VISIBLE NONE;OBJECTID_1 OBJECTID_1 VISIBLE NONE;SAITEM SAITEM VISIBLE NONE;SASEQNO SASEQNO VISIBLE NONE;SARBOOK SARBOOK VISIBLE NONE;SARPAGE SARPAGE VISIBLE NONE;SARDATE SARDATE VISIBLE NONE;SAINSNO SAINSNO VISIBLE NONE;SAQU SAQU VISIBLE NONE;SASRCD SASRCD VISIBLE NONE;SAVI SAVI VISIBLE NONE;SAPRICE SAPRICE VISIBLE NONE;AREA AREA VISIBLE NONE;PIN_DSP PIN_DSP VISIBLE NONE;mAssmtRatio mAssmtRatio VISIBLE NONE;Asmt_Ratio Asmt_Ratio VISIBLE NONE;Shape_Length Shape_Length VISIBLE NONE;Shape_Area Shape_Area VISIBLE NONE" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Start Time: Wed Aug 22 12:49:29 2012 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Succeeded at Wed Aug 22 12:49:29 2012 (Elapsed Time: 0.00 seconds) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Executing (Copy Features): CopyFeatures Layer1 c:\arcgisserver\arcgisjobs\propertyapp\select_by_graphics_gpserver\j2d09c3cba68a4c3ab13c3b2de6ab6238\scratch\Results.shp # 0 0 0 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Start Time: Wed Aug 22 12:49:29 2012 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Succeeded at Wed Aug 22 12:49:31 2012 (Elapsed Time: 2.00 seconds) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Succeeded at Wed Aug 22 12:49:31 2012 (Elapsed Time: 2.00 seconds) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esriJobMessageTypeInformative: Succeeded.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 16:51:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641742#M14265</guid>
      <dc:creator>eddiequinlan</dc:creator>
      <dc:date>2012-08-22T16:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing Asyncronous Map Result Image Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641743#M14266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dasa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have some more info......&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My model still runs correctly, but now in the Services Directory the results parameter only shows a "graphic X" with xmin, xmax, etc..&amp;nbsp; when I open this in Google Earth it will now show this X in the approximate location.&amp;nbsp; There is no longer any attribute data shown in the results parameter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, in the \arcgisserver\arcgisjobs\job_id I can access the corresponding .shp file; add it to ArcMap; view the .shp file; and open the attribute table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my opinion, the results are not getting to the service directory properly; or configured properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eddie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 19:39:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641743#M14266</guid>
      <dc:creator>eddiequinlan</dc:creator>
      <dc:date>2012-08-22T19:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing Asyncronous Map Result Image Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641744#M14267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dasa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry I keep responding to myself, but things are beginning to work and I'd like others to know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This makes no sense to me, but I tried changing the "Result Map Service" in the Geoprocessing Service Parameters to "none".&amp;nbsp; The results now show all the returned feature attributes in the "Services Directory" and the map results are viewable thru Google Earth.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eddie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 19:50:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641744#M14267</guid>
      <dc:creator>eddiequinlan</dc:creator>
      <dc:date>2012-08-22T19:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing Asyncronous Map Result Image Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641745#M14268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By using Fiddler and "trace" in Flex, I think I've found the issue.&amp;nbsp; After my "jobcomplete" function runs and i get a positive result, I then run per the examples:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var myImageLayer:GPResultImageLayer = GP_async.getResultImageLayer(event.jobInfo.jobId,"Results_shp",imageParameters);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where the imageParameters have already been set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thru fiddler I can see the 500 error code and object not set.&amp;nbsp; Now I'm at a loss.&amp;nbsp; Help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I run the same code but as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GP_async.getResultImageLayer(event.jobInfo.jobId,"Results_shp",imageParameters);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;fiddler shows no errors.&amp;nbsp; I'm not sure why the GPResultImageLayer is not set.&amp;nbsp; Again as stated previously, I can run the request thru the services directory; get returned results; and view those results thru the Google Earth view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eddie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 14:22:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641745#M14268</guid>
      <dc:creator>eddiequinlan</dc:creator>
      <dc:date>2012-08-23T14:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing Asyncronous Map Result Image Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641746#M14269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can only use getResultImageLayer() if there is a result map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use Geoprocessor.getResultData() if your service is returning a FeatureSet and then add the features to a GraphicsLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Reference:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/tasks/Geoprocessor.html#getResultData()"&gt;http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/tasks/Geoprocessor.html#getResultData()&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sample that calls getResultData():&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/#/Asynchronous_geoprocessing_Clip_and_ship/01nq0000006t000000/"&gt;http://resources.arcgis.com/en/help/flex-api/samples/#/Asynchronous_geoprocessing_Clip_and_ship/01nq0000006t000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 19:14:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641746#M14269</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2012-08-23T19:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing Asyncronous Map Result Image Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641747#M14270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dasa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanx again for the help.&amp;nbsp; Yes, I'm aware of the two different methods but just can't get the getResultImageLayer() method with the resulting map service to work correctly.&amp;nbsp; I've given up on that method, and I am using the getResultData() asyncronous and then adding the results as graphics.&amp;nbsp; In the long run this might prove to be a better way for my needs.&amp;nbsp; The only drawback I'm finding is that if my return results start to get above 10,000 records adding the graphics takes a while, and the client side can time out.&amp;nbsp;&amp;nbsp; I've limited the attributes in the results shp/table to only those attributes I need, I have also indexed some of those attributes, and created a spatial index.&amp;nbsp; Do you have any suggestions on the performance?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I've noticed that when performing a large spatial query thru the map service, the resulting&amp;nbsp; .dat file in /arcgisserver/arcgisjobs/&amp;lt;path&amp;gt; gets extremely large.&amp;nbsp; My initial data set is only 113mb with 350,000 records, but when I run a map service geoprocessing query on "say 10,000" records the .dat file size exceeds 250mb.&amp;nbsp; What's up with that??????&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your patience,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eddie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 19:30:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641747#M14270</guid>
      <dc:creator>eddiequinlan</dc:creator>
      <dc:date>2012-08-23T19:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing Asyncronous Map Result Image Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641748#M14271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using a result map service would be a good option if you have lots of data. I'd contact Esri Tech Support for both issues.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 19:33:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/viewing-asyncronous-map-result-image-layer/m-p/641748#M14271</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2012-08-23T19:33:29Z</dc:date>
    </item>
  </channel>
</rss>

