<?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: Geoprocessor : Job 'xyz' does not exist or is inaccessible : with UpdateDelay &amp;lt; 1 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessor-job-xyz-does-not-exist-or-is/m-p/45047#M3927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please contact Esri Support and speak with a Server analyst.&amp;nbsp; Another thing to do is repost this question to the server general forum and explain how the model your using works.&amp;nbsp; Because you are not getting results using your REST page or via Explorer, your not likely going to see results using JavaScript.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2012 05:26:00 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2012-09-20T05:26:00Z</dc:date>
    <item>
      <title>Geoprocessor : Job 'xyz' does not exist or is inaccessible : with UpdateDelay &amp;lt; 10s</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessor-job-xyz-does-not-exist-or-is/m-p/45044#M3924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've ran into couple of troubles with geoprocessor and geoprocessing service, this one is about the geoprocessor returning the error message &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Error: Job 'jce700bde57e945088186368fc807c527' does not exist or is inaccessible." when using JS API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is, that the job actually gets executed, I can see the outputs in the \\somserver\arcgisserver\arcgisjobs\gpbuffer_gpserver\job..., just the geoprocessor, or possibly the service gets pinged for the status, and if it's in some process of generating results it is inaccessible and thus returning the error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I set the UpdateDelay to 20seconds, I get the results (though I have another sort of issue with that described in another post).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can see the same behavior in ArcGIS Explorer, the job gets submitted, is executing, but fails to the end, though the results are there in the output folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can see the same behavior in REST Services Directory for the gp service, if I click the "Check values" periodically I get similar error, that the job failed "Return Messages: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;An unexpected error occurred processing the request."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The service is Asynchronous, supposed to return the results via result map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas on how to get this running properly without setting the UpdateDelay to 'safe enough' value, but not 'boring enough' for the client to wait??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers and thanks for all your help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 06:51:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessor-job-xyz-does-not-exist-or-is/m-p/45044#M3924</guid>
      <dc:creator>MichalGasparovic</dc:creator>
      <dc:date>2011-10-07T06:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessor : Job 'xyz' does not exist or is inaccessible : with UpdateDelay &lt; 1</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessor-job-xyz-does-not-exist-or-is/m-p/45045#M3925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So we have the service up and running, but this still remains an issue. With default update delay or any delay less than 8-10 seconds it just returns the above mentioned error, though the gp generates the outputs on the server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 08:15:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessor-job-xyz-does-not-exist-or-is/m-p/45045#M3925</guid>
      <dc:creator>MichalGasparovic</dc:creator>
      <dc:date>2011-10-11T08:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessor : Job 'xyz' does not exist or is inaccessible : with UpdateDelay &lt; 1</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessor-job-xyz-does-not-exist-or-is/m-p/45046#M3926</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 recently had a similar issue. The job ran to completion but I was receiving errors when the GP Task checks the status.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case the website and GP task where hosted on the same machine. If you have the same setup check out my thread:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/66803-Problem-with-status-update-of-asyncronous-geoprocessing-task-at-3.1"&gt;http://forums.arcgis.com/threads/66803-Problem-with-status-update-of-asyncronous-geoprocessing-task-at-3.1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps.&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:26:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessor-job-xyz-does-not-exist-or-is/m-p/45046#M3926</guid>
      <dc:creator>StephenThornton</dc:creator>
      <dc:date>2012-09-14T09:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessor : Job 'xyz' does not exist or is inaccessible : with UpdateDelay &lt; 1</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessor-job-xyz-does-not-exist-or-is/m-p/45047#M3927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please contact Esri Support and speak with a Server analyst.&amp;nbsp; Another thing to do is repost this question to the server general forum and explain how the model your using works.&amp;nbsp; Because you are not getting results using your REST page or via Explorer, your not likely going to see results using JavaScript.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 05:26:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessor-job-xyz-does-not-exist-or-is/m-p/45047#M3927</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-09-20T05:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessor : Job 'xyz' does not exist or is inaccessible : with UpdateDelay &lt; 1</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessor-job-xyz-does-not-exist-or-is/m-p/45048#M3928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know its been quite some time since this forum thread has been updated, but I was able to reproduce this error in house and logged the following software defect.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[#NIM096349&amp;nbsp; When a 10.0 asynchronous Geoprocessing Service and JavaScript application are hosted on the same machine, ArcGIS Server can return "job does not exist or is inaccessible". ]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;until this issue is resolved, it looks like it will be necessary to use one of the following workarounds.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. use a synchronous service instead of an asynchronous service&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. run the JavaScript application from a machine other than the ArcGIS Server machine&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. ensure that you are referencing the app url and url of gp services differently (ie. IP address, server name, fully qualified servername)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. use a timeout to ensure that you aren't checking the status of a job while it is still executing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this problem is not reproducible in 10.1 or 10.2.&amp;nbsp; sorry for the inconvenience.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 22:41:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessor-job-xyz-does-not-exist-or-is/m-p/45048#M3928</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-11-04T22:41:20Z</dc:date>
    </item>
  </channel>
</rss>

