Excel Services无法正常工作-Performance Counter错误 [英] Excel Services not working - Performance Counter errors

查看:127
本文介绍了Excel Services无法正常工作-Performance Counter错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Excel服务因.NET错误和其他性能计数器错误而崩溃.

Excel Service crash with .NET error and other Performance Counter errors.

当我尝试在Sharepoint 2013文档库中打开Excel文件时,.NET调试器出现在Sharepoint Server上,并且我在Windows应用程序事件日志中看到以下错误:

When I try to open an Excel file at my Sharepoint 2013 document library the .NET debugger appears on the Sharepoint Server and I can see following errors in Windows Application Eventlog:

Log Name:      Application
Source:        Microsoft-Windows-PerfNet
Date:          06.09.2017 12:40:02
Event ID:      2004
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      OATVAW05.eu.OTIS.UTC.com
Description:
Unable to open the Server service performance object. The first four bytes (DWORD) of the Data section contains the status code.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-PerfNet" Guid="{CAB2B8A5-49B9-4EEC-B1B0-FAC21DA05A3B}" EventSourceName="PerfNet" />
    <EventID Qualifiers="49152">2004</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2017-09-06T10:40:02.000000000Z" />
    <EventRecordID>60129718</EventRecordID>
    <Correlation />
    <Execution ProcessID="0" ThreadID="0" />
    <Channel>Application</Channel>
    <Computer>OATVAW05.eu.OTIS.UTC.com</Computer>
    <Security />
  </System>
  <EventData>
    <Binary>220000C0</Binary>
  </EventData>
</Event>

