Wednesday 16 November 2011

Parser error when launching the Performance Point Dashboard Designer

After creating the site using with Business Intelgence Center template, here when you navigate to BI Site-->Create Dashboards--> Start Using PerformancePoint Services

 here Page will display error like as below


to resolve this error you will need to make a web.config change. Open the web.config file and locate with PageParserPaths. and add the below line in between the pageparserpaths tags:

<PageParserPaths>
<PageParserPaths  VirtualPath="/BIsite/Pages/ppssample.aspx" CompilationMode="Always" AllowServerSideScript="true" />
</PageParserPaths>

No comments:

Post a Comment