A application error occurred on the server the current custom error settings for this application prevent
Server Error in '/Reports' Application. -------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> I'm getting below error when I export to Excel but export to CSV files is working fine, I'm using SSRS 2008 R2 Report Server, here is the error:- Any Help? KumarKG
December 9th, 2010 2:55pm

Hi Experts, I found that our Report Server 2008 R2 doesn't have any MS Office installated and so by default it is opening 2003 MS Office when I'm trying to export to Excel or to CSV, but record set I was pulling had more than 65K records so I think this is why I got above error message. Now my question is if we install MS Office 2007 on our Report Server 2008 R2, does this resolve the issue? Please let me know your feedback. Thanks KumarKG
Free Windows Admin Tool Kit Click here and download it now
December 9th, 2010 6:55pm

Hi Kumar, Below is words from a SQL Server Reporting Services(SSRS) blog, which will help you to understand the issue: As of SQL Server 2008 R2, our Word and Excel renderers still generate Office 97-2003’s native file format, Binary Interchange File Format (BIFF8) (*.doc, *.xls). Office 2007 introduced the Open XML file formats (*.docx, *.xlsx) and we’ve received several suggestions through Microsoft Connect and other customer feedback to provide rendering extensions for these newer file formats. We’ve heard your feedback and we’re actively working on new Open XML rendering extensions for Word and Excel and planning to ship them in SQL Server “Denali.” Currently, we can use "page break" to break the report into mulitple pages, each page will be exported to one Work Sheet in Excel, we can force the page to contain less than 65536 rows to avoid the limitation in Excel 2003. For more information about this workaround, please see: http://social.technet.microsoft.com/Search/en-US/?query=excel%2065536%20page%20break&rq=meta:Search.MSForums.ForumID(055ccfc1-78f5-46ff-8171-33f8ff760a7c)+site:microsoft.com&rn=SQL+Server+Reporting+Services+Forum For more information about the enhancement will be done in Denali, please see: http://blogs.msdn.com/b/riccardomuti/archive/2010/11/11/announcing-open-xml-rendering-extensions-for-microsoft-word-and-excel.aspx If you have any more questions, please feel free to ask. Thanks, Jin Chen Jin Chen - MSFT
December 13th, 2010 1:10am

Thank You Jin, http://social.msdn.microsoft.com/Forums/en/sqlreportingservices/thread/e0a17cf8-5f80-456e-8c70-9303b11e204eKG
Free Windows Admin Tool Kit Click here and download it now
December 13th, 2010 5:09pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics