Page 1 of 1
ConnectionClientRequestTimeout doesn't appear to work
Posted: Thu Apr 19, 2012 2:26 am
by aaronrc
The report I'm attempting to load with the StiMvcViewerFx takes around 10 seconds to load. If it's just under 10s it loads fine. If it's just over 10s the viewer gives up and displays a blank report. I've watched the HTTP request in fiddler so I know IIS is not terminating the request. I've set the ConnectionClientRequestTimeout to 20000 but it didn't make any difference. Is there any way I can get the flash report viewer to try for longer than 10s?
ConnectionClientRequestTimeout doesn't appear to work
Posted: Thu Apr 19, 2012 7:40 pm
by aaronrc
Looks like my issue is related to a problem someone else logged with the Flex version
http://forum.stimulsoft.com/Default.aspx?g=posts&t=5196. In the StiMvcViewerFxOptions case I can confirm that ConnectionClientRequestTimeout doesn't seem to do anything or at least doesn't allow the timeout for the Flash control to load the report to be influenced. I tried setting it to 2 and 20 and neither made a difference. I guess the setting could be the timeout for the TCP connection to the server in which case is what's needed is another setting to set the timeout for the Flash control to give up on loading the report.
ConnectionClientRequestTimeout doesn't appear to work
Posted: Fri Apr 20, 2012 4:25 am
by Vladimir
Hello,
This error has been fixed. Update will be available in prerelease build today.
Thank you.
ConnectionClientRequestTimeout doesn't appear to work
Posted: Sun Apr 22, 2012 6:37 pm
by aaronrc
Fantastic, thanks.
ConnectionClientRequestTimeout doesn't appear to work
Posted: Tue Apr 24, 2012 11:56 pm
by Andrew
Hello,
We are glad to help you.
Thank you.
Re: ConnectionClientRequestTimeout doesn't appear to work
Posted: Mon Jul 02, 2012 6:10 pm
by Venkatesan
Hi,
I updated Pre-release version 2012.06.14 and verified still the issue exists.
Thanks & Regards
Venkatesan S
Re: ConnectionClientRequestTimeout doesn't appear to work
Posted: Wed Jul 04, 2012 7:25 am
by Vladimir
Hello,
We tested the latest version, the ConnectionClientRequestTimeout property is working properly:
Code: Select all
<%= Html.StiMvcViewerFx(new StiMvcViewerFxOptions() {
ActionGetReportSnapshot = "GetReportSnapshot",
ConnectionClientRequestTimeout = 60, // in seconds
Width = Unit.Percentage(100),
Height = Unit.Pixel(700)
})%>
Please try to clear your browser cache, possibly after upgrading the old Flash application is loaded from the cache.
Thank you.