<?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: Problem with status update of asyncronous geoprocessing task at 3.1 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-status-update-of-asyncronous/m-p/761653#M70588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, so both the website and the GP Task are hosted on the same machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I access the website and GP task using the same domain i.e.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Website&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://mydomain/mysite/index.html"&gt;http://mydomain/mysite/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GP Task&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://mydomain/ArcGIS/rest/services/ExportPDF/GPServer/ExportToPDF"&gt;http://mydomain/ArcGIS/rest/services/ExportPDF/GPServer/ExportToPDF&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This setup worked fine at 2.8 and below. To make it work a 3.x I accessed the GP Task using the machine name i.e:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://servername/ArcGIS/rest/services/ExportPDF/GPServer/ExportToPDF"&gt;http://servername/ArcGIS/rest/services/ExportPDF/GPServer/ExportToPDF&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This fixed the issue however I'm not sure why. Something must have changed in API 3.x. Can anybody shed some light on this?&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;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Sep 2012 09:19:59 GMT</pubDate>
    <dc:creator>StephenThornton</dc:creator>
    <dc:date>2012-09-14T09:19:59Z</dc:date>
    <item>
      <title>Problem with status update of asyncronous geoprocessing task at 3.1</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-status-update-of-asyncronous/m-p/761652#M70587</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;I'm having a problem updating from 2.8 API to 3.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a geoprocessing task working great at 2.8 and I can see the status of the task while it is running.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However when I use the 3.1 API the callbacks to check the status fail after the first status callback.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error I see in Firebug is 'Job abc123 is does not exist or is inaccessible' (See attached for screenshot). However the job does exist and actually runs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to completion as my expected output file is generated correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anybody else come across this issue? Any workarounds?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be greatly appreciated.&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;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 10:10:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-status-update-of-asyncronous/m-p/761652#M70587</guid>
      <dc:creator>StephenThornton</dc:creator>
      <dc:date>2012-09-13T10:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with status update of asyncronous geoprocessing task at 3.1</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-status-update-of-asyncronous/m-p/761653#M70588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, so both the website and the GP Task are hosted on the same machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I access the website and GP task using the same domain i.e.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Website&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://mydomain/mysite/index.html"&gt;http://mydomain/mysite/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GP Task&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://mydomain/ArcGIS/rest/services/ExportPDF/GPServer/ExportToPDF"&gt;http://mydomain/ArcGIS/rest/services/ExportPDF/GPServer/ExportToPDF&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This setup worked fine at 2.8 and below. To make it work a 3.x I accessed the GP Task using the machine name i.e:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://servername/ArcGIS/rest/services/ExportPDF/GPServer/ExportToPDF"&gt;http://servername/ArcGIS/rest/services/ExportPDF/GPServer/ExportToPDF&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This fixed the issue however I'm not sure why. Something must have changed in API 3.x. Can anybody shed some light on this?&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;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 09:19:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-status-update-of-asyncronous/m-p/761653#M70588</guid>
      <dc:creator>StephenThornton</dc:creator>
      <dc:date>2012-09-14T09:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with status update of asyncronous geoprocessing task at 3.1</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-status-update-of-asyncronous/m-p/761654#M70589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are experiencing the same issue.&amp;nbsp; We are using the public facing IP, but then it doesn't work for those inside the firewall.&amp;nbsp; Did you get any feedback from ESRI?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 12:53:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-status-update-of-asyncronous/m-p/761654#M70589</guid>
      <dc:creator>LauraWilson</dc:creator>
      <dc:date>2013-02-05T12:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with status update of asyncronous geoprocessing task at 3.1</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-status-update-of-asyncronous/m-p/761655#M70590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;see my notes in &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/41128-Geoprocessor-Job-xyz-does-not-exist-or-is-inaccessible-with-UpdateDelay-lt-10s"&gt;this thread&lt;/A&gt;&lt;SPAN&gt; for more info.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 22:41:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-status-update-of-asyncronous/m-p/761655#M70590</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-11-04T22:41:59Z</dc:date>
    </item>
  </channel>
</rss>

