Timeout error when running a query

Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

We are trying to perform a database query with 500,000 rows, in SQL Server Management Studio it takes a few seconds, but to run it via open rpa it displays this error

the query takes 1 minute and 20 s in sql

With the Premiun License i will have this problem?

Can someone help us ?

SQL Server Management use paginating, else it will take for ever and use a lot of ram.
You will need to do the same in openrpa if you want to load that much data. ( and i cannot think of a single use case where that would be a good idea, if the data is already in a database, then why not use it ? )
Can you explain what you are trying to do, so we can help you find a better solution ?

There is no premiun version of openrpa. Everything is out there as open source.
The Premiun license mention on the website is for openflow and is only related to scaling, reporing, monitoring and better SLA on support.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.