I had an issue with a timer in a project. Basically what happened was:
Since we performing the commit transaction in the first action I still didn't understood the problem.
After some tests I find a way to fix it, if I put the "commit" instruction inside the first advanced query, the time out is avoided or if I put the query and the commit transaction directly inside the timer the time out is avoided too.
I would like understand the reason because the first solution didn't work.
Hi Rui,
Is your database SQL or Oracle ? Also in your 2nd Server Action are you trying to fetch the updated records before updating them again ?
Just check the Isolation Level section from the below OutSystems documentation that might probably throw light on the behavior you are observing:
https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Data/Database_Reference/Handling_Transactions
Thanks & Regards,
Saurabh