Excel Calculation Services 사용자 정의 함수 예외

Microsoft.SharePoint.2013.SPServiceInstance.Excel.ECSUdfException (UnitMonitor)

이 모니터가 경고 상태인 경우 사용자 정의 함수에서 예외가 발생했음을 나타냅니다. 사용자 정의 함수는 Excel Services 응용 프로그램에서 사용할 수 있는 서버에 배포된 사용자 지정 코드입니다. 이 사용자 정의 함수가 필요한 통합 문서에서 계산이 올바르게 수행되지 않을 수 있습니다. 해당 사용자 정의 함수를 수정하여 서버에 다시 배포해야 합니다.

Knowledge Base article:

요약

Microsoft TechNet 사이트에서 최신 기술 문서를 보려면 다음 사이트를 방문하십시오.

http://go.microsoft.com/fwlink/?linkid=244889&clcid=0x412

원인

다음 링크를 사용하여 이 개체의 현재 경고를 모두 확인하십시오.

경고 보기

Element properties:

TargetMicrosoft.SharePoint.2013.SPServiceInstance.Excel
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SharePoint.RepeatedEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SharePoint.2013.SPServiceInstance.Excel.ECSUdfException" Accessibility="Public" Enabled="onEssentialMonitoring" Target="MOSS15Core!Microsoft.SharePoint.2013.SPServiceInstance.Excel" ParentMonitorID="Health!System.Health.ConfigurationState" Priority="Normal" TypeID="WSS!Microsoft.SharePoint.RepeatedEventLogManualReset2StateMonitorType">
<Category>ConfigurationHealth</Category>
<OperationalStates>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
<OperationalState ID="RepeatedEventRaised" MonitorTypeStateID="RepeatedEventRaised" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<RepeatedComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</RepeatedComputerName>
<RepeatedLogName>Application</RepeatedLogName>
<RepeatedExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">6467</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-SharePoint Products-Excel Services Application</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</RepeatedExpression>
<Interval>600</Interval>
<Count>5</Count>
</Configuration>
</UnitMonitor>