Select to view content in your preferred language

GetData returns 'Out Of Memory' error

1158
0
01-06-2012 02:57 AM
HugoMaurício
Deactivated User
Hi,

Working with ArcGIS Mobile build 2525.

I have a feature point layer with a raster field that takes 480*600 pictures.

When I make a GetData on the mobile phone, I get a 'Out of Memory' error. The number of bytes is always around 10Mb.

Is there a way to increase this value?

I used to have this problem on the post data. But it was solved by increasing the MaxRequestLength parameter on the ArcGIS Server's services.config file. And also adding <httpRuntime executionTimeout="1200" maxRequestLength="20240" /> to the ArcGIS Server's web.config file.
http://support.esri.com/en/knowledgebase/techarticles/detail/35971

But this does not seem to be working on the get data.

Any Ideas?

Thanks!

Hugo Maurício
0 Kudos
0 Replies