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.