How long is a GeoProcessing result viable?

3534
2
Jump to solution
06-02-2015 12:59 PM
MichaelEber
Occasional Contributor

We have some very long running geoprocessing tasks that run on ArcGIS Server as Geoprocessing instances.

Each is tied by a JobID.

We are working to add robustness to our application by running all of these on background worker threads.  Each task and it's status displayed in a window shown beneath the AGX window.  A future desire is to dynamically reset the client to display the results at any point in the future.

We would like to hold that JobID on the client so that if they lose their machine or just start a ton of processes to run overnight and shutdown their system, we want to restart the outstanding tasks in recovery mode and have them queued up ready to display the results as if the client was never shut down.  This is inside a DoD government facility so the shutdown of the system is a requirement before leaving for the night.

This leads to a key question: When a job completes how long do the job's results remain viable on the server?  Are they accessible 12 hours or many days later?

0 Kudos
1 Solution

Accepted Solutions
FilipKrál
Occasional Contributor III

Good question. Does the help topic on server directories explain it? Check out the Server Directory Cleaning section. Looks like the default is 6 hours for jobs and 10 minutes for outputs (from the last-modified time).

Please post back if you manage to change the settings and achieve what you intended.

Best regards,

Filip.

View solution in original post

2 Replies
FilipKrál
Occasional Contributor III

Good question. Does the help topic on server directories explain it? Check out the Server Directory Cleaning section. Looks like the default is 6 hours for jobs and 10 minutes for outputs (from the last-modified time).

Please post back if you manage to change the settings and achieve what you intended.

Best regards,

Filip.

MichaelEber
Occasional Contributor

Thank you.  Not only does it help explain it, but it shows where I can go to change it. 

Our users will be very happy to discover that we can keep results for up to 2 days and allow them to retrieve them by restarting the AGX desktop.