System.Web.Services.Protocols.Soap Exception
Hi, I have successfully built a project and now want to deploy it for use, however I am getting the following error message: Error2System.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.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)d:\infra srss reporting\infra\infra\Infra Enterprise.smdl00 Any ideas on what is wrong? Thanks!
April 16th, 2008 8:16am

Hi, I have the same error. It seems to be related to the size of the file you want to upload. Search System.Web.HttpException: Maximum request length exceeded in google. The limit is in a config file of the .NET Framework apparently. In my case, I didn't manage to correct it and I'm still looking for the solution (or maybe the right file to modify).
Free Windows Admin Tool Kit Click here and download it now
April 17th, 2008 5:53am

Change the following property in the web.config: http://msdn.microsoft.com/en-us/library/e1f13641.aspx
August 25th, 2008 3:23am

I am using SQL 2008 R2 and I was able to resolve this issue by editing the web.config in C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer - I changed one line: <httpRuntime executionTimeout="9000"/> <httpRuntime executionTimeout="9000" maxRequestLength = "16384" /> I believe this changes the file size limit from 4MB to 16MB. I have read that even though this value is Int32, any value over 65536 (64MB) will not work, but I haven't tested anything larger than 64MB to know for sure.
Free Windows Admin Tool Kit Click here and download it now
May 19th, 2010 12:09pm

Hi, I got this error. I found the solution for my report. The solution for this error 1.After deployment the report on server. Go to the report url (http://xxxx:8000/Reports) and check the database Credentials.
March 8th, 2012 7:18am

I can't find this line
Free Windows Admin Tool Kit Click here and download it now
May 19th, 2012 4:47am

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

Other recent topics Other recent topics