Forum Discussion
IbisRipley
4 years agoFrequent Visitor
ReportingServicesTools Set-RsRestItemDataSource - BAD REQUEST how to diagnose?
I am attempting to write a script to update Datasource connect strings for power bi reports on PBIRS(on prem, no service) - Trying to add a port to the ( sharepoint ) url in the connect string. For...
IbisRipley
4 years agoFrequent Visitor
One additional note: I managed to get the Response body, but it doesn't help me much either.
Response body:
Failed to update data sources for '/AP/CSECR/Action%20Items': The remote server returned an error: (400) Bad Request.
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException
IbisRipley
4 years agoFrequent Visitor
In Hopes of getting some help, here is more information. We are on
Build File version Description Release date
| 15.0.1108.159 | 1.13.8086.22725 | Power BI Report Server January 2022 Update Download | 2022-02-23 *new |
IS it possible that this method (Parameters ) https://docs.microsoft.com/en-us/power-bi/report-server/connect-data-source-apis would ned to be used since the method above ( from here https://docs.microsoft.com/en-us/power-bi/report-server/connect-data-source-apis <-- specifies pre-OCT 2020) would need to be used? It seems if that is the case we would need to manually modify all reports to add parameters?