Problem
I have noted that in both my lab and some client machines that InfoPath forms services is not available under general application settings in central admin.
It’s also not visible under "Manage Service Applications"
Solution
Manually activate the feature using stsadm:
- Login to host with admin rights
- Open command prompt (run as administrator)
- Run the following command
c:\program files\common files\Microsoft Shared\Web Server Extensions\14\bin\stsadm -o installfeature -name IPFSAdminWeb
- No need to "activate" the feature, it’s scoped to activate in Central Admin as soon as you install. If you receive a message that the feature is already installed but you do not see the feature on the "General Application Settings" page in central admin, activate the feature on central administration using the following command.
c:\program files\common files\Microsoft Shared\Web Server Extensions\14\bin\stsadm -o activatefeature -name IPFSAdminWeb -url http://sharepoint:8080
- Login to Central Administration and click on General Application Settings and you will see InfoPath Forms Services
Notes
This is counterintuitive but the feature already exists on the server (look in the \TEMPLATE\Features\ directory, you’ll see it). For some reason Microsoft has made it hard to find, or possibly my clients have simple been installing the bits improperly.
Popularity: 1% [?]
This information was hard to find. The post really saved my day.
Thanks!
Anybody reading this post note that Microsoft has said that if you use a SharePoint 2010 product key provisioned before May 10th, some service will not appear in the service catalog. Talk to Msft and get an updated key then re-install SharePoint and all of the services will appear under the new button (and be configured by the wizard).