Closed kkneip closed 6 years ago
This limit is not configurable at the moment, neither via SDK nor otherwise. You will need a fixed version of the product to work with large amount of entity data.
Hi @kkneip, we implemented a fix in the latest release. Feel free to reopen if you face again the same problem. Regards.
When fetching large entity blob data from a model published to the webserver walkinside crashes.
The reasons seems to be that JSON serialization causes an error on server side. Event log states:
Any ideas how to handle this? Is there a possibility to increase maxJsonLength property? I tried this link (modifying web.config), but unfortunately it did not help.
Splitting the entity's data into multiple smaller packages is not appreciated.
Many thanks in advance and best regards,
Karsten