Problem:
When calling the applyEdits function on a FeatureService with a large number of features, the uninformative error message may occur.
An error occured.
Cause:
The problem is caused by a limit of bytes (10MB) for the HTTP POST request.
Solution:
As of version 10.9.1, this value can be set in the server properties. The upper limit can be increased via maxHttpPostSizeInBytes.
Comments
0 comments
Please sign in to leave a comment.