Log Name:      Application
Source:        .NET Runtime
Date:          06.09.2017 12:40:02
Event ID:      1025
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      OATVAW05.eu.OTIS.UTC.com
Description:
Application: w3wp.exe
Framework Version: v4.0.30319
Description: The application requested process termination through System.Environment.FailFast(string message).
Message: 
Stack:
   at System.Environment.FailFast(System.String)
   at Microsoft.Office.Excel.Server.HelperMethods.HandleShutdown(System.Exception, Boolean)
   at Microsoft.Office.Server.Diagnostics.FirstChanceHandler.ExceptionFilter(Boolean, TryBlock, FilterBlock, CatchBlock, FinallyBlock)
   at Microsoft.Office.Web.Common.ExceptionReporting.ReportOnExceptionTag(UInt32, Category, System.String, Boolean, Microsoft.Office.Web.Common.TryBlock, Microsoft.Office.Web.Common.CatchBlock, Microsoft.Office.Web.Common.FinallyBlock)
   at Microsoft.Office.Excel.Server.CalculationServer.ExcelServerApp..ctor()
   at Microsoft.Office.Excel.Server.CalculationServer.ExcelServerApp..cctor()
   at Microsoft.Office.Excel.Server.CalculationServer.ExcelServiceSoap.BeginOpenWorkbook(Microsoft.Office.Excel.Server.CalculationServer.CommandParameter, Microsoft.Office.Excel.Server.OpenWorkbookInParameters, System.AsyncCallback, System.Object)
   at DynamicClass.AsyncInvokeBeginBeginOpenWorkbook(System.Object, System.Object[], System.AsyncCallback, System.Object)
   at System.ServiceModel.Dispatcher.AsyncMethodInvoker.InvokeBegin(System.Object, System.Object[], System.AsyncCallback, System.Object)
   at Microsoft.Office.Excel.Server.CalculationServer.ExcelServiceHostFactory+OperationInvokerExceptionWrapper+<>c__DisplayClass7.<InvokeBegin>b__6()
   at Microsoft.Office.Excel.Server.CalculationServer.ExcelServiceHostFactory+OperationInvokerExceptionWrapper.InvokeHelper(InvokeMethodDelegate, System.Reflection.MethodInfo)
   at Microsoft.Office.Excel.Server.CalculationServer.ExcelServiceHostFactory+OperationInvokerExceptionWrapper.InvokeBegin(System.Object, System.Object[], System.AsyncCallback, System.Object)
   at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(System.ServiceModel.Dispatcher.MessageRpc ByRef)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(System.ServiceModel.Dispatcher.MessageRpc ByRef)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(System.ServiceModel.Dispatcher.MessageRpc ByRef)
   at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean)
   at System.ServiceModel.Dispatcher.ChannelHandler.DispatchAndReleasePump(System.ServiceModel.Channels.RequestContext, Boolean, System.ServiceModel.OperationContext)
   at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(System.ServiceModel.Channels.RequestContext, System.ServiceModel.OperationContext)
   at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(System.IAsyncResult)
   at System.Runtime.Fx+AsyncThunk.UnhandledExceptionFrame(System.IAsyncResult)
   at System.Runtime.AsyncResult.Complete(Boolean)
   at System.ServiceModel.Channels.SecurityChannelListener`1+ReceiveItemAndVerifySecurityAsyncResult`2[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].InnerTryReceiveCompletedCallback(System.IAsyncResult)
   at System.Runtime.Fx+AsyncThunk.UnhandledExceptionFrame(System.IAsyncResult)
   at System.Runtime.AsyncResult.Complete(Boolean)
   at System.Runtime.InputQueue`1+AsyncQueueReader[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Set(Item<System.__Canon>)
   at System.Runtime.InputQueue`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].EnqueueAndDispatch(Item<System.__Canon>, Boolean)
   at System.Runtime.InputQueue`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].EnqueueAndDispatch(System.__Canon, System.Action, Boolean)
   at System.ServiceModel.Channels.SingletonChannelAcceptor`3[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Enqueue(System.__Canon, System.Action, Boolean)
   at System.ServiceModel.Channels.HttpPipeline+EnqueueMessageAsyncResult.CompleteParseAndEnqueue(System.IAsyncResult)
   at System.ServiceModel.Channels.HttpPipeline+EnqueueMessageAsyncResult.HandleParseIncomingMessage(System.IAsyncResult)
   at System.Runtime.AsyncResult.SyncContinue(System.IAsyncResult)
   at System.ServiceModel.Channels.HttpPipeline+EmptyHttpPipeline.BeginProcessInboundRequest(System.ServiceModel.Channels.ReplyChannelAcceptor, System.Action, System.AsyncCallback, System.Object)
   at System.ServiceModel.Channels.HttpChannelListener`1+HttpContextReceivedAsyncResult`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].ProcessHttpContextAsync()
   at System.ServiceModel.Channels.HttpChannelListener`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].BeginHttpContextReceived(System.ServiceModel.Channels.HttpRequestContext, System.Action, System.AsyncCallback, System.Object)
   at System.ServiceModel.Activation.HostedHttpTransportManager.HttpContextReceived(System.ServiceModel.Activation.HostedHttpRequestAsyncResult)
   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.HandleRequest()
   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.BeginRequest()
   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.OnBeginRequest(System.Object)
   at System.ServiceModel.AspNetPartialTrustHelpers.PartialTrustInvoke(System.Threading.ContextCallback, System.Object)
   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.OnBeginRequestWithFlow(System.Object)
   at System.Runtime.IOThreadScheduler+ScheduledOverlapped.IOCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)
   at System.Runtime.Fx+IOCompletionThunk.UnhandledExceptionFrame(UInt32, UInt32, System.Threading.NativeOverlapped*)
   at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name=".NET Runtime" />
    <EventID Qualifiers="0">1025</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2017-09-06T10:40:02.000000000Z" />
    <EventRecordID>60129721</EventRecordID>
    <Channel>Application</Channel>
    <Computer>OATVAW05.eu.OTIS.UTC.com</Computer>
    <Security />
  </System>
  <EventData>
    <Data>Application: w3wp.exe
Framework Version: v4.0.30319
Description: The application requested process termination through System.Environment.FailFast(string message).
Message: 
Stack:
   at System.Environment.FailFast(System.String)
   at Microsoft.Office.Excel.Server.HelperMethods.HandleShutdown(System.Exception, Boolean)
   at Microsoft.Office.Server.Diagnostics.FirstChanceHandler.ExceptionFilter(Boolean, TryBlock, FilterBlock, CatchBlock, FinallyBlock)
   at Microsoft.Office.Web.Common.ExceptionReporting.ReportOnExceptionTag(UInt32, Category, System.String, Boolean, Microsoft.Office.Web.Common.TryBlock, Microsoft.Office.Web.Common.CatchBlock, Microsoft.Office.Web.Common.FinallyBlock)
   at Microsoft.Office.Excel.Server.CalculationServer.ExcelServerApp..ctor()
   at Microsoft.Office.Excel.Server.CalculationServer.ExcelServerApp..cctor()
   at Microsoft.Office.Excel.Server.CalculationServer.ExcelServiceSoap.BeginOpenWorkbook(Microsoft.Office.Excel.Server.CalculationServer.CommandParameter, Microsoft.Office.Excel.Server.OpenWorkbookInParameters, System.AsyncCallback, System.Object)
   at DynamicClass.AsyncInvokeBeginBeginOpenWorkbook(System.Object, System.Object[], System.AsyncCallback, System.Object)
   at System.ServiceModel.Dispatcher.AsyncMethodInvoker.InvokeBegin(System.Object, System.Object[], System.AsyncCallback, System.Object)
   at Microsoft.Office.Excel.Server.CalculationServer.ExcelServiceHostFactory+OperationInvokerExceptionWrapper+&lt;&gt;c__DisplayClass7.&lt;InvokeBegin&gt;b__6()
   at Microsoft.Office.Excel.Server.CalculationServer.ExcelServiceHostFactory+OperationInvokerExceptionWrapper.InvokeHelper(InvokeMethodDelegate, System.Reflection.MethodInfo)
   at Microsoft.Office.Excel.Server.CalculationServer.ExcelServiceHostFactory+OperationInvokerExceptionWrapper.InvokeBegin(System.Object, System.Object[], System.AsyncCallback, System.Object)
   at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(System.ServiceModel.Dispatcher.MessageRpc ByRef)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(System.ServiceModel.Dispatcher.MessageRpc ByRef)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(System.ServiceModel.Dispatcher.MessageRpc ByRef)
   at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean)
   at System.ServiceModel.Dispatcher.ChannelHandler.DispatchAndReleasePump(System.ServiceModel.Channels.RequestContext, Boolean, System.ServiceModel.OperationContext)
   at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(System.ServiceModel.Channels.RequestContext, System.ServiceModel.OperationContext)
   at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(System.IAsyncResult)
   at System.Runtime.Fx+AsyncThunk.UnhandledExceptionFrame(System.IAsyncResult)
   at System.Runtime.AsyncResult.Complete(Boolean)
   at System.ServiceModel.Channels.SecurityChannelListener`1+ReceiveItemAndVerifySecurityAsyncResult`2[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].InnerTryReceiveCompletedCallback(System.IAsyncResult)
   at System.Runtime.Fx+AsyncThunk.UnhandledExceptionFrame(System.IAsyncResult)
   at System.Runtime.AsyncResult.Complete(Boolean)
   at System.Runtime.InputQueue`1+AsyncQueueReader[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Set(Item&lt;System.__Canon&gt;)
   at System.Runtime.InputQueue`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].EnqueueAndDispatch(Item&lt;System.__Canon&gt;, Boolean)
   at System.Runtime.InputQueue`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].EnqueueAndDispatch(System.__Canon, System.Action, Boolean)
   at System.ServiceModel.Channels.SingletonChannelAcceptor`3[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Enqueue(System.__Canon, System.Action, Boolean)
   at System.ServiceModel.Channels.HttpPipeline+EnqueueMessageAsyncResult.CompleteParseAndEnqueue(System.IAsyncResult)
   at System.ServiceModel.Channels.HttpPipeline+EnqueueMessageAsyncResult.HandleParseIncomingMessage(System.IAsyncResult)
   at System.Runtime.AsyncResult.SyncContinue(System.IAsyncResult)
   at System.ServiceModel.Channels.HttpPipeline+EmptyHttpPipeline.BeginProcessInboundRequest(System.ServiceModel.Channels.ReplyChannelAcceptor, System.Action, System.AsyncCallback, System.Object)
   at System.ServiceModel.Channels.HttpChannelListener`1+HttpContextReceivedAsyncResult`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].ProcessHttpContextAsync()
   at System.ServiceModel.Channels.HttpChannelListener`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].BeginHttpContextReceived(System.ServiceModel.Channels.HttpRequestContext, System.Action, System.AsyncCallback, System.Object)
   at System.ServiceModel.Activation.HostedHttpTransportManager.HttpContextReceived(System.ServiceModel.Activation.HostedHttpRequestAsyncResult)
   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.HandleRequest()
   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.BeginRequest()
   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.OnBeginRequest(System.Object)
   at System.ServiceModel.AspNetPartialTrustHelpers.PartialTrustInvoke(System.Threading.ContextCallback, System.Object)
   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.OnBeginRequestWithFlow(System.Object)
   at System.Runtime.IOThreadScheduler+ScheduledOverlapped.IOCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)
   at System.Runtime.Fx+IOCompletionThunk.UnhandledExceptionFrame(UInt32, UInt32, System.Threading.NativeOverlapped*)
   at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)
