SSRS TimeOut Exception - When Exporting through WCF Service after 1 min 40 sec -
SSRS TimeOut Exception - When Exporting through WCF Service after 1 min 40 sec -
i facing time out exception when exporting ssrs study other formats(excel or pdf) after 100 sec (1 min 40 sec) exactly. help me out.
even though made configuration changes in study server , in config files below resolve time out issue still not resolved.
please check below changes , allow me need changes or still alter configurations.
1. (rdl file)processing alternative -> study time out -> not timeout report
2. changed configuration in web.config of service.
set executiontimeout value ‘10800’ (3 hours) shown below: <system.web> <httpruntime executiontimeout = "10800" /> </system.web>
3. sql server management studio, connect study server instance, right-click study server name, , select properties. click execution open page. changed not timeout study execution .
4. in rsreportserver.config changed default values(databasequerytimeout):
<add key="processrecycleoptions" value="1"/> <!--disabled--> <add key="cleanupcycleminutes" value="36000"/> <!--10 hours--> <add key="sqlcommandtimeoutseconds" value="0"/> <!--none--> <add key="maxactivereqforoneuser" value="100"/> <add key="**databasequerytimeout**" value="0"/> <!--none--> <add key="runningrequestsscavengercycle" value="36000"/> <!--10 hours--> <add key="runningrequestsdbcycle" value="36000"/> <!--10 hours--> <add key="runningrequestsage" value="30"/>
5. executiontimeout setting within web.config
\program files\microsoft sql server\mssql.x\reporting services\reportmanager\
and
\program files\microsoft sql server\mssql.x\reporting services\reportserver)
in both web.config files altered 36000
).
and there 20min session timeout value application.
i hope solution above one.
thanks in advance.
wcf ssrs-2008-r2
Comments
Post a Comment