September 18, 2012 at 11:09 am
Hi Guys,
I am getting the below error while deploying map report..I have map and linked spatial data from ESRI Shape file.Finally preview came successfully.
But if i try to deploy,getting the below error.
Error1System.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, HttpContext context, HttpRequest request, HttpResponse response) at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)00
Advance thanks.........
Regards,
Kumar
September 18, 2012 at 12:13 pm
Any Advice or reply to resolve ???????
Regards,
Kumar
September 18, 2012 at 12:25 pm
I've tripped over this with some of our web services.
it has to do with a default limit in the expected string size; i guess MS expected most services return tiny amounts of data.
I believe this is actually a local client/application setting, and not a setting at the web service level;
for example all my applications, say LowellsApp.exe, has a LowellsApp.exe.config with the offending limiting expected max size.
search your config file for "maxStringContentLength"
I think the default size is 4096, so if you send a string larger than that, you get the exception you discovered.
I've always bumped them up to at least 32768.
edited to avoid confusion: Jason pointed us to teh correct spot/article to fix it; I misremembered teh config locaiton and name.
Lowell
September 18, 2012 at 12:32 pm
Have you tried the config settings recommended here?
http://bytes.com/topic/net/answers/426489-raising-request-length-web-service
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
September 19, 2012 at 5:26 am
I have checked your steps but it seems to be for web.config.My need is to change the same in rsreportserver.config.
How to add Raising the Request Length in rsreportserver.config?
I couldn't see any settings in the rsreportserver.config file.
Regards,
Kumar
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply