Error MxDbConnector

0
Good morning everyone, I'm trying to run a processing in mendix that takes a considerable time, but I'm getting the following error:  
asked
3 answers
0

Can you break down the processing into smaller batches?

There is an old (but still good) blog post on how to do this using the Limit and Offset options of a Retrieve action. The principle is still the same.
https://www.mendix.com/blog/limits-and-offsets/

Hope this helps.

answered
0

I'm already using batch processing, but it keeps causing this issue.

answered
0

in the project I'm using connector database in this case querying data in external database the connection pool restricts the number of connections too?

answered