SSRS Report - Excel Export - Timed Out issue

Hi All,
I have a report which has around 10k records. I am getting Timed out error sometimes when I try to export data to excel. But, strangely this happens most of the time. But, sometimes, i am able to download the excel. I have even tried download .csv..its works
fine (i just tried couple of times).. I have even tried setting the Do not timeout report execution = true and even tried the other option of increasing the report execution timeout.
Is there any other option in Configuration files that I need to make the changes?
Kindly help me.
Thanks,
Prawin
Prawin

Hello everyone,
It seems that we have a similar problem. Our configuration:
Report server 2008 integrated in SharePoint 2007 on a windows server 2008..
We have a report that doesn't work when it has to return to much data (when the render time is to long). We get an error in Sharepoint saying 'Unexpected error' when I make a big selection. However, this doesn't happen when I use the same selection for this
report in the SSRS native mode. The report will render for a couple of minutes then but wil return a result.
Here is the reportserver log for when I execute the report from the Sharepoint integrated mode:
Report='/Financien/rsrapporten/budget.rdl', Stream=''
library!WindowsService_11!1a5c!05/31/2012-10:36:10:: i INFO: Call to CleanBatch()
library!WindowsService_11!1a5c!05/31/2012-10:36:10:: i INFO: Cleaned 0 batch records, 0 policies, 4 sessions, 0 cache entries, 4 snapshots, 32 chunks, 0 running jobs, 0 persisted streams, 657 segments, 657 segment mappings.
library!WindowsService_11!1a5c!05/31/2012-10:36:10:: i INFO: Call to CleanBatch() ends
rshost!rshost!64c!05/31/2012-10:38:52:: e ERROR: WriteCallback(): failed to write in write callback.
rshost!rshost!64c!05/31/2012-10:38:52:: e ERROR: Failed with win32 error 0x04D4, pipeline=0x000000000E20BD90.
rshost!rshost!1bc0!05/31/2012-10:38:52:: e ERROR: HttpPipelineCallback::SendResponse(): failed async writing response.
rshost!rshost!1bc0!05/31/2012-10:38:52:: e ERROR: Failed with win32 error 0x04D4, pipeline=0x000000000E20BD90.
httpruntime!ReportServer_0-5!1bc0!05/31/2012-10:38:52:: e ERROR: Failed in BaseWorkerRequest::SendHttpResponse(bool), exception=System.Runtime.InteropServices.COMException (0x800704D4): The network connection was aborted by the local system. (Exception
from HRESULT: 0x800704D4)
   at Microsoft.ReportingServices.HostingInterfaces.IRsHttpPipeline.SendResponse(Void* response, Boolean finalWrite, Boolean closeConn)
   at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
library!ReportServer_0-5!1bc0!05/31/2012-10:38:52:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportServer_MSSQLSERVER_0-5-129829192776500067.
, RsWorkerRequest::FlushResponse.;
 Info: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportServer_MSSQLSERVER_0-5-129829192776500067.  --->
System.Runtime.InteropServices.COMException (0x800704D4): The network connection was aborted by the local system. (Exception from HRESULT: 0x800704D4)
   at ReportingServicesHttpRuntime.BaseWorkerRequest.SendHttpResponse(Boolean finalFlush)
   at ReportingServicesHttpRuntime.RsWorkerRequest.FlushResponse(Boolean finalFlush)
The report is set in Sharepoint to not give a timeout. I even increased the timeout in the web.config for the sharepoint farm.. Does anybody have any idea how to fix this?? BTW, I prefer not to let my users work with the report in native mode (this is a
workaround, it should work within Sharepoint!).
Regards,
Ron Verhoeven

