Hi,
I have written a generic XSJS service to read hana table's data, schema name and table name are being passed to the service.
The service throws 500 internal server error as there are million records in the table. I checked xsengine.ini file and max_message_size_mb is 100 MB by default and my table's size is 20 MB.
I added a check to read just 400K records in service, it works fine there but if i exceed it more than that, it fails.
So my question is what could be the reason of this error?
and the other question is, is there any way to create generic(dynamically) xodata services so it will take care of loading data partially?