I’ve been playing with PerformancePoint 2010 and one of the first hurdles I came across is that, when i was trying to connect, sharepoint gave me a message saying
"An error occurred during the processing of /PerformancePoint/Pages/ppssample.aspx. Code blocks are not allowed in this file."
This seemed to be an issue with the following reference not being in the web.config on the site.
So add the follwing code into your web.config file.
<PageParserPath VirtualPath="/PerformancePoint/Pages /ppssample.aspx" CompilationMode="Always" AllowServerSideScript="true" />
Once this was in, the error was resolved and I could install the Dashboard Designer as standard.
Subscribe to:
Post Comments (Atom)
SAP HANA Cloud Integration SAP : Part -01
What Is SAP HANA Cloud Integration? CPI-DS is a cloud-based data integration tool for batch & scheduled data integration between on-pr...

-
Pruning data in union view nodes help optimize the query execution. You create a pruning configuration table, which specifies the fil...
-
Report Services Auto Refresh Option ( method 1) “How do I get my report to automatically refresh so the end user of the report doesn’t have...
-
Recently been doing some quick prototyping some web-parts, regular aspx, and master pages in sharepoint and just been using inline code bloc...
No comments:
Post a Comment