String variable error when huge datasets are retrieved

themrindy
Tera Expert

String variable error when huge datasets are retrieved

I get this error message when retrieving responses from a REST endpoint.

InternalError: String object has exceeded maximum permitted size of 33554432

/C

 

 

3 REPLIES 3

SanjivMeher
Kilo Patron
Kilo Patron

Yes. There is a size limit in REST and you can't control it. You will have to get the data in chunks if possible.


Please mark this response as correct or helpful if it assisted you with your question.

rags484
Kilo Contributor

I also have a similar issue.Any possible solution / Workaround?

themrindy
Tera Expert

Hi,

After struggling with this and many business impacts trough out our Company. I decided to develop my own integration engine for huge datasets. 

 

Please see this blog post for detailed info how to do this. Feel free to use it and optimise.

https://gass.se/en/handle-huge-datasets-from-3rd-party-integrations/

Regards,

Christian, GASS