InfoPath Forms Services 嘗試建立連線非法跨網域提交資料

Microsoft.SharePoint.2013.IPFSDataAdapterSecurityErrorSubmit (Rule)

此規則會在 InfoPath Forms Services 因為提交表單動作違反跨網域安全性限制而無法將表單提交到至資料來源時收集資料。

Knowledge Base article:

總結

若要從 Microsoft TechNet 網站取得最新的知識庫文章,請造訪:

http://go.microsoft.com/fwlink/?linkid=244905&clcid=0x404

原因

您可以使用下列連結檢視此物件目前的所有警示:

檢視警示

Element properties:

TargetMicrosoft.SharePoint.2013.SPServiceInstance.Forms
CategoryEventCollection
EnabledTrue
Event_ID5758
Event SourceMicrosoft-SharePoint Products-InfoPath Forms Services
Alert GenerateFalse
RemotableTrue
Event LogMicrosoft-SharePoint Products-Shared/Operational

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default

Source Code:

<Rule ID="Microsoft.SharePoint.2013.IPFSDataAdapterSecurityErrorSubmit" Enabled="onEssentialMonitoring" Target="MOSS15Core!Microsoft.SharePoint.2013.SPServiceInstance.Forms" ConfirmDelivery="false" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Microsoft-SharePoint Products-Shared/Operational</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">5758</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-SharePoint Products-InfoPath Forms Services</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>