hello,
i have simple report created report builder. when run report form http://xxxx/reports work ok.
when export report excel if number of row returned the query < 11251 work, if > 11251 error generated:
[ioexception: impossibile leggere dati dalla connessione del trasporto: connessione chiusa..] system.net.connectstream.read(byte[] buffer, int32 offset, int32 size) +1321 microsoft.reporting.webforms.soapreportexecutionservice.serverurlrequest(abortstate abortstate, string url, stream outputstream, string& mimetype, string& filenameextension) +649 [reportserverexception: impossibile leggere dati dalla connessione del trasporto: connessione chiusa..] microsoft.reporting.webforms.soapreportexecutionservice.serverurlrequest(abortstate abortstate, string url, stream outputstream, string& mimetype, string& filenameextension) +1002 microsoft.reporting.webforms.soapreportexecutionservice.render(abortstate abortstate, string reportpath, string executionid, string historyid, string format, xmlnodelist deviceinfo, namevaluecollection urlaccessparameters, stream reportstream, string& mimetype, string& filenameextension) +1121 microsoft.reporting.webforms.serverreport.internalrender(boolean isabortable, string format, string deviceinfo, namevaluecollection urlaccessparameters, stream reportstream, string& mimetype, string& filenameextension) +425 microsoft.reporting.webforms.servermodesession.renderreport(string format, boolean allowinternalrenderers, string deviceinfo, namevaluecollection additionalparams, boolean cachesecondarystreamsforhtml, string& mimetype, string& fileextension) +209 microsoft.reporting.webforms.exportoperation.performoperation(namevaluecollection urlquery, httpresponse response) +219 microsoft.reporting.webforms.httphandler.processrequest(httpcontext context) +221 system.web.callhandlerexecutionstep.system.web.httpapplication.iexecutionstep.execute() +586 system.web.httpapplication.executestep(iexecutionstep step, boolean& completedsynchronously) +177 |
hello roberto,
thank post question on technet forum.
from error message, seems issue occurs when export report excel in reportviewer on web site. error message connection closed.
i want check whether report spends long time export excel file , generates issue. if so, consider connection closed because of service timeout. can enlarge <runtime> of reporting service. please go reportserver , reportmanager folder under c:\program files\microsoft sql server\msrs11.mssqlserver\reporting services\ , following steps.
- open web.config file , find line <httpruntime executiontimeout="9000" />.
- modify executiontimeout 9000 larger number, such 900000.
- save changes , restart reporting service see whether issue solved.
if have further question issue, please post freely.
regards,
edward
edward zhu
technet community support
SQL Server > SQL Server Reporting Services, Power View
Comments
Post a Comment