ssrs 2016
7 TopicsHow to extract SSRS Reports RDL using Web Service from PowerBI.com
Hi there, Currently, we have a on-premises SSRS 2016 (SQL Server Reporting Service in standalone mode) server and it has many paginated reports (RDL files) with pre-formatted business requirement. One of our company's application uses the Report Server Web Service Endpoints functionality (i.e. http://mySSRSsrv/ReportServer/ReportService2010.asmx ) to extract many reports automatically into various format such as Excel, CSV and PDF per needs. See this for more: Report Server Web Service Endpoints - SQL Server Reporting Services (SSRS) | Microsoft Docs We intend to migrate all of the RDL’s SSRS files with 2 x design alternatives- (Prefer Option 1) Deploy all paginated reports RDL's into the Power BI Service workspace in the cloud (knows as www.powerbi.com) . However, how can above application extract the RDL’s report output into Excel, CSV and PDF as to our knowledge PowrBI.com service does not provide or expose any web-service or alternative to achieve that? Any help please. Note we have PBI Premium capacity. (Option 2) Deploy all paginated reports RDL's into an On-premises Power BI Report Server. But once again, how can above application extract the RDL's report output into Excel, CSV and PDF as to our knowledge PowerBI Report Server does not offer or expose any web-service to acheive that? Any help pleaseSolved3.5KViews0likes2CommentsGetting UserID
I am using custom security sample. When i register a new member, it will add to the UserAccounts table. The useraccounts table do not have userid. When i manage role to add the registered user to the report server. It will insert into the ReportServer Users table with userid. Where is the userid generated and where i can get it before i manually register into report server?Solved788Views0likes1CommentDeploying SSRS report to PowerBI Server
Hi, I am looking to deploy an SSRS report in PowerBI Report Server. I succefully uploaded a report.rdl file to PowerBI report Server. I can see the structure of the report as the report runs of two paramaters that the user needs to key in/select and then click viewreport as in the following screenshot. I get the following error: "The current action cannot be completed. The user data source credentials do not meet the requirements to run this report or shared dataset. Either the user data source credentials are not stored in the report server database, or the user data source is configured not to require credentials but the unattended execution account is not specified. (rsInvalidDataSourceCredentialSetting)" I then went on to change the credentials(credentials which works fine on regular powerBI reports I developed) in manage datasource, I get the follwoing error: "An error has occurred during report processing. (rsProcessingAborted) Cannot impersonate user for data source 'MarketsAnalytics_Team'. (rsErrorImpersonatingUser) Log on failed. Ensure the user name and password are correct. (rsLogonFailed) For more information about this error navigate to the report server on the local server machine, or enable remote errors" is this something of a configuration issue in PowerBi Report Server or SQL Server Report Server(2016)? Thanks1.7KViews0likes0CommentsMigrate from SSRS 2016 to Power BI Report Server
I recently tried to migrate from SSRS 2016 to Power BI Report Server (March 2018). I ran into an issue where the database would not upgrade. I tried pointing the PBIRS configuration to the existing report server database and I also tried restoring the ReportServer database over a new database that was configured by PBIRS and neither worked. What is the correct way to perform the migration? Microsoft's documentation is very vague on this and I could not get it to work.1.1KViews0likes0CommentsPower BI Report Server & SSRS - Do they share any configuration / settings?
I have Power BI Report Server configured on a server & everything was working fine. I then installed SSRS 2016 & all was well except for the two issues below. https://social.technet.microsoft.com/Forums/projectserver/en-US/27805056-f951-4b93-a9e3-91a0fb3fc424/ssrs-2016-web-portal-hidden-reports?forum=sqlreportingservices Having trouble adding users from a different domain forest to SSRS IMPORTANT NOTE: At this point, Power BI Report Server was not experiencing issue 2. Users in both domain forests were being added with out any problem. In trying to resolve issue 1 for SSRS, i installed SQLServer 2016 SP2 and indeed that resolved issue 1 for SSRS. PROBLEM: Updating SQLServer 2016 to SP2 now introduced issue 2 to Power BI Report Server. Now in Power BI Report Server, users in "DomanA" can no longer be added. Trying to add them now throws the error "The user or group name "DomainA\username" is not recognized" So, does any one have any idea why updating SSRS instance to SP2 could end up affecting the BI Report Server configuration. Are there any configurations being shared between the two products?738Views0likes0CommentsXML Import Mobile Report Publisher Error
hi, I have a xml based dataaset that i want to use for mobile report. I could import the xml dataset in Mobile report Publisher but it doesn't show the correct data type. In xsd i have defined the field 'Salary' as Integer but in Mobile report publisher it is imported as Filter Field. Is it possible to change the data type direct in Mobile Report Publisher? <?xml version="1.0" encoding="utf-16"?> <xs:schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="data-set"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" name="record"> <xs:complexType> <xs:sequence> <xs:element name="Workgroup" type="xs:string" /> <xs:element name="Salary" type="xs:integer" /> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> Thanks Neena1.8KViews0likes2Comments