Similar Messages

  • SSRS report Excel Export file size is huge

    Hello everyone,
    I am facing an issue with SSRS report exporting  to Excel.
    Issue : Exported file size is too big.
    I have a matrix report ( parametrized report ) it fetches data from multiple table.
    initially when
    1) I select all parameters all values
    2) load the report after that
    3) exporting to excel
    so exported file size was about 10 Mb to 12MB
    Now, suddenly from this month exported file size is too big around 62 MB for same data,
    I checked on different forums and tried the solutions but it didn't worked,
    can anyone please suggest me on this.
    My environment is
    Visual studio (BIDS) 2008
    SQL Server 2008 R2
    Excel 2007
    Thanks

    Hi UdayKGR,
    According to your description, when you export a report into an excel file, the exported file size is too huge. Now you want to reduce the file size. Right?
    In this scenario, do you export the report into excel 2003 file? When reports are first exported and saved to Excel 2003, they do not benefit from the file optimization that Excel automatically applies to its *.xls workbook files. The larger file size can
    cause problems for e-mail subscriptions and attachments. To reduce the size of the *.xls files for exported reports, open the *.xls files and then resave the workbooks. Resaving the workbooks typically reduces their file sizes by 40 to 50 percent. Also please
    try to install the Reporting Services 2008 R2 Service Pack 2 and reduce the merged columns in exported excel file. For more information, please see the links below:
    Exporting to Microsoft Excel (Report Builder and SSRS)
    problem
    regarding the size of exported report from reporting services to excel format
    SSRS Export to Excel - Performance
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Error: SSRS report excel export in Sharepoint

    Hi:
    I getting below in export SSRS report in excel in Sharepoint. Please anyone can help
    Paramesh G

    Hi Paramesh,
    Based on my understanding, you comes across an error when you export the report from SharePoint.
    In your scenario, you should check ULS logs with the Correlation ID to see if anything unexpected occurred. If possible, you can provide the log for our analysis. About how to check the ULS logs, please refer to the articles below:
    SharePoint logging and troubleshooting using ULSViewer
    All About SharePoint 2010 ULS Logging
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Timed out issue in jsp page!

    Dears,
    It is really amazing for me to see this issue in my application which I deployed in Oracle Application Server 10g r2.
    I am using JDeveloper 10g to create jsp pages.
    On one jsp page i am displaying 15 html tables for a report.
    All tables have 1 query to get records from oracle 10g database.
    Am opening one connection and than one by one running queries just before each table and rendering data through ResultSet
    (which is scrollable).
    If I test this page from JDeveloper, it is displaying fine.
    But when I deploy this page in Oracle Application Server 10g,
    and create a portlet and show this jsp page in portlet and open this page,
    this page most of the time giving 'TIMED OUT', and a few times displaying report properly.
    I tried PreparedStatement to run multiple queries for Oracle DB, but couldn't make it successfully.
    BTW,
    I checked my OAS log, it shows following error:
    09/03/16 18:39:08 hrwfapp: [instance=(null), id=(null)] ERROR: Request has exceeded its warning timeout Time[elapsed=61046ms.
    Warning timeout=20000ms.] Request[id=5003532663665,3 providerId=493501 portletId=117 portletName=AttritionReports
    portletInstance=35555_ATTRITIONREPORTS_493501 user=PUBLIC] Thread[ name=AJPRequestHandler-ApplicationServerThread-6
    priority=5 alive=true interrupted=false groupName=ApplicationServerThreadGroup]
    Please help me in this regard, what should I do to avoid Timed out issue.
    Best Regards

    Hi,
    if this occurs only in combination with portlets then I would try the Oracle Portal forum for help or use customer support to help you analyzing the issue
    Frank

  • When starting the Add-on: Connection timed out issue

    When starting the Add-on: Connection timed out issue
    Hi,
    We have a client in SAP 2005 PL 44.
    I built the add-on for them using simple installer wizard ( I tried advanced set-up also).
    When starting the add-on, I get the message 'Connection Timed Out'.
    Add-on status is failed.
    But the add-on is actually connected. i.e, The functionality associated with the add-on is working fine.
    I had SAP 2007 before and un/reinstalled SAP 2005 in order to connect with this client.
    I had built the same add-on in a similar way for the same client for lot many times in the past, but I never got this issue.
    I tried the following:
    1) Delete SM_OBS_DLL and un/reinstall DI API
    2) un/reinstall B1DE
    Always I'm getting this error.
    Please let me know your inputs.
    Thanks.
    Geetha

    Hi Geetha,
    The timeout issue has been discussed quite a bit already on this forum. Please do a search or look at these threads:
    Timed Out Error with ADDON
    Addon Connection Timed out
    Regards
    Aravind

  • Export to Excel Action in MS SSRS Report not exporting all data in Report

    Hi,
    I have developed a complex Report that has many expandable nodes in a table format. The report works fine.
    However, when I export the Report to Excel using Actions --> export to Excel, only the data in expanded nodes is included. The data in collapsed nodes is not included.
    I am looking for approach to include data in expanded nodes in Excel Export. The expanded data can be expanded in Excel.
    Any help in this regard will be appreciated.

    Hi Abhijit PS,
    Per my understanding you are experiencing the issue with the excel report which have add the drill down action, after export to excel only the expanded nodes included and the collapsed nodes is not shown, right?
    Generally, if we expand the nodes before export to excel then the excel will display the expanded details row and keep collapsed the details row which haven't expand, but we have the toggle "+","-" on the left of the Excel to help
    control the expand and collapse, when you click the "+" you can expand the collapsed notes to see the details rows.
    I have tested on my local environment with different version of SSRS and can always see the "+","-" as below:
    On the Top left corner you can find the "1","2", this help to control the "Collapse All" and "Expand All".
    If you can't see the "+","-" in the excel, the issue can be caused by the Excel version you are currently using, and also excel have limit support of this, please provide us the Excel version information and the SSRS version. You
    can reference to this similar thread:
    lost collapsing columns when export to excel
    Please try to export other drill down report to excel and check if they work fine, if they did, the issue can be caused by the drill down action you have added in this report is not correctly, if possible, please try to redesign the report.
    Article below about how to add  Expand/Collapse Action to an Item for your reference:
    http://msdn.microsoft.com/en-us/library/dd220405.aspx
    If your problem still exists, please feel free to ask
    Regards
    Vicky Liu

  • HOW TO: Resolve 'An error has occurred: Request timed out' issue

    Post Author: fmi-charles
    CA Forum: Crystal Reports
    After doing a new install of BOE Server software, encountered a problem viewing long running reports on-demand.  InfoView displayed: 'An error has occurred: Request timed out.' Couldn't find answers anywhere (not even on this site) that would help me resolve this issue.  So, I decided to post the resolution.
    The error from this post's subject line is displayed when viewing on-demand reports that run for longer than 90 seconds.  If the report was scheduled, it wouldn't have a problem - only viewing on-demand.  This issue transpires with the following setup:   * M$ Windows 2003 Server   * IIS v.6   * .NET 2.0.50727   * BO Enterprise Server XI R2 SP2   * M$ SQL Server 2005
    The resolution is to find the 'machine.config' file for your current version of the .NET Framework (e.g. C:\WINDOWS\Microsoft.NET\Framework \v2.0.50727\CONFIG\machine.config).  Edit the file and place the following into a new line within the 'system.web' section: <httpRuntime executionTimeout="3600"/>
    The timeout is set in seconds.
    Then, restart IIS using the command line.

    Hello Cristinel -
    Thanks for send your inputs but I have solved this error.
    I would like that if you solve my this question.
    My project's URL is http://www.lampslightingandmore.com/
    I want to put w3stander HTML logo in my website.
    I have done many error but some error i could not understand.
    please click on below url and send me your suggestion how to solve this errors?
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.lampslightingandmore.com%2F
    I hope you send your best inputs.
    Thanks

  • Need Crystal Reports Excel Export Compatibility Patch

    I seached the threads and found that the person that started this thread:
    Crystal Reports.NET Export to Excel
    has the same issue/needs that I do.  We have over 1000 crystal reports all written in 8.5.  We MUST have the ability to export them accurately to Excel in the clean manner in which they were exported back in version 8.5.  Apparently (for whatever reason) you guys have gone away from the old methodology of exporting to Excel, however I read that there is a compatibility patch that can be provided that would allow me to be able to export the reports to excel the way it use to work.  What do I need to do to aquire this patch?  Thanks.
    Steve

    Thanks Don for you reply.  I noticed you said this was low priority for him, but to us it's a major priority as I said, one of our biggest clients is very upset about it and we need it fixed asap. 
    I understand what you are saying when you say that we "had 10 years to update it."  However, please understand from our vantage point.  We didn't upgrade b/c you're user license agreements were so expensive for us until you recently reworked it so as to be affordable.  So we couldn't upgrade until recently.   So now we "upgraded" to a newer version of Crystal which usually means things are enhanced and work better.  However, in this case the newer version is causing us major problems in an area that use to work great.  So we're finding it hard to blame ourselves for this.
    I guess I am ignorant as to why SAP would go to an entirely different exporting methodology when the old methodology was working so well. 
    Anyway, thanks again and anything you can do to speed up the process of getting us a patch would be greatly appreciated.
    Steve

  • Supplier Bid Report in eSourcing timing out

    The Supplier Bid Report in eSourcing is timing out. Even when I select one vendor, it just hangs. Not sure if anyone has seen this before. I urgently need help on resolving this.
    Version of eSourcing is 4.2.
    Thanks,
    Dapo.

    I answered my own question.

  • BIP fails to render a pdf report with Read timed out

    Hi,
    If a run a report with large query/data, BIP after 2 minutes fails with this error: java.sql.SQLException: java.net.SocketTimeoutException: Read timed out.
    The BIP report run a OBIEE Query, and BI Server log return this:
    [2012-07-03T14:47:39.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00i8cAKOjzl7Y7k5wzCCyW0002gS0001OO] [tid: 28f0] [nQSError: 43119] Query Failed:
    [2012-07-03T14:55:23.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 7a1d39a9491c6b05:-116dac4a:137a8e42d31:-8000-00000000000d1d0a] [tid: 2d7c] [nQSError: 46066] Operation cancelled. [[
    ExecutePhysical Exchange
    [2012-07-03T14:47:39.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00i8cAKOjzl7Y7k5wzCCyW0002gS0001OO] [tid: 28f0] [nQSError: 17012] Bulk fetch failed. [[
    [nQSError: 17001] Oracle Error code: 1013, message: ORA-01013: user requested cancel of current operation
    at OCI call OCIStmtFetch.
    How can I run the report? ...If I try the Phisical Query that OBIEE wrote on log, its work fine.
    Thank you, R.

    up!

  • An unknown error occurred (5002) and Connection timed out issue(s)

    Next issue that I have since upgrading to Ver 8 of iTunes:
    When trying to make a purchase I get either one of two different problems/errors -- 1.) Following pop-up “Could not purchase song. An unknown error occurred (5002)” or 2.) I get a “connection timed out” pop-up stating there could be a problem with my internet/network connection.
    As far as there being an issue with my modem or internet, well...there isn’t one that I can detect. I am able to do everything else in iTunes (download samples, surf the pages, etc.) so my connection seems ok generally speaking.
    If someone could get in touch with that super-hip kid in the Mac commercials and tell him to fix all of these problems with iTunes ver 8 that would be great! Honestly, any other issues I have with Vista are typically easy to fix. iTunes is the one piece of software that seems to cause me the most issues and there is very little support from Apple. Seems sort of strange for a company who claims such stability in their products. What gives?
    Sorry for the rant...just frustrated.

    Ok, two seconds after making this post I think I fixed the problem (fingers crossed). I read on a quazi-related post that iTunes was now requiring security codes off credit cards for purchases. Personally I don't use a credit card but I went in to my account just to make sure. The 1st time I tried to access my account I got the 5002 error, the 2nd time I was able to access my account w/o any issue. I did not make any changes to my account at all (just browsed around a bit and made sure everything was ok). After exiting my account I was able to make a purchase. Hey, whatever...right? Of course on my next purchase it will probably throw up some new error. Anyway, try this if you have the same problem.

  • Database connection timed out issue

    Thanks in advance for anyone that can provide some insight into this. I have a relatively simple BPEL process that is using a JDBC connection within Jdev (not using connection factories due to issues with security) that connects to an Oracle database and runs a sql statement. The first time I run the BPEL process it works fine, however if I run it again then I get the exception below. I was thinking that there was some configuration or flag that would tell the adapter to log into the database each time, but I've been unable to find it. The reason I think this is the core problem is that if I restart SOA Suite then it works, or if I undeploy the process and redeploy it works. I've tried to hang a catch all off the adapter, but with this exception it terminates the instance. I might be doing something wrong there as well so any help would be greatly appreciated. thanks again.
    Execute of operation 'DB_GetActiveLicense' failed due to: Pure SQL Exception.
    Pure SQL Execute of select Io exception: Connection timed out.
    ; nested exception is:
         ORABPEL-11633

    Thanks for your reply. Yes I'm using the database adapter and issuing a direct SQL against it. The query takes no more than 5 seconds to return, when I run it in Toad it's about a second. All result sets come over all at once with maybe 75 records. The odd thing is that when I run this BPEL on a Windows desktop it works fine every time, but when I move it to Solaris it works the one time and then throws that exception.

  • 500 Connection timed out issue

    Hi Experts,
    In my webdynpro JAVA application I am making a call to MDX query to get data from BW.
    If the query returns the value before 60 sec, I am able to view the data.Else I am getting error message "500 Connection timed out"
    In my application I have not set the any timeout in application property.So the application is taking the default timeout settings from the server.
    When i checked with admin team, they give the timeout settings of server as below.Still I am facing the issue of tiemout.
    Can anyone help to find the solution for this?
    Below are the error details:
    500 Connection timed out
    Error:
    -5
    Version:
    7200
    Component:
    ICM
    Date/Time:
    Wed Nov 28 01:15:28 2012
    Module:
    icxxthr_mt.c
    Line:
    4295
    Server:
    a6bwp02__75
    Error Tag:
    Detail:
    Connection to partner timed out after 60s
    Thanks in advance,
    Ram

    Hi
    Check the following settings:
    In BW system:
    Run Transaction -> SMICM From Menu Bar GOTO->Services-> Select HTTP Service-> Now select SERVICE from menu bar->Change option-> Change Max. Processing Time to your convienient.
    Since you are using WDJ:
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/8a1a8ece230c8ce10000000a11466f/frameset.htm
    From Portal:
    1. Default Timeout: This is the most used and the most common parameter used for portal component timeout.  It is set  at portal - System Administration –> System Configuration –> Service  Configuration –> Default configuration.
    Parameter is Default.component.timeout
    2. Portal Page Timeout: This parameter portal page timeout. This is applicable to browser page not to portal page object. In simpler terms, this parameters is not applicable to PCD objects like iView, workset or a page.
    This is set from portal system admnistration and the parameter is: Com.sap.portal.page.PageTimeout
    3. WebDynpro Component Timeout: This parameter controls expiry time of a webdynpro component. This parameter would override all other parameters and is configured in Visual Administrator You can locate the following parameter and configure appropriate time.
    Parameter is:   Tc~wd~dispwda – DefaultExpirationTime
    4. WebDynpro Application timeout: This parameter controls timeout of a webdynpro application inside a component. When you want to have a different timeout for application, you can use this parameter. This parameter also overrides timeout parameters set in Service Configuration.
    The parameter is: ExpirationTime
    Hope this helps. Please mention the solution.

  • Timed out issue on trying to recover iCloud ID

    I've forgotten my apple ID for Icloud I have my email and when I try to recover it says I'm timed out and won't let me go further

    Brilliant - that was exactly the thing to do.  Have now successfully updated iOS on iphone3gs and ipad2 despite it being a bit scary having no virus protection on my pc for a couple of hours.  Many, many thanks.

  • Consume external web service and experience connection timed out issue

    Hi all,
    I followed tutorial:http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_14/jdtut_11r2_14.html to consume external web service.
    At step 2,substep 4, I experience the following error:
    "DCA-40002: The WSDL document is invalid due to the following reason: WSDLException: faultCode=PARSER_ERROR: Failed to read wsdl file at:"http://www.webservicex.net/WeatherForecast.asmx?WSDL". Caused by : java.net.ConnectException: java.net.ConnectException: Connection timed out: connect."
    I have tried to set up proxy:Tools > Preferences->Web Browser and Proxy. But it still doesn't work. Any idea?
    Thanks in advance.
    Regards,
    weiyang
    Edited by: user13304960 on Mar 15, 2012 8:42 PM
    Edited by: user13304960 on Mar 15, 2012 8:43 PM

    Hi,
    Thanks for your reply. I have tried these 2 tutorials before. Both worked well. Publish an web service by myself, then consume it with a client. It works. But for this external wsdl published by USA weather forecast, it doesn't work. Navigate to http://www.webservicex.net/WeatherForecast.asmx?WSDL through firefox, and right response is returned. I wonder why connection timed out occurred and how to deal with it.
    Could you please share your experience with me? Thanks.
    Thanks.

Maybe you are looking for