sharepoint-2010 - "An unexpected System Error has occured. Additional details have been logged for yor Administrator."

标签 sharepoint-2010

我在连接到 Performance Point Server 2010 中的仪表板设计器时收到此错误。

此外,当我检查 Windows 管理员日志时,我得到以下信息:

An unexpected error occurred.  Error 19106.

Exception details:
System.ServiceModel.ServiceActivationException: The requested service, 'http://win-engffdbgdb:32843/16cf7edf9c81417b97f549e23f57eb5f/PerformancePointService.svc' could not be activated. See the server's diagnostic trace logs for more information.

Server stack trace: 
   at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, HttpChannelFactory factory, WebException responseException, ChannelBinding channelBinding)
   at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
   at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
   at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout)
   at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at Microsoft.PerformancePoint.Scorecards.IBIMonitoringServiceApplication.GetListItems(String listUrl)
   at Microsoft.PerformancePoint.Scorecards.BIMonitoringServiceApplicationProxy.<>c__DisplayClasse8.<GetListItems>b__e7(IBIMonitoringServiceApplication channel)
   at Microsoft.PerformancePoint.Scorecards.BIMonitoringServiceApplicationProxy.ExecuteOnChannel(CodeBlock codeBlock)

最佳答案

该修补程序不再相关,它已应用于最新的汇总和 VS2010 service pack 1。为了修复这个恼人的错误,我必须停止服务器上的服务,然后重新启动它。

  1. 前往管理中心
  2. 管理此服务器上的服务
  3. PerformancePoint 应用程序,单击“停止”
  4. 接受警告以将其禁用
  5. 禁用后,请等待几分钟,然后重新启动。

关于sharepoint-2010 - "An unexpected System Error has occured. Additional details have been logged for yor Administrator.",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5270666/

相关文章:

visual-studio - Visual Studio 在加载时意外添加功能

c# - 在来自共享点的客户端对象模型上使用 Linq

Sharepoint SPWeb - MasterUrl 与 CustomMasterUrl

sharepoint - 保存 :"Content in the embedded form may be changed by the the server to remove unsafe content. "时 Sharepoint 2010 设计器出错

.net - 使用SPSite构造函数的FileNotFoundException

asp.net - 该进程无法访问该文件,因为该文件正被 SharePoint 2010 C# 代码中的另一个进程使用

c# - 来自 Sharepoint 2010 的用户个人资料图片 - C#

wcf - Wcf 服务中的错误 SPContext

发布后,SharePoint Designer工作流不会更改

asp.net - 当用户在同一个 Web 应用程序中从一个网站集转到另一个网站集时,如何检测事件?