reporting services
10 TopicsReport .rdl with special characters & upload with power Shell
I have a report with some special characters, the special characters specifically are "à, è ". When I run it or manually upload the report to the server I have no problem. But when I load the report with power shell with "Write-RsFolderContent" function I get an error. In power shell console the error is "Failed to create catalog item from 'C:\Users\rtn\Desktop\New folder\hprs\Shared Reports\Daily\Agent Activity.rdl' in '/Hash Phones Reporting Services DLL/Shared Reports/Daily': System.Exception: Failed to create catalog item C:\Users\rtn\Desktop\New folder\hprs\Shared Reports\Daily\Agent Activity.rdl : Eccezione durante la chiamata di "CreateCatalogItem" con "7" argomento/i: "System.Web.Services.Protocols.SoapException: The definition of this report is not valid or supported by this version of Reporting Services. The report definition may have been created with a later version of Reporting Services, or contain content that is not well-formed or not valid based on Reporting Services schemas. Details: Invalid character in the given encoding. Line 2399, position 44." The enconding of report is UTF-8599Views0likes0CommentsPower Bi Reports as Paginated Reports in Reporting Services
Hello Everyone, I have been using Reporting Services for a while now and created many Paginated reports using Report Builder that are great since everyone with access to the folder can view them directly on the Reporting Server itself just by clicking on it. PowerBi — Postimages (postimg.cc) (For some reason this forum doesn't let me post my photos so I need to link them) Recently I have started to create some simple project with Power Bi, however when I upload them to the SSRS it get recognized as "POWER BI REPORTS" instead of "PAGINATED REPORTS", meaning that when I try to open it it just download it on my PC (See picture) and I will need to open it on my own Power BI application. Power Bi 2 — Postimages (postimg.cc) Is there a way to make it so that Power BI reports are shown in the same way as Report Builder reports on the SSRS itself? Is there a way to export the Power BI or a converter that make it Paginated report? Is a license required to do so? Please ask for more information if needed, Thanks for the help! GiovanniSolved1.1KViews0likes1CommentDate/Time Parameters in SSRS Linked Reports (PBIRS September 2021)
Hello, My organization is using PowerBI via an application that also hosts SSRS reports; currently Power BI September 2021 update is in place. There is a problem that is occurring with SSRS linked reports. When attempting to set default parameters for a linked report, PBIRS will not allow you to "Apply" the changes if there are any date/time parameters on the report UNLESS you set values for those date/time parameters. The message "A valid datetime value is required" appears, even if the RDL in question does not mark these parameters as required in its design. In previous versions of SSRS, this was not necessary. Is this fixed in a later version? Or is this a bug.Solved2KViews0likes3CommentsUnable to deploy Reporting Services report to Power BI Report Server
Hello, In attempting to deploy an SSRS report from Visual Studio to Report Server, I get the following error: Could not connect to the report server "servername/reportserver/". Verify that the TargetServerURL is valid and that you have the correct permissions to connect to the report server. ------------------------------ ADDITIONAL INFORMATION: The operation has timed out (Microsoft.ReportingServices.RsClient) Deploying a report via VS to Report Server use to work. In addition, I've attempted to connect to "servername/reportserver/" via SSMS, and it hangs. What could be the cause? I've checked the logs on the Report Server but I do not see any errors.Solved2KViews0likes2CommentsRemove whitepace in table row of SSRS report
I'm unsure if this is the correct forum to ask my question. However, I've created an SSRS report in Visual Studio to publish to the Report Server. In my report, I'm experiencing spacing issue within the table cells. Image is below. This table displays counts on a column per date. For 01/04/2021, there's whitespace in which I need to remove. In the design, I've tried modifying the height and padding of the Textbox in the Table. Also, I've tried setting the CanGrow and CanShrink property to False of the Textbox in the Table. Is there anyway I can remove the whitepace?Solved3.1KViews0likes5CommentsGenerate two outputs on a single Subscription
Hi everyone, I have a scenario where I am dealing with too many data-driven subscriptions being required in order to generate EXCEL and PDF files on a repository. According to the current configuration the report needs to execute twice for the same parameters in order to generate one EXCEL and one PDF. My question is if there is a way to reduce the number of report executions per subscription taking advantage of the data being already in cache and just generate the two outputs EXCEL e PDF in one go. Thank you Regards, LS865Views0likes2Commentsuser centric reporting and report centric reporting - to capture user and report usage details.
Hi Team, I am trying to create 2 separate reports for the following, Who is using the reports? What reports are being used (and how frequently/by whom)? Basically i am looking to create 2 views of the usage data user centric reporting and report centric reporting. The User Centric Reporting is focused on PowerBI licence holders while the Report centric reporting for PowerBI is to show details regarding what reports are being used and how frequently and by whom? It would be really helpful if anyone can assist me on where to get the data for these from. Thanks in advance. Kind regards, Arjun Rathinam613Views0likes0CommentsReportServer: error execution reports
Hi, We have got the error on ReportServer when I Execute ssrs report: ReportServer_0-1!1234!12/04/2019-12:37:46:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: , Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Impossible de lire la ligne de données suivante du jeu de données « Sales ». ---> Microsoft.AnalysisServices.AdomdClient.AdomdConnectionException: The connection either timed out or was lost. ---> System.IO.IOException: Impossible de lire les données de la connexion de transport : Une connexion existante a dû être fermée par l’hôte distant. ---> System.Net.Sockets.SocketException: Une connexion existante a dû être fermée par l’hôte distant à System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin de la trace de la pile d'exception interne --- à System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) à System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count) à Microsoft.AnalysisServices.AdomdClient.DimeRecord.ReadBody(Byte[] buffer, Int32 offset, Int32 count) à Microsoft.AnalysisServices.AdomdClient.TcpStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin de la trace de la pile d'exception interne --- à Microsoft.AnalysisServices.AdomdClient.XmlaReader.ReadEndElement() à Microsoft.AnalysisServices.AdomdClient.FormattersHelpers.ReadRowsetProperty(XmlReader reader, String elementName, String elementNamespace, Type type, Boolean throwOnInlineError, Boolean isArray, Boolean convertToLocalTime) à Microsoft.AnalysisServices.AdomdClient.XmlaDataReader.ReadColumnValue(Int32 ordinal) à Microsoft.AnalysisServices.AdomdClient.XmlaDataReader.SequentialReadXmlValue(Int32 ordinal) à Microsoft.AnalysisServices.AdomdClient.XmlaDataReader.GetRowXmlValues(Object[] xmlValues) à Microsoft.AnalysisServices.AdomdClient.XmlaDataReader.InternalRead() à Microsoft.ReportingServices.DataExtensions.AdoMdDataReaderBase.Read() à Microsoft.ReportingServices.DataExtensions.MappingDataReader.GetNextRow() We have 2 servers: On the one part, there is SQL server and ReportingService (4CPU, 64 Go RAM) and the other part SSAS (4 CPU 32 Go RAM). When I restart the reporting service, the reports work fine : Reporting service uses 20 Go RAM! But after report reexecutions, we have the above error and i can see that reporting service uses 1Go RAM. I need restart reporting service. I don't understand the trouble. Can you help me please?1.4KViews0likes2CommentsPowerBI report server scale-out with NLB - bad request when open or upload PowerBI Report
I have setup 2 PowerBI Report Servers in an scale-out deployment with an NLB (https://docs.microsoft.com/en-us/sql/reporting-services/report-server/configure-a-report-server-on-a-network-load-balancing-cluster?view=sql-server-2017) When opening the load balancer URL i can login, create folders, assign permissions. But when i try to open a powerbi report or try to upload a report an error occured. In the RSPortal.log i find the following error: 2019-09-25 17:52:47.1644|ERROR|41|The remote server returned an error: (400) Bad Request.| RequestID = s_c1a68a9f-38c0-4e89-ab27-045f4ca39fbe I'm using Microsoft Power BI Report Server - May 2019. When creating a report with PowerBI Desktop for Reporting Services (also May 2019 version) and try to save that report on the report server the following error message appears: Would be glad if anyone can help. Thanks, JESolved7.7KViews0likes12CommentsReporting Services and Power BI reports on SQL Server 2017
Hi everyone, I have a server with a SQL Server 2017 installed. I want to know if it's possibile to use the product key of the installed SQL Server to install SQL Reporting Services. However, I have also the following questions: - Which licence of SQL Server allows me to add the licenced Reporting Services? Can SQL Server Standard Edition allow me in this purpose? - If I've SQL Server Standard Edition installed, what kind of licence can I install of Reporting Services? - What's the difference beetwen install Reporting Services to publish PowerBI reports and install Power BI Server for the same purpose? Are they the same features or not? Which would be the best way nowadays? Consider that now I'm working with Power BI Desktop (August 2018) to design the reports. Thank you in advance. SalvatoreSolved3.6KViews0likes3Comments