Archives

All Posts Tagged Tag: ‘Reporting Services’

Setting debug to true in web.config breaks Reporting Services in SharePoint

0

When using Reporting Services reports in SharePoint and at the same time changing the debug attribute to true in web.config the following error message might appear in a web browser alongside the Reporting Services reports not behaving properly: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR …

Read More

How to: Enable larger reports in Reporting Services

0

When deploying large reports to SharePoint or Reporting Services from BIDS (Visual Studio) something like the following message might appear: Error    1    System.Web.Services.Protocols.SoapException: There was an exception running the extensions specified in the config file. —> System.Web.HttpException: Maximum request length exceeded.    at System.Web.HttpRequest.GetEntireRawContent()    at System.Web.HttpRequest.get_InputStream()    at System.Web.Services.Protocols.SoapServerProtocol.Initialize()    — End of inner exception stack trace —    at System.Web.Services.Protocols.SoapServerProtocol.Initialize()    at System.Web.Services.Protocols.ServerProtocol.SetContext(Type type, …

Read More

A Microsoft Update killed printing in Reporting Services

0

One client recently had a novel experience with their SQL Server 2005 Reporting Services installation. One day the printing feature stopped to work with this error: Turns out Microsoft decided to kill the print control because of a security issue… Upgrading SQL Server 2005 with Service Pack 3 installed a new version of the control and solved the problem…

Read More