Configurations to fix the issues in running Power BI Templates
book
Article ID: 100051070
calendar_today
Updated On:
Description
Description
After upgrading to Compliance Accelerator 14.0.1, if you are unable to run any Power BI Template or if you get any exception, then perform the following steps:
- Go to installed location of CAReporting. For example, “C:\Program Files (x86)\Enterprise Vault Business Accelerator\CAReporting”

- Open the web.Config file in an edit mode. You will see the below lines.

- Update the values of oldVersion and newVersion attributes for the below mentioned name:
| assemblyIdentity name |
Updated values |
| oldVersion |
newVersion |
| Newtonsoft.json |
0.0.0.0-12.0.0.0 |
12.0.0.0 |
| Syste.Web.Http |
0.0.0.0-5.2.7.0 |
5.2.7.0 |
| System.Net.Http.Formatting |
0.0.0.0-5.2.7.0 |
5.2.7.0 |
- Add the following new node for “System.Web.Http.WebHost”
- System.Web.Http.WebHost before adding the new node:

- Copy the following xml node and paste after “System.Net.Http.Formatting” (press the “Enter” key after node “” highlighted in the above image, and then paste):
- System.Web.Http.WebHost after adding the new node:

- Save the changes in the web.config file and then close the file.
- Reset IIS.
- Check if you can run Power BI Templates.
Issue/Introduction
Configurations to fix the issues in running Power BI Templates
Additional Information
JIRA: CSC-8392
Was this article helpful?
thumb_up
Yes
thumb_down
No