hi, I copied the example metadata.xml as website instruction “https://docs.microsoft.com/en-us/sql/reporting-services/branding-the-web-portal?view=sql-server-2017”, and package a zip file to upload to my Power BI Report Server, but it failed as below picture. Any suggestion for my uploaded package?
metadata.xml:
<?xml version="1.0" encoding="utf-8"?> <SystemResourcePackage xmlns="https://schemas.microsoft.com/sqlserver/reporting/2016/01/systemresourcepackagemetadata" type="UniversalBrand" version="2.0.2" name="SEGX brand" > <Contents> <Item key="colors" path="colors.json" /> <Item key="logo" path="logo.png" /> </Contents> </SystemResourcePackage>
colors.json copied website instruction, and package "logo.png" in the zip file. Why cannot upload?
error shows:
An error has occurred.
There is a problem with the system resource package.
The system resource package metadata file is invalid.