</Data>
  </EventData>
</Event>

Log Name:      Application
Source:        Application Error
Date:          06.09.2017 12:40:03
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      OATVAW05.eu.OTIS.UTC.com
Description:
Faulting application name: w3wp.exe, version: 8.5.9600.16384, time stamp: 0x5215df96
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0x80131623
Fault offset: 0x00007fff7b138d21
Faulting process id: 0x5630
Faulting application start time: 0x01d326fc7ba8f387
Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
Faulting module path: unknown
Report Id: bcdab8aa-92ef-11e7-815d-14187745a502
Faulting package full name: 
Faulting package-relative application ID: 
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2017-09-06T10:40:03.000000000Z" />
    <EventRecordID>60129722</EventRecordID>
    <Channel>Application</Channel>
    <Computer>OATVAW05.eu.OTIS.UTC.com</Computer>
    <Security />
  </System>
  <EventData>
    <Data>w3wp.exe</Data>
    <Data>8.5.9600.16384</Data>
    <Data>5215df96</Data>
    <Data>unknown</Data>
    <Data>0.0.0.0</Data>
    <Data>00000000</Data>
    <Data>80131623</Data>
    <Data>00007fff7b138d21</Data>
    <Data>5630</Data>
    <Data>01d326fc7ba8f387</Data>
    <Data>c:\windows\system32\inetsrv\w3wp.exe</Data>
    <Data>unknown</Data>
    <Data>bcdab8aa-92ef-11e7-815d-14187745a502</Data>
    <Data>
    </Data>
    <Data>
    </Data>
  </EventData>
