Problem:
User got an error massage when trying to load an InfoPath form:
More Details:
Check out the Event Viewer on the MOSS server > Application. you should see such kind of error:
Solution:
Go to Central Administration > Application Management > Configure InfoPath Forms Services.
Change the "Maximum size of form session state" to a bigger number (the default is 4096, change to 8192 should be enough).
Eran Hefer.
User got an error massage when trying to load an InfoPath form:
"This session has exceeded the amount of allowable resources"
More Details:
Check out the Event Viewer on the MOSS server > Application. you should see such kind of error:
Session state size, 6727548 bytes, has exceeded 4194304 bytes, the maximum allowable value. This value is configurable and can be changed by the administrator.
Solution:
Go to Central Administration > Application Management > Configure InfoPath Forms Services.
Change the "Maximum size of form session state" to a bigger number (the default is 4096, change to 8192 should be enough).
Eran Hefer.
Comment