开发者

Performance Point Filter Problem After Instillation SharePoint 2010 SP1

I am annoyingly facing Web Control Rendering error after deploying SharePoint 2010 SP1 and Aug 2010 patch. I have created Custom Performance Point Filter as per Pps2010RefSample provided by Microsoft and created a custom rendered class (as filter.RendererClassName = typeof(CustomFilter).AssemblyQualifiedName;) instead of MultiSelectTreeViewControl.

In this class I simply override the Render method and added only one line:

output.Write("<input type='text'ID='myControlID' />");

But when I open the Dashboard webpage it throwing me following error:

An exception occurred while rendering a Web control. The following diagnostic information might help to determine the cause of this problem:

Microsoft.PerformancePoint.Scorecards.BpmExc开发者_JAVA技巧eption: There was a problem preparing the WebPart for display. PerformancePoint Services error code 20700.

How can I resolve the issue?


The filter url in the dashboard designer that populates is wrong, you have to copy and paste the correct location to the webpart filter. /sites//Lists/PerformancePoint Content/1_.000


Thanks for your reply.

This re-checked but it is not the case. The filter is referenced with correct URL. I found that it was happening due to Farm. My server load balancing was forwarding my request to another server on Farm which do not have access to assembly.

Now the problem is resolved.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