Forum Discussion

ottofrello's avatar
ottofrello
Regular Visitor
3 years ago

Browsing report makes requests to external resources

I have set up Power BI Report Server (SQL Server Enterprise with Software Assurance version 15.0.1108.297) on premise, and set up my first report. When browsing the report, the browser makes a request to the external resource appsource.powerbi.com/visuals.json. The content of the file seems pretty irrelevant, and I want to get rid of this (and any other) requests to external resources.

 

I have done the following already:

  1. In the registry editor, in the folder Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\PBIRS\CPE, I have set the keys CustomerFeedback and EnableErrorReporting to 0. This got rid of some other requests to external resources.
  2. By connecting to the Report Server via SSMS, going to Properties -> Advanced, I have set the EnableCDNVisuals and EnableCustomVisuals to False. Setting EnableCDNVisuals got rid of another request to an external resource, but EnableCustomVisuals made no apparent change.

Any advice on how to get rid of this request is much welcome.

5 Replies

  • I'm pretty sure that request to appsource is to check the version of your custom visuals with the custom visual CDN so setting EnableCDNVisuals to False should prevent this. If it is not doing this you should probably raise a support ticket with Microsoft.

    • ottofrello's avatar
      ottofrello
      Regular Visitor

      Thanks for your reply! Would this be the procedure you are referring to, or is that guide only for users of Power BI service (it's not really clear from the description)?

      • d_gosbell's avatar
        d_gosbell
        Super User

        ottofrello wrote:

        Thanks for your reply! Would this be the procedure you are referring to, or is that guide only for users of Power BI service (it's not really clear from the description)?


        I think that should probably work. But if your company has an Enterprise Agreement with Microsoft your IT dept or Microsoft Account Manager should also be able to create support tickets and those should have a better SLA than going via that public link.