<?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: Error RSPortal: obtaining a connection from the pool in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1681392#M18263</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="33567" data-lia-user-login="Petebro" class="lia-mention lia-mention-user"&gt;Petebro&lt;/a&gt;&amp;nbsp; Any news on this topic? Have you been able to reproduce the issue?&lt;/P&gt;</description>
    <pubDate>Mon, 22 Feb 2021 16:14:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-02-22T16:14:02Z</dc:date>
    <item>
      <title>Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1636257#M17804</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we use Oct. 2020 release&amp;nbsp; (product version 1.9.7627.11028)&amp;nbsp; and have the following Internal Server Error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;2021-02-01 10:54:28.3246|ERROR|190|OData exception occurred: &lt;BR /&gt;&lt;SPAN class="code-object"&gt;System&lt;/SPAN&gt;.Exception: ReportServerDatabaseUnavailableException ---&amp;gt;&lt;SPAN class="code-object"&gt;System&lt;/SPAN&gt;.InvalidOperationException: Timeout expired. &lt;BR /&gt;The timeout period elapsed prior to obtaining a connection from the pool.  &lt;BR /&gt;This may have occurred because all pooled connections were in use and max pool size was reached.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I can reproduce this error when i open one of our Power BI Reports ( Live Connection to Tabular) and navigate through the tabs and&amp;nbsp; filter values. After each click i can see increasing connections on SQL Server DB ReportSever DB&amp;nbsp; via sys.sysprocesses.&lt;BR /&gt;When it reaches 100 connections , the error occurs and the Report Service is unavailable( empty root folder) for some minutes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;100 fits to the following Log entry in RSPortal after restarting PBIRS:&lt;/P&gt;&lt;PRE&gt;2021-02-01 12:05:10.4767|INFO|1|Catalog max connection pool size: 100&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is RsPortal used for? Older Power BI report do not show this behaviour.&lt;/P&gt;&lt;P&gt;Is it a bug and how can i resolve or work around the problem?&lt;/P&gt;&lt;P&gt;Is it fixed in Januar 2021 release?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 16:16:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1636257#M17804</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-01T16:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1636394#M17806</link>
      <description>&lt;P&gt;RSPortal is the process that hosts the UI for browsing your reports. AKA &lt;A href="http://{ServerName}/Reports" target="_blank"&gt;http://{ServerName}/Reports&lt;/A&gt;&amp;nbsp;runs in RSPortal process and talks to the catalog to fetch various information. I am unaware of any issue where we suddenly require extra connections to reach some sort of upper limit of connections available. It is not something we specifically changed in October or fixed in January.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have there been any changes to the SQL instance hosting the catalog? Is it possible to run the profilers on the catalog to see if there are a huge number of connections coming in from somewhere?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 17:16:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1636394#M17806</guid>
      <dc:creator>Petebro</dc:creator>
      <dc:date>2021-02-01T17:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1638345#M17852</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;No changes to the SQL instance. There isn't a large number of connections by RSPportal in sys.sysprocesses, just up to 100. What do you mean by "catalog"? DB or SQL Server instance?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 09:57:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1638345#M17852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-02T09:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1638566#M17854</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;I was able to narrow down the problem:&lt;/P&gt;&lt;P&gt;Some of our &lt;STRONG&gt;older&lt;/STRONG&gt; Live Connection Power BI reports don't even open one connection via RSPortal to SQL Server, while others keep increasing the number of connections with each new click (filter, drill down).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I opened one of the old Power BI reports&amp;nbsp;(build with&amp;nbsp; a 2019 desktop version)&amp;nbsp; in my up to date Desktop Version (Oct. 2020) and saved it again to PBIRS.&lt;/P&gt;&lt;P&gt;Now, with each click in this new Version the number of connections increase and i am able to reproduce the error mentioned&amp;nbsp; above.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like a bug in the Desktop Version.&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 10:59:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1638566#M17854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-02T10:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1639528#M17859</link>
      <description>&lt;P&gt;Catalog refers to the ReportServer database that stores state for the Power BI Report Server instance. Usually named "ReportServer" but you can view this from the RSConfig.exe tool when you connect to your PBIRS instance.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 16:21:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1639528#M17859</guid>
      <dc:creator>Petebro</dc:creator>
      <dc:date>2021-02-02T16:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1639531#M17860</link>
      <description>&lt;P&gt;Ah let me engage with someone from the desktop team that is more familar with that area I will be back with investigation outcomes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Though would it be possible to setup an enviroment using the January release of PBI RS And PBI RS Desktop to ensure this wasn't already fixed since October?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 16:25:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1639531#M17860</guid>
      <dc:creator>Petebro</dc:creator>
      <dc:date>2021-02-02T16:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1639777#M17864</link>
      <description>&lt;P&gt;I have been getting this error as well ever since the October 2020 update. I was hoping the January 2021 update would fix it, but it does not. In the October 2020 release, the issue appeared to cause the Home screen to be blank once the error occurred and I would have to reboot PBIRS to get it to appear again.&amp;nbsp;The blank Home screen appears to not happen with the January 2021 release. This is the full error I am seeing in the RSPortal log file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2021-02-02 10:04:50.1524|ERROR|235|OData exception occurred: System.Exception: ReportServerDatabaseUnavailableException ---&amp;gt; System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.&lt;BR /&gt;at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal&amp;amp; connection)&lt;BR /&gt;at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)&lt;BR /&gt;at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)&lt;BR /&gt;at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)&lt;BR /&gt;at System.Data.SqlClient.SqlConnection.Open()&lt;BR /&gt;at Microsoft.BIServer.HostingEnvironment.Storage.MeteredSqlConnection..ctor(String connectionString)&lt;BR /&gt;--- End of inner exception stack trace ---&lt;BR /&gt;at Microsoft.BIServer.HostingEnvironment.Storage.MeteredSqlConnection..ctor(String connectionString)&lt;BR /&gt;at Microsoft.BIServer.Configuration.Catalog.CatalogAccessFactory.NewConnection()&lt;BR /&gt;at Microsoft.ReportingServices.CatalogAccess.Streams.VarbinaryReadableStream..ctor(String getContentStoredProcedure, Dictionary`2 parameters)&lt;BR /&gt;at Microsoft.ReportingServices.CatalogAccess.Streams.VarbinaryReadableStreamFactory.CreateExtendedContentReadableStream(Guid catalogItemId, ExtendedContentType contentType)&lt;BR /&gt;at Microsoft.ReportingServices.Portal.Repositories.CatalogItemRepository.GetCatalogItemWithContentInternal(IPrincipal userPrincipal, RSService rsService, String path, Boolean internalUse)&lt;BR /&gt;at Microsoft.ReportingServices.Portal.Repositories.CatalogItemRepository.GetCatalogItemWithContentTrusted(IPrincipal userPrincipal, Guid key)&lt;BR /&gt;at Microsoft.ReportingServices.Portal.ODataWebApi.Common.CatalogItemControllerHelper`1.GetItem(String key)&lt;BR /&gt;at Microsoft.ReportingServices.Portal.ODataWebApi.V2.Controllers.CatalogItemsController.GetEntity(String key, String castName)&lt;BR /&gt;at Microsoft.ReportingServices.Portal.ODataWebApi.Controllers.Reflection.EntitySetReflectionODataController`1.GetRoot(ODataPath oDataPath, Int32&amp;amp; index)&lt;BR /&gt;at Microsoft.ReportingServices.Portal.ODataWebApi.Controllers.Reflection.ReflectionODataController`1.Get(ODataPath oDataPath)&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.Filters.ActionFilterAttribute.&amp;lt;CallOnActionExecutedAsync&amp;gt;d__6.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.Web.Http.Filters.ActionFilterAttribute.&amp;lt;CallOnActionExecutedAsync&amp;gt;d__6.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.Filters.ActionFilterAttribute.&amp;lt;ExecuteActionFilterAsyncCore&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.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 = 4f5e7c00-4014-2159-000a-2aacfe265f20 ClientSessionID = fc2378e1-3ab0-f57e-4a80-34c19e60aa6d&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 18:17:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1639777#M17864</guid>
      <dc:creator>jbarta_mlchc</dc:creator>
      <dc:date>2021-02-02T18:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1639788#M17865</link>
      <description>&lt;P&gt;Thanks for the detail. Are you seeing the number of connections grow with Power BI Reports using direct query or are you seeing it with other types of models as well?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 18:23:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1639788#M17865</guid>
      <dc:creator>Petebro</dc:creator>
      <dc:date>2021-02-02T18:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1639806#M17867</link>
      <description>&lt;P&gt;Sorry, don't post frequently so I think I responded to the wrong message. My apologies. The majority of my reports are direct query to SSAS tabular model. I do have a few that are direct query to a SQL Server database, but I am hesitant to update any of those or edit them due to this issue. I can make a copy and see if the issue occurs. But I am only seeing this issue with direct query with a new report I created with the October 2020 release. I opened it in January 2021 and saved it again in hopes it fixed it, but as I stated it did not fix the issue. I have actually put a pause on all editing and new reports since the October 2020 release because of this issue. I will test a direct query to a SQL Database and let you know.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 18:35:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1639806#M17867</guid>
      <dc:creator>jbarta_mlchc</dc:creator>
      <dc:date>2021-02-02T18:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1639813#M17869</link>
      <description>&lt;P&gt;Forgot to mention that to test the data source (SSAS Tabular model) for performance issues, I recreated the report/dashboard as a paginated report and the report did not experience the same issue. So i do not believe it is a problem with my tabular model.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 18:41:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1639813#M17869</guid>
      <dc:creator>jbarta_mlchc</dc:creator>
      <dc:date>2021-02-02T18:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1639877#M17870</link>
      <description>&lt;P&gt;I did a test on a report with direct query to a SQL Server database and I did not have the issue. The report does not have as many slicers and visuals as the tabular model direct query report that has issues, so it might not be a good comparison. But those reports that I have SQL Server direct query are very limited, so it is all I had.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did do another test to see if I can get the blank Home screen to show and unfortunately it did this time. I have to reboot PBIRS from the RS Configuration Manager for the Home screen to show our folders again. Additionally, it causes all other reports that connect to the same SSAS instance to throw a something went wrong error.&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 19:13:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1639877#M17870</guid>
      <dc:creator>jbarta_mlchc</dc:creator>
      <dc:date>2021-02-02T19:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1640039#M17872</link>
      <description>&lt;P&gt;I have done some further testing and discovered a few other things. Our clinic has not moved on to the new Edge browser yet. I installed it and ran the report from the web portal like I have been and there were no issues. I did not experience the connection pool error and the home screen did not go blank. I am only experiencing that when running Internet Explorer 11. I also tested adding the ?rs:Embed=True to the report URL in the new Edge and that caused the issue with the connection pool and the home screen went blank. I use that to deploy reports from a website. But the report runs with no issues in the new Edge and with out the Embed on the URL.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 21:29:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1640039#M17872</guid>
      <dc:creator>jbarta_mlchc</dc:creator>
      <dc:date>2021-02-02T21:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1640043#M17873</link>
      <description>&lt;P&gt;What browser are you using? I just did some further testing and it does not seem to happen with the new Edge browser. I was wondering if you are using IE 11.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 21:31:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1640043#M17873</guid>
      <dc:creator>jbarta_mlchc</dc:creator>
      <dc:date>2021-02-02T21:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1641017#M17883</link>
      <description>&lt;P&gt;I see increasing connections with every browser I use: Firefox (78), Edge (87), Chrome (88).&lt;BR /&gt;I don't think this has anything to do with the browser, but with the desktop version that provides the Power-Bi report on the server.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 08:10:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1641017#M17883</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-03T08:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1642599#M17905</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think we have the same problem.&lt;/P&gt;&lt;P&gt;I see the same error-message in our "rsportal"-log. We are using oct 2020 version (15.0.1104.239) of the server.&lt;/P&gt;&lt;P&gt;I have tried to reproduce it and for some reports (in my example it was a Live Tabular report) i can increase the number of SQL connections by for example changing a filter/slicer in the report. But in my test it seems like I can increase the number of conection to a certain level (can be below 100) by changing a filter, but then it just stop increasing it. I´ve not been able to "kill" the report-portal while doing my own tests.&lt;/P&gt;&lt;P&gt;I´ve never been able to get a higher number of connections than 100.&lt;/P&gt;&lt;P&gt;I´m also looking in the sys.processes view to count the number of connections to 'RSPORTAL'.&lt;/P&gt;&lt;P&gt;I´m not sure which version of the desktop the user that created this report where using. Can I see it in some way (perhaps in the reportserver database)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I´ve got calls from users saying the report portal is sometimes not responding and I think it is because of this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 16:24:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1642599#M17905</guid>
      <dc:creator>Steffe</dc:creator>
      <dc:date>2021-02-03T16:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1642687#M17908</link>
      <description>&lt;P&gt;I am trying to understand further how you are seeing the connections. I see a view called sys.sysprocesses and I run that against the PBIRS database. What should I be looking for to see the connection and seeing them increase? Thanks for you help in understanding this further.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 17:06:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1642687#M17908</guid>
      <dc:creator>jbarta_mlchc</dc:creator>
      <dc:date>2021-02-03T17:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1642745#M17909</link>
      <description>&lt;P&gt;Nevermind I figured it out and now I can see the connections increase. I did some testing with the new Edge browser versus IE 11 and one thing I noticed is that there were far less connections per filter or slicer change in the new Edge versus IE 11. I was seeing it increase by ~4 connection in the new Edge and around ~24 connections in IE 11 with each filter/slicer change. It took a lot more changes to reach the 100 before the portal became unresponsive.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 17:40:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1642745#M17909</guid>
      <dc:creator>jbarta_mlchc</dc:creator>
      <dc:date>2021-02-03T17:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1642751#M17910</link>
      <description>&lt;P&gt;Thanks for your reply. After understanding where to watch the connections I am now seeing the issue with the new Edge browser as well. I noticed that there were less connection per filter/slicer change with the new Edge browser when compared to IE 11. I was seeing ~24 connections in IE 11 and ~4 with the new Edge. So it took longer for the portal to become unresponsive using the new Edge giving me the false impression that it was resolved using the new Edge browser.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 17:44:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1642751#M17910</guid>
      <dc:creator>jbarta_mlchc</dc:creator>
      <dc:date>2021-02-03T17:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1642781#M17913</link>
      <description>&lt;P&gt;I had another question. Shouldn't these connections drop once the user closes the report? I am not seeing the connections decrease after I close a report.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 18:05:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1642781#M17913</guid>
      <dc:creator>jbarta_mlchc</dc:creator>
      <dc:date>2021-02-03T18:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error RSPortal: obtaining a connection from the pool</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1643973#M17924</link>
      <description>&lt;P&gt;This is my understanding of rsportal and a connection pool:&lt;/P&gt;&lt;P&gt;rsportal is configured to use a maximum of 100 pooled connections. When it has reached 100, no new connection may be established. One of the 100 pooled connections must be used. If all connections are still being used (possibly incorrectly), the portal will no longer respond. When the timeout is reached, server logs the error msg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After a few minutes you can see that the number of connections are falling and Report Server is responding again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="33567" data-lia-user-login="Petebro" class="lia-mention lia-mention-user"&gt;Petebro&lt;/a&gt;&amp;nbsp; Did you get any feedback from the Desktop RS guys?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 08:02:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Error-RSPortal-obtaining-a-connection-from-the-pool/m-p/1643973#M17924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-04T08:02:30Z</dc:date>
    </item>
  </channel>
</rss>

