Forum Discussion
shivaprasadg
7 years agoFrequent Visitor
Power BI Reporting Server Branding
Hi, Not able to upload zip file to branding in power bi Reporting server and getting this error below, "There is a problem with the system resource package." Pls help. regards shivap...
- 7 years ago
I followed these instructions here:
This worked for me. You must make sure that all files are named correctly with correct casing, and that it is in a zip file. XML file needs to be formatted correctly.
Anonymous
6 years agoNot applicable
Note that in your metadata.xml file, dont specify https for the namespace attribute, just use http
It should look like
<SystemResourcePackage xmlns="http://schemas.microsoft.com/sqlserver/reporting/2016/01/systemresourcepackagemetadata"
type="UniversalBrand"
amarines
6 years agoFrequent Visitor
For me this was the solution, Thanks Anonymous