Re: streaming reports from report services
Brought to you by:
wrowe
From: David M. <wo...@su...> - 2008-10-21 14:41:32
|
<HTML> <P>I ran the report from IIS again with the same debug information. The same error occurs with IIS as the server, but the report streams out anyway. I guess IIS processes whatever content is generated immediately, then attempts to close the response as told to do in the code, and because a valid stream has been received at the client, the client renders it. There is no indication an error occurred because there's no response stream or anything left to write the error description, and the thread just goes away. But with Apache, the response is not being controlled so discreetly.</P> <P>What I can do is completely substitute output by overriding the Render event for the page. Now I am ending the response abruptly without knowing an error was occurring. Instead I should substitute the report into the response and allow ASP.NET to close the thread normally.<BR> <BR> -- <BR> dgm <BR> <BR> <BR> <B>On Mon Oct 20 18:50 , 'William A. Rowe, Jr.' <WR...@RO...>sent:<BR> <BR> </P></B> <BLOCKQUOTE style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #f5f5f5 2px solid; MARGIN-RIGHT: 0px">Bigjoe11a wrote:<BR> <SPAN style="COLOR: #ff0000">> </SPAN><BR> <SPAN style="COLOR: #ff0000">> << Because ajax is 'bursty'</SPAN><BR> <SPAN style="COLOR: #ff0000">> I have no idea what you mean by this.</SPAN><BR> <BR> The response isn't closed... it keeps sending incremental parts of<BR> the same page as a single response.<BR> <BR> -------------------------------------------------------------------------<BR> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge<BR> Build the coolest Linux based applications with Moblin SDK & win great prizes<BR> Grand prize is a trip for two to an Open Source event anywhere in the world<BR> <A href="parse.pl?redirect=http%3A%2F%2Fmoblin-contest.org%2Fredirect.php%3Fbanner_id%3D100%26url%3D%2F" target=_blank><SPAN style="COLOR: #ff0000">http://moblin-contest.org/redirect.php\?banner_id=100&url=/</SPAN></A><BR> _______________________________________________<BR> Mod-aspdotnet-users mailing list<BR> <A href="javascript:top.opencompose('Mod...@li...','','','')">Mod...@li...</A><BR> <A href="parse.pl?redirect=https%3A%2F%2Flists.sourceforge.net%2Flists%2Flistinfo%2Fmod-aspdotnet-users" target=_blank><SPAN style="COLOR: #ff0000">https://lists.sourceforge.net/lists/listinfo/mod-aspdotnet-users</SPAN></A><BR> </BLOCKQUOTE></HTML> <BR> |