I build a report to print transactions over a time period (date from /till).
When I run this Stimulsoft .Net report with a big date range (12 months) resulting in 12.000 transactions, I get a timeout in the BuildReport server action after approx. 100 seconds. This is determined by debugging the flow. The timeout occurs while the debugger is in the BuildReport server action.
If the date range is decreased to 1 month the report (1.200 transactions) runs fine.
This is shown in the error log:
Message: Request timed out.
Environment Information:
eSpaceVer: Id=14300, PubId=0, CompiledWith=11.9.0.17011RequestUrl: https://gsapps-o.royallemkes.nl/LB_StimulsoftReports/_debuggerEvents.ashx?debugSessionToken=e706de52-2a39-440c-8fa7-2895c856e7cd&lastEventReceived=0&eSpaceUID=7UyhJ1_Sa0Sqy_MJDYPYiw&isReconnect=False (Method: GET)AppDomain: /LM/W3SVC/1/ROOT/LB_StimulsoftReports-14-132509571480177822FilePath: C:\...\PS\running\LB_StimulsoftReports.01175273689\ClientIp: 192.168.98.25Locale: en-USDateFormat: dd-MM-yyyyPID: 6084 ('w3wp', Started='11/27/2020 12:30:04 PM', Priv=1549Mb, Virt=2107605Mb)TID: 227Thread Name:.NET: 4.0.30319.42000
Is there any Stimulsoft setting in BuildReport or in the report designer itself to increase the time before the is reached timeout?
I already increased the timeout in IIS and .Net following this instruction:
https://success.outsystems.com/Support/Enterprise_Customers/Maintenance_and_Operations/Timeouts_Under_the_Hood
Any other tips for a solution are appreciated.