<?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: how to determine why task failed in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-determine-why-task-failed/m-p/465106#M2312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use Fiddler (&lt;/SPAN&gt;&lt;A href="http://www.fiddler2.com"&gt;http://www.fiddler2.com&lt;/A&gt;&lt;SPAN&gt;) to debug the traffic between your app and runtime. That will sometimes help to debug the issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2012 12:03:07 GMT</pubDate>
    <dc:creator>BKuiper</dc:creator>
    <dc:date>2012-10-11T12:03:07Z</dc:date>
    <item>
      <title>how to determine why task failed</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-determine-why-task-failed/m-p/465105#M2311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&amp;nbsp; I'm trying a modification of the Point-to-point routing sample at &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=21a58d089764402e90ce127894dec94e"&gt;http://www.arcgis.com/home/item.html?id=21a58d089764402e90ce127894dec94e&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My job is failing with jobinfo messages: "Submitted.", "Executing...", "Failed."&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and taskfailedeventargs: "Unable to complete operation." /-2146233088/0x80131500 (no inner exception)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What are some techniques I can use to get some more information about the reason why the job failed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would the .dat files in the subfolders of %temp%\arcgisruntime_xxxx be helpful to me?&amp;nbsp; How can they be read?&amp;nbsp; Any other ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 20:32:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-determine-why-task-failed/m-p/465105#M2311</guid>
      <dc:creator>VincentDolan</dc:creator>
      <dc:date>2012-10-10T20:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to determine why task failed</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-determine-why-task-failed/m-p/465106#M2312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use Fiddler (&lt;/SPAN&gt;&lt;A href="http://www.fiddler2.com"&gt;http://www.fiddler2.com&lt;/A&gt;&lt;SPAN&gt;) to debug the traffic between your app and runtime. That will sometimes help to debug the issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 12:03:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-determine-why-task-failed/m-p/465106#M2312</guid>
      <dc:creator>BKuiper</dc:creator>
      <dc:date>2012-10-11T12:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to determine why task failed</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-determine-why-task-failed/m-p/465107#M2313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's an answer- I hope someone finds this useful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After a few changes including building MapPoints more similarly to the sample and I wound up seeing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Submitted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Executing...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; ERROR 000816: The tool is not valid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Failed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in the JobInfo.Messages that were seen at the geoprocessor JobInfo.JobStatus upate to esriJobStatus.esriJobFailed&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next, looking at the ((ESRI.ArcGIS.Client.Tasks.ServiceException)(taskFailedEventArgs.Error)).Details, I saw:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "Cannot load the data file Dataset_conus for the geographic transformation NAD_1927_To_NAD_1983_NADCON."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After seeing that, I modified my Runtime deployment to include:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client Core&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Local Server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Geocoding&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Geoprocessing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Spatial Analyst&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Network Analyst&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Map Server Results&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Additional Projection Engine Transformations&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, the answer is: one of the above deployment options were needed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[And, thanks for the suggestion, Kuiper.]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 13:28:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-determine-why-task-failed/m-p/465107#M2313</guid>
      <dc:creator>VincentDolan</dc:creator>
      <dc:date>2012-10-11T13:28:15Z</dc:date>
    </item>
  </channel>
</rss>

