Welcome to Office Zealot Sign in | Join | Help

Publishing Button Disabled in SharePoint 2010

I came across an issue a few days ago where we had a publishing site in SharePoint 2010 that would not allow pages to be published [kinda makes it hard to be productive! :) ].  The Publish button was disabled and the Submit button threw a "The form cannot be rendered. This may be due to a misconfiguration of the Microsoft SharePoint Server State Service. For more information, contact your server administrator." error.  After a little digging I found this useful post that quickly resolved the issue.  It references the following from TechNet:

  1. On the Taskbar, click Start, point to Administrative Tools, and then click Windows PowerShell Modules.
  2. In Windows PowerShell, create a service application by typing $serviceApp = New-SPStateServiceApplication -Name “State Service”
  3. Create a State Service database and associate it with a service application, by typing New-SPStateServiceDatabase -Name ”StateServiceDatabase” -ServiceApplication $serviceApp.
  4. Create a State Service Application Proxy and associate it with the service application by typing New-SPStateServiceApplicationProxy -Name ”State Service” -ServiceApplication $serviceApp -DefaultProxyGroup.
Published Thursday, April 08, 2010 6:17 AM by Mauro

Comments

Friday, April 09, 2010 6:00 AM by SharePoint Daily

# ShareFEST Day One Coverage; Silverlight Better than Flash; Finding a Good SharePoint Person

Top News Stories How to Find a Good SharePoint Person for Your Next Open Position (Symbian Developers

Anonymous comments are disabled