may not run the configuration assists the farm, but did you forget manual and configure the service of state, need to persist the user state and used InfoPath Forms Service.
The error details below: Log
Name: Application
Source: Microsoft-SharePoint Products-SharePoint Foundation
Date: 4/28/2011 12:00:03 AM
Event ID: 2138
Task Category: Health
Level: Warning
Keywords:
User: username
Computer: servername
Description:
The SharePoint Health Analyzer detected a condition requiring your attention. InfoPath Forms Services forms cannot be filled out in a Web browser because no State Service connection is configured.
InfoPath Forms Services is not functional on the following Web applications because there is no service connection configured for the State Service: SharePoint - 45215, SharePoint - 80
If a State Service application doesn't exist, create one by using the new-SPStateServiceApplication Powershell commandlet. For more information on configuring the State Service, see Help. For more information about this rule, see http://go.microsoft.com/fwlink/?LinkID=142645 . Solution
run on Power Shell cmdlet or SharePoint 2010 to the following:
$ serviceApp = New-SPStateServiceApplication-Name "State Service App" New-SPStateServiceDatabase
-Name "SharePoint_StateService"-ServiceApplication $ serviceApp
New-SPStateServiceApplicationProxy-Name "App State Service Proxy"-ServiceApplication $ serviceApp-DefaultProxyGroup
That's all folks!.
SharePoint4Fun!, Manolo Herrera
0 comments:
Post a Comment