<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: RDL file size limit for Report Server in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/RDL-file-size-limit-for-Report-Server/m-p/1868480#M19481</link>
    <description>&lt;P&gt;This is not resolve yet.&amp;nbsp;&lt;BR /&gt;Any suggestion about the error?&lt;/P&gt;</description>
    <pubDate>Thu, 27 May 2021 21:04:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-05-27T21:04:28Z</dc:date>
    <item>
      <title>RDL file size limit for Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RDL-file-size-limit-for-Report-Server/m-p/1828594#M19211</link>
      <description>&lt;P&gt;This is specific for PowerBI Report server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a RDL file size about 1.5 MB.&lt;/P&gt;&lt;P&gt;when review few columns from the table tablix to reduce the size.&amp;nbsp; I have no issue to deploy the report.&lt;/P&gt;&lt;P&gt;but once the file size over 1.5MB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;below error when trying to deploy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Severity Code Description Project File Line Suppression State&lt;BR /&gt;Error System.Web.Services.Protocols.SoapException: There was an exception running the extensions specified in the config file. ---&amp;gt; System.Web.HttpException: Maximum request length exceeded.&lt;BR /&gt;at System.Web.HttpRequest.GetEntireRawContent()&lt;BR /&gt;at System.Web.HttpRequest.get_InputStream()&lt;BR /&gt;at System.Web.Services.Protocols.SoapServerProtocol.Initialize()&lt;BR /&gt;--- End of inner exception stack trace ---&lt;BR /&gt;at System.Web.Services.Protocols.SoapServerProtocol.Initialize()&lt;BR /&gt;at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean&amp;amp; abortProcessing) 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for older version Report server usually adding a config&amp;nbsp;&lt;SPAN&gt;maxRequestLength&amp;nbsp;will work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any suggestion for the latest version PowerBI report server&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 23:20:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RDL-file-size-limit-for-Report-Server/m-p/1828594#M19211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-06T23:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: RDL file size limit for Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RDL-file-size-limit-for-Report-Server/m-p/1829623#M19221</link>
      <description>&lt;P&gt;Please try to upload large files directly to ReportServer from portal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For deployment issue :&lt;/P&gt;&lt;P&gt;You may serach for Timeout property in config on powerBireport server and set that. Its same as legacy report server in web.config&lt;/P&gt;&lt;P&gt;&amp;lt;httpRuntime executionTimeout="9000" requestValidationMode="2.0" /&amp;gt;&lt;/P&gt;&lt;P&gt;set it to below (the maxrequestlength is in KB and max value can be set to Max value of integer&amp;nbsp;&lt;SPAN&gt;2147483647&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;httpRuntime executionTimeout="9000" maxRequestLength="100000" requestValidationMode="2.0" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apart from this you may set below to higher value in RSReportServer.config for reports that run longer :&lt;/P&gt;&lt;P&gt;&amp;lt;Add Key="DatabaseQueryTimeout" Value="300"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;MemoryThreshold&amp;gt;90&amp;lt;/MemoryThreshold&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please mark as solution if this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR /&gt;Abhinav&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 09:25:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RDL-file-size-limit-for-Report-Server/m-p/1829623#M19221</guid>
      <dc:creator>AbhiSSRS</dc:creator>
      <dc:date>2021-05-07T09:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: RDL file size limit for Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RDL-file-size-limit-for-Report-Server/m-p/1831152#M19241</link>
      <description>&lt;P&gt;Not working, seems there are some error and I got a dump file with error log&lt;/P&gt;&lt;P&gt;what will be the step to troubleshoot?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 06:15:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RDL-file-size-limit-for-Report-Server/m-p/1831152#M19241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-08T06:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: RDL file size limit for Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RDL-file-size-limit-for-Report-Server/m-p/1835168#M19276</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please make the change only in web.config and check Like I have below length set up and it works well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 07:04:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RDL-file-size-limit-for-Report-Server/m-p/1835168#M19276</guid>
      <dc:creator>AbhiSSRS</dc:creator>
      <dc:date>2021-05-11T07:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: RDL file size limit for Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RDL-file-size-limit-for-Report-Server/m-p/1836829#M19283</link>
      <description>&lt;P&gt;Hello, follow instruction and it is not working for me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Updated web.config and restart service&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Upload 4mb xml file get this error&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RSPortal_2021_05_11_10_47_37&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;see below error :&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2021-05-11 10:49:18.1154|INFO|10|Received request PUT /api/v2.0/catalogitems(a974dde6-a84b-4794-8f0c-4ab21c7285ba)| RequestID = s_c9ed1c27-b711-462f-9ef9-3c9c83bb472f&lt;BR /&gt;2021-05-11 10:49:29.9746|ERROR|10|OData exception occurred: Microsoft.SqlServer.ReportingServices2010.RSConnection2010+MissingEndpointException: The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version. ---&amp;gt; System.InvalidOperationException: Client found response content type of '', but expected 'text/xml'.&lt;BR /&gt;The request failed with an empty response.&lt;BR /&gt;at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)&lt;BR /&gt;at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)&lt;BR /&gt;at Microsoft.SqlServer.ReportingServices2010.ReportingService2010.SetItemDefinition(String ItemPath, Byte[] Definition, Property[] Properties)&lt;BR /&gt;at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod(Boolean setConnectionProtocol)&lt;BR /&gt;--- End of inner exception stack trace ---&lt;BR /&gt;at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod(Boolean setConnectionProtocol)&lt;BR /&gt;at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SetItemDefinition(String itemPath, Byte[] definition, Property[] properties)&lt;BR /&gt;at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapAuthenticationHelper.ExecuteWithWindowsAuth[TReturn](SoapHttpClientProtocol soapClient, IPrincipal userPrincipal, Func`1 func)&lt;BR /&gt;at Microsoft.ReportingServices.Portal.Repositories.CatalogItemRepository.UpdateReport(IPrincipal userPrincipal, String origItemPath, Report item, Boolean renameOrMove, String[] delta)&lt;BR /&gt;at Microsoft.ReportingServices.Portal.Repositories.CatalogItemRepository.Update(IPrincipal userPrincipal, String origItemPath, CatalogItem catalogItem, String[] delta)&lt;BR /&gt;at Microsoft.ReportingServices.Portal.ODataWebApi.V2.Controllers.CatalogItemsController.PutEntity(String key, CatalogItem entity)&lt;BR /&gt;at Microsoft.ReportingServices.Portal.ODataWebApi.Controllers.Reflection.EntitySetReflectionODataController`1.Put(ODataPath oDataPath, T value)&lt;BR /&gt;at lambda_method(Closure , Object , Object[] )&lt;BR /&gt;at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.&amp;lt;&amp;gt;c__DisplayClass6_2.&amp;lt;GetExecutor&amp;gt;b__2(Object instance, Object[] methodParameters)&lt;BR /&gt;at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;at System.Web.Http.Controllers.ApiControllerActionInvoker.&amp;lt;InvokeActionAsyncCore&amp;gt;d__1.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;at System.Web.Http.Controllers.ActionFilterResult.&amp;lt;ExecuteAsync&amp;gt;d__5.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;at System.Web.Http.Controllers.ExceptionFilterResult.&amp;lt;ExecuteAsync&amp;gt;d__6.MoveNext().| RequestID = s_c9ed1c27-b711-462f-9ef9-3c9c83bb472f&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 17:55:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RDL-file-size-limit-for-Report-Server/m-p/1836829#M19283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-11T17:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: RDL file size limit for Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RDL-file-size-limit-for-Report-Server/m-p/1868480#M19481</link>
      <description>&lt;P&gt;This is not resolve yet.&amp;nbsp;&lt;BR /&gt;Any suggestion about the error?&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 21:04:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RDL-file-size-limit-for-Report-Server/m-p/1868480#M19481</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-27T21:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: RDL file size limit for Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RDL-file-size-limit-for-Report-Server/m-p/3824394#M34447</link>
      <description>&lt;P&gt;if u got any solution for above mentioned issue ,yes meants can u share the solution pls&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 17:38:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RDL-file-size-limit-for-Report-Server/m-p/3824394#M34447</guid>
      <dc:creator>varadharajan</dc:creator>
      <dc:date>2024-04-09T17:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: RDL file size limit for Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/RDL-file-size-limit-for-Report-Server/m-p/3824400#M34449</link>
      <description>&lt;P&gt;have any solution pls&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 17:40:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/RDL-file-size-limit-for-Report-Server/m-p/3824400#M34449</guid>
      <dc:creator>varadharajan</dc:creator>
      <dc:date>2024-04-09T17:40:00Z</dc:date>
    </item>
  </channel>
</rss>

