Select to view content in your preferred language

c - Geoprocessing service Failed

815
3
12-13-2011 03:42 AM
LakshmananVenkatesan
Frequent Contributor
Hi,

We are calling custom asynchronous geoprocessing service from our sliverlight application which will do bulk spatial operations on server side. For some of heavy processing, it takes more than 10 minutes, by this geoprocessing service fails and throws "The remote server returned an error: NotFound".

1 ) What could be exact reason?
2) How to increase time out  in case of asynchronous job from client application

Please help me on this. Really frustration on this message.

SR
0 Kudos
3 Replies
JenniferNery
Esri Regular Contributor
It's hard to tell what the issue is based on your description. What you can do is run Fiddler while your Silverlight app is executing the Geoprocessor task. Copy the parameters (Fiddler > Inspectors > WebForms) and submit job from your web browser. See if you get the same result.
0 Kudos
DominiqueBroux
Esri Frequent Contributor
That might be due to a time out if your process exceeds the maximum time a client can use a service (see doc here).
The parameter 'UsageTimeOut' can be changed in the service configuration files (doc)
0 Kudos
LakshmananVenkatesan
Frequent Contributor
Thank you both. I will increase timeout parameters and test the same.
0 Kudos