Hi All,
I am running multiple(40) reports at a same time and all the reports are success if my database is very small (1gb). Currently my database size is 40 GB. Now if I ran all those reports again then most of the report is not generating the output (pdf). I am getting "The Operation has timed out error" in ReportExecutionService.Render().
But when I check the ExecutionLog2 and ExecutionLogStorage tables of Reportserver, it shows all the report executed successfully. (Status=rsSuccess).
I have below setting in the ReportServer.config
<Add Key="SecureConnectionLevel" Value="0"/><Add Key="CleanupCycleMinutes" Value="10000"/>
<Add Key="MaxActiveReqForOneUser" Value="200"/>
<Add Key="DatabaseQueryTimeout" Value="0"/>
<Add Key="RunningRequestsScavengerCycle" Value="6000"/>
<Add Key="RunningRequestsDbCycle" Value="6000"/>
<Add Key="RunningRequestsAge" Value="30"/>
<Add Key="MaxScheduleWait" Value="5"/>
<Add Key="DisplayErrorLink" Value="true"/>
<Add Key="WebServiceUseFileShareStorage" Value="false"/>
Also I am setting the timeout as 1800000 for the Render method.
Please do let me know if anyone has idea on this.
Thanks in advance.
Best Regards
Muthuraja