InfoPath Forms Services business logic exceeded re-entrant count - Event 5340 (SharePoint Server 2010)
Applies to: SharePoint Server 2010 Enterprise
Alert Name: InfoPath Forms Services business logic exceeded re-entrant count
Event ID: 5340
Summary: Users who design InfoPath form templates can add managed code to their forms. Errors can occur when this custom code is executed.
Symptoms: One or more of the following symptoms might appear:
An error message appears when opening or filling out the form in the browser.
This event appears in the event log: Event ID: 5340 Description: Business logic object model reentrance count limit was exceeded. The business logic may be in an infinite event recursion. (User: <UserName>, Form Name: <FormName>, Request: <https://servername/_layouts/Postback.Formserver.aspx>, Form ID: <FormID>)
Cause: One or more of the following might be the cause:
The business logic is running in an infinite loop.
The number of business logic calls for a single update in the data exceeded the maximum limit.