Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

Assume that a Microsoft InfoPath 2010 form has a data connection to a Microsoft SharePoint Server 2010 list. After you upgrade to SharePoint Server 2013, the form does not work.

Resolution

To resolve this issue, apply the following hotfix package:

2752020 Description of the SharePoint Server 2013 hotfix package (ifsmui-en-us.msp; ifswfe-x-none.msp): April 9, 2013

More Information

Following the upgrade to SharePoint Server 2013, if you want to enable the original performance optimization settings for the InfoPath form, you can run the following PowerShell commands from the SharePoint 2013 Management Shell on a front-end web server in the SharePoint farm.

$f = Get-SPInfoPathFormsService
$f.Properties.Add("AllowEventPropagation", $false)
$f.Update()

To remove the performance optimization settings, run the following PowerShell commands:

$f = Get-SPInfoPathFormsService
$f.Properties.Remove("AllowEventPropagation")
$f.Update()

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×