The report does not give me any data and shows this as an error
The report does not give me any data and shows this as an error
Hi
Basically the records take more time and throwing an error.
Thanks
You can also limit the record set by the transaction days into smaller chunks of data. However if you need to pull these larger data sets more frequently then adjusting timeouts is the way to go. There’s a few ways to do this and a few methodologies. Idle timeout, report query timeout and query timeout.
if you’re a SaaS customer they can increase the IIS timeout, if you’re a PCS customer you can configure your idle timeout setting in the app pool in IIS.
As mentioned in a previous comment:
In Acumatica we have 2 timeout for Select query:
For performance and deadlock-protection reasons Acumatica does not have general timeout configurations for Insert/Update/Delete, however you can change it from code using PXCommandScope. If you create that scope and change timeout, then the next SQL command will be executed with your timeout.
Additionally, database maintenance could help. Rebuilding/optimizing indexes for example.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.