rendering
5 TopicsFailure in conceptualschema
Hello i've got followng error in the RSPowerBI<Date>.log when I try to render a report. I've get the error by every report (import or live query) and the report content is empty and no data are shown ... Im using the report server October Version. 2017-12-06 16:56:44.4084|ERROR|41|Failure in conceptualschema| RequestID = 472c5d3c-5de9-9d7e-32ee-8a3c23b6703d ClientSessionID = e1a6a690-a061-0806-bb92-db811bc6f8bd Microsoft.PowerBI.ReportServer.WebApi.Catalog.CatalogAccessException: Forbidden at Microsoft.PowerBI.ReportServer.WebApi.ASConnection.RSDataSourceProvider.GetDataSource(Int64 modelId) at Microsoft.PowerBI.ReportServer.ExploreHost.RSPowerViewHandler.CreateModelKeyFromId(String modelIdFromClient, String maxModelMetadataVersion) at Microsoft.PowerBI.ReportServer.ExploreHost.RSPowerViewHandler.EnsureSession(String modelId) at Microsoft.PowerBI.ExploreHost.ExploreClientHandlerBaseFlow.<RunAsync>b__8_0() at System.Threading.Tasks.Task.Execute() --- 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 Microsoft.PowerBI.ExploreHost.ExploreClient.<GetClientConceptualSchemaAsync>d__10.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 Microsoft.PowerBI.ReportServer.ExploreHost.RSExploreHost.<GetConceptualSchemaAsync>d__3.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 Microsoft.PowerBI.ReportServer.WebApi.PbiApi.PbiApiController.<GetConceptualSchemaAsync>d__1b.MoveNext() The Windows Application Event Viewer shows this error message: The description for Event ID 25 from source MSOLAP$PBIRS cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer. If the event originated on another computer, the display information had to be saved with the event. The following information was included with the event: msmdsrvi.rll 103112KViews0likes7CommentsJan 2020 Power BI Report Server - paginated report rendering issues?
I think we might be running into some version drift issues between the SSDT rendering engine vs PBIRS's rendering engine, and I'm curious if anyone else is seeing something similar? We develop our paginated reports in Visual Studio 2017 (ver 15.9.20), with Reporting Services Projects extension version 2.6.3. I don't have a good way to show it at the moment without exposing some data, but imagine a document map on the left, basic tablix on the right, with a simple header and text box. In Visual Studio, everything renders as expected. When deployed to PBIRS though, the left pane actually says "Document Map" on top with the document map data below. The tablix renders fine, but we're noticing that when clicking on any element in the tablix space, there is a dashed line "selection box" that pops up. As we started looking at that more between different browsers, we noticed it's far worse in IE11 with dashed boxes showing up on-click for even individual table elements, and in Chrome and Chromium Edge, clicking in the tablix space draws the dashed selection box around the entire window, or sometimes just around the text header depending on where you click. We also noticed that a dashed box shows up around the +/- signs in the document map when interacting with those elements. Anyone else seeing this behavior? We're not sure yet if this is due to some policy issue our company pushed out that's effecting browser rendering, or if this is a sign of what we're developing in Visual Studio with SSDT is just drifting more and more from how the PBIRS renderer is handling these elements.1.3KViews0likes3CommentsSize of HTML from PBI Report Server almost 10x bigger then HTML from PowerBI.com
Hi, I have a Power BI report with imported data. When I publish this to PowerBI.com and run the Internet Explorer development tools the size of the data loaded is ca. 3MB. When I publish this same report to the Power BI Report server the size of the data which is 'downloaded' is over 26MB. Can someone tell me why this is and how to solve this? It look like the userenvironments have difficulties loading the 26MB of HTML. Thanks.483Views0likes0CommentsEuro sign missing while rendering to PDF
In apaginated report if it mentions the euro sign, the rendering works fine for all the formats (docx, xlsx, ..) except for the PDF. In PDF format the euro sign renders as a questionmark '?'. I've tried numerous combinations: Fonts, sizes, calling either Chr(128) or ChrW(8364). Still getting no luck. Here are my attempts. Rendering in Chrome which renders in PDF as I've also tried iterating over all of the unicode characters trying to spot the euro sign here it is on the web and again missing in PDF And I know that the character should be there judging by this source http://www.fileformat.info/info/unicode/font/arial_unicode_ms/blockview.htm?block=currency_symbols The problem started apearing after installing the latest Aug 2018 version of PBIRSSolved4.8KViews0likes3CommentsReport renders too slow
Hi! We have a powerbi-report embedded in a webpage with a iframe. Only trouble is that it renders to slow (>10 seconds), and the user cant navigate the webpage while the report i rendering. I there anyway to make rendering faster? What would be the best alternetive to examin: - Improving memory or CPU on report server - Make a less complex report with fewer tabs - Improving the performans of the data source (we use a tabular cube) Any pointer would be greatly appreciated!1.1KViews0likes0Comments