</Event>

Log Name:      Application
Source:        Microsoft-SharePoint Products-Excel Services Application
Date:          06.09.2017 12:40:02
Event ID:      2026
Task Category: Excel Calculation Services
Level:         Warning
Keywords:      
User:          EUOTIS\S-SPExcelServices
Computer:      OATVAW05.eu.OTIS.UTC.com
Description:
An internal error occurred.
   at System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)
   at System.Diagnostics.PerformanceCounter.InitializeImpl()
   at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)
   at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, Boolean readOnly)
   at Microsoft.Office.Excel.Server.CalculationServer.ExcelServerApp.Initialize()
   at Microsoft.Office.Server.Diagnostics.FirstChanceHandler.ExceptionFilter(Boolean fRethrowException, TryBlock tryBlock, FilterBlock filter, CatchBlock catchBlock, FinallyBlock finallyBlock)
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-SharePoint Products-Excel Services Application" Guid="{278E40D0-FDAA-4EB4-AB6B-9E0AD6BDBE79}" />
    <EventID>2026</EventID>
    <Version>15</Version>
    <Level>3</Level>
    <Task>2</Task>
    <Opcode>0</Opcode>
    <Keywords>0x4000000000000000</Keywords>
    <TimeCreated SystemTime="2017-09-06T10:40:02.841048300Z" />
    <EventRecordID>60129724</EventRecordID>
    <Correlation ActivityID="{338F169E-1792-C088-99EA-94CD5BA150C0}" />
    <Execution ProcessID="22064" ThreadID="34404" />
    <Channel>Application</Channel>
    <Computer>OATVAW05.eu.OTIS.UTC.com</Computer>
    <Security UserID="S-1-5-21-3110577940-3655003543-76464700-59354" />
  </System>
  <EventData>
    <Data Name="UnicodeString0">   at System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)
   at System.Diagnostics.PerformanceCounter.InitializeImpl()
   at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)
   at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, Boolean readOnly)
   at Microsoft.Office.Excel.Server.CalculationServer.ExcelServerApp.Initialize()
   at Microsoft.Office.Server.Diagnostics.FirstChanceHandler.ExceptionFilter(Boolean fRethrowException, TryBlock tryBlock, FilterBlock filter, CatchBlock catchBlock, FinallyBlock finallyBlock)</Data>
  </EventData>
</Event>

Log Name:      Application
Source:        Microsoft-SharePoint Products-Excel Services Application
Date:          06.09.2017 12:40:36
Event ID:      5239
Task Category: Web Front End
Level:         Error
Keywords:      
User:          EUOTIS\S-SPWebApp
Computer:      OATVAW05.eu.OTIS.UTC.com
Description:
There was an error in communicating with Excel Calculation Services http://OATVAW05:32843/7b760aee98774746ba9f8a477e9bce5a/ExcelService*.asmx exception: The underlying connection was closed: An unexpected error occurred on a receive.
[Session: 
User: EUOTIS\S-SPWebApp].
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-SharePoint Products-Excel Services Application" Guid="{278E40D0-FDAA-4EB4-AB6B-9E0AD6BDBE79}" />
    <EventID>5239</EventID>
    <Version>15</Version>
    <Level>2</Level>
    <Task>8</Task>
    <Opcode>0</Opcode>
    <Keywords>0x4000000000000000</Keywords>
    <TimeCreated SystemTime="2017-09-06T10:40:36.997357100Z" />
    <EventRecordID>60129759</EventRecordID>
    <Correlation ActivityID="{378F169E-6743-C088-99EA-97A3B8F530FC}" />
    <Execution ProcessID="13660" ThreadID="24656" />
    <Channel>Application</Channel>
    <Computer>OATVAW05.eu.OTIS.UTC.com</Computer>
    <Security UserID="S-1-5-21-3110577940-3655003543-76464700-59365" />
  </System>
  <EventData>
    <Data Name="UnicodeString0">http://OATVAW05:32843/7b760aee98774746ba9f8a477e9bce5a/ExcelService*.asmx</Data>
    <Data Name="UnicodeString1">The underlying connection was closed: An unexpected error occurred on a receive.</Data>
    <Data Name="UnicodeString2">
    </Data>
    <Data Name="UnicodeString3">EUOTIS\S-SPWebApp</Data>
  </EventData>
</Event>

Log Name:      Application
Source:        Microsoft-SharePoint Products-Excel Services Application
Date:          06.09.2017 12:40:36
Event ID:      5239
Task Category: Web Front End
Level:         Error
Keywords:      
User:          NT AUTHORITY\IUSR
Computer:      OATVAW05.eu.OTIS.UTC.com
Description:
There was an error in communicating with Excel Calculation Services http://OATVAW05:32843/7b760aee98774746ba9f8a477e9bce5a/ExcelService*.asmx exception: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server.
[Session: 
User: ].
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-SharePoint Products-Excel Services Application" Guid="{278E40D0-FDAA-4EB4-AB6B-9E0AD6BDBE79}" />
    <EventID>5239</EventID>
    <Version>15</Version>
    <Level>2</Level>
    <Task>8</Task>
    <Opcode>0</Opcode>
    <Keywords>0x4000000000000000</Keywords>
    <TimeCreated SystemTime="2017-09-06T10:40:36.997357100Z" />
    <EventRecordID>60129760</EventRecordID>
    <Correlation ActivityID="{338F169E-1792-C088-99EA-94CD5BA150C0}" />
    <Execution ProcessID="13660" ThreadID="15216" />
    <Channel>Application</Channel>
    <Computer>OATVAW05.eu.OTIS.UTC.com</Computer>
    <Security UserID="S-1-5-17" />
  </System>
  <EventData>
    <Data Name="UnicodeString0">http://OATVAW05:32843/7b760aee98774746ba9f8a477e9bce5a/ExcelService*.asmx</Data>
    <Data Name="UnicodeString1">The underlying connection was closed: A connection that was expected to be kept alive was closed by the server.</Data>
    <Data Name="UnicodeString2">
    </Data>
    <Data Name="UnicodeString3">
    </Data>
  </EventData>
</Event>

在IIS重置后,第一次在浏览器中打开Web集合时,我也立即看到上述错误2004 PerNet.

I see also above error 2004 PerNet as soon as I open my Web Collection the first time in Browser after an IIS reset.

通过UlsViewer,我还可以看到w3wp.exe和OWSTIMER的性能计数器错误

With UlsViewer I see also Performance Counter errors for w3wp.exe and OWSTIMER

w3wp.exe
Performance Counter OS (pdh) call failed with error code PDH_INVALID_HANDLE.	

---

OWSTIMER.EXE
Performance Counter OS (pdh) call failed with error code PDH_INVALID_HANDLE.	

在我的情况下,与Performance Counter问题相关的所有文章均无效.

All related articles to the Performance Counter issue do not work in my case.

有人有主意吗?

推荐答案

 检查此博客是否与您的问题相似:

 Check this blog if there's similarity with your issue:

https://social.technet.microsoft.com/wiki/contents/articles/31128.excel-services-issue-in-sharepoint-20132010.aspx

https://social.technet.microsoft.com/wiki/contents/articles/31128.excel-services-issue-in-sharepoint-20132010.aspx

据我所知,Perf Counter问题与Excel无关. 如果用户尝试打开excel工作簿,请共享该错误的屏幕截图.

As far as I know Perf Counter issues and Excel are not related. Please share screenshot of the error when users trying to open excel workbook if it's different. 


这篇关于Excel Services无法正常工作-Performance Counter错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