Hello,
I am new to branding and tried to follow the directions on the video and on the Microsoft site:
but for some reason it still doesn't work, and I even made sure when I compress, that there is no folder that gets created first, when I open the .zip file, I see 3 files:
colors.json
metadata.xml
logo.png
I try and upload it, however gives me this error message:
"There is a problem with the system resource package"
and that's it, no clear error as to why, just a typical Microsoft error, not sure what else to check, here is the metadata.xml file whats inside:
<?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="Multicolored example brand">
<Contents>
<Item key="colors" path="colors.json" />
<Item key="logo" path="logo.png" />
</Contents>
</SystemResourcePackage>
any help would greatly be appreciated.
got it working, the problem was the url for:
<SystemResourcePackage xmlns="https://schemas.microsoft.com/sqlserver/reporting/2016/01/systemresourcepackagemetadata"
change to:
<SystemResourcePackage xmlns="http://schemas.microsoft.com/sqlserver/reporting/2016/01/systemresourcepackagemetadata"
I was using https and needed to be http.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply