503
3 Topics503 errors with custom visuals with report server using form authentication
Hi. In the last 2 months I have problems with using custom visuals (of the marketplace) in PBI reports on my report server using custom authentation (I use Forms authentication). The 503 error is quite random and might not happen everytime, but can be reproduced by hitting F5 in the browser. Sometimes all custom visual are ommited, sometimes only a part of the custom visuals are drawn - sometimes a scrollbar is shown on the custom visual, but there should be no scrollbar (e.g. the tag cloud visual). It's a very random error/problem. Here is a small example from the Edge console window: GET https://my.server.com/powerbi/libs/scripts/customVisualsHost.bundle.js net::ERR_ABORTED 503 cvSandboxMinimal.htm:16 GET https://my.server.com/powerbi/libs/scripts/visualSandbox.minimal.externals.js net::ERR_ABORTED 503 cvSandboxMinimal.htm?=&plugin=tagCloud8448D0BE3AE3424D97B3973515418218&locale=de-DE:17 GET https://my.server.com/powerbi/libs/scripts/customVisualsHost.bundle.js net::ERR_ABORTED 503 cvSandboxMinimal.htm?=&plugin=tagCloud8448D0BE3AE3424D97B3973515418218&locale=de-DE:7 GET https://my.server.com/powerbi/libs/styles/visualsandbox.css net::ERR_ABORTED 503 cvSandboxMinimal.htm?=&plugin=tagCloud8448D0BE3AE3424D97B3973515418218&locale=de-DE:16 GET https://my.server.com/powerbi/libs/scripts/visualSandbox.minimal.externals.js net::ERR_ABORTED 503 cvSandboxMinimal.htm?=&plugin=htmlContent443BE3AD55E043BF878BED274D3A6855&locale=de-DE:7 GET https://my.server.com/powerbi/libs/styles/visualsandbox.css net::ERR_ABORTED 503 The problem happens on all major browser in their current version. The Report Server runs the January 2021 release, but the problem showed up with the release before (October 2020 - most current version), too. Has anybody seen this odd behavior - and is there a solution/workaround for this 503 problem? Thanks, Lars3.2KViews0likes9CommentsReport Server Service unavailable 503 SSL
We recently added an SSL certificate to the Power BI reporting server and we can view SSRS reports correctly over the HTTPS connection. However when opening Power BI reports these Hang saying Loading Data and showing: Service Unavailable HTTP Error 503. The Service is unavailable Server is 2012 R2 Power Bi Server is August Tech Preview IE 11 Browser and Chrome have same issue9.7KViews0likes5CommentsCan't Create a Scheduled Refresh plan - 503 error
Server is running Mar 2018 Power BI Report Server. PBIX files run fine on the server. I have several that are running direct query and they work no problem getting the most recent data. Issue comes when setting up a scheduled refresh plan. I get the generic "Something went wrong" Looking into the log file I see the below entries: 2018-05-21 09:18:38.9168|INFO|49|Received request POST /api/v2.0/CacheRefreshPlans| RequestID = s_34c31822-4981-4bab-8f53-e437da0e63ae 2018-05-21 09:18:40.9578|ERROR|49|OData exception occurred: System.Net.WebException: The request failed with HTTP status 503: Service Unavailable. at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SetConnectionProtocol() at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod(Boolean setConnectionProtocol) at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.CreateCacheRefreshPlan(String itemPath, String description, String eventType, String matchData, ParameterValue[] parameters) at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapRS2010Proxy.<>c__DisplayClass32.<CreateCacheRefreshPlan>b__31() at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapAuthenticationHelper.ExecuteWithWindowsAuth[TReturn](SoapHttpClientProtocol soapClient, IPrincipal userPrincipal, Func`1 func) at Microsoft.ReportingServices.Portal.Repositories.SubscriptionService.CreateCacheRefreshPlan(IPrincipal userPrincipal, CacheRefreshPlan cacherefreshPlan) at Microsoft.ReportingServices.Portal.ODataWebApi.V2.Controllers.CacheRefreshPlansController.AddEntity(CacheRefreshPlan entity) at Microsoft.ReportingServices.Portal.ODataWebApi.Controllers.Reflection.EntitySetReflectionODataController`1.Post(ODataPath oDataPath, T value) at lambda_method(Closure , Object , Object[] ) at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass10.<GetExecutor>b__9(Object instance, Object[] methodParameters) at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__0.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Controllers.ExceptionFilterResult.<ExecuteAsync>d__0.MoveNext().| RequestID = s_34c31822-4981-4bab-8f53-e437da0e63ae 2018-05-21 09:18:40.9578|INFO|56|Sending response. Response code DDCNY\sperl 500, Elapsed time 0:00:02.0411457| RequestID = s_34c31822-4981-4bab-8f53-e437da0e63ae Tried restarting the Reporting Server on the database (separate server). Restarted services on the Power BI report server. Also tried enabling HTTP error logging on the database server but it looks like that's not it either. What service is the Power BI server trying to reach out to when creating the refresh plan?Solved3.6KViews0likes4Comments