Posiblemente no ejecuto el asiste de configuración de la granja, sino que lo hizo manual y se le olvido configurar el servicio de Estado, necesario para persistir el estado de los usuarios y utilizado por InfoPath Forms Service.
El Detalle del error a continuación:
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.
Solución ejecute en CmdLet o Power Shell Para SharePoint 2010 lo siguiente:
$serviceApp = New-SPStateServiceApplication -Name “State Service App”
New-SPStateServiceDatabase -Name “SharePoint_StateService” -ServiceApplication $serviceApp
New-SPStateServiceApplicationProxy -Name “State Service App Proxy” -ServiceApplication $serviceApp –DefaultProxyGroup
Eso es todo amigos!.
SharePoint4Fun!,
Manolo Herrera
No hay comentarios.:
Publicar un comentario
Favor dejar su correo electrónico para poder responder el mensaje.
Nota: sólo los miembros de este blog pueden publicar comentarios.