Sharepoint server 2019 Infopath bug

fewafewa 1 Reputation point
2022-06-24T11:02:58.977+00:00

I have SharePoint server 2019 installed on my windows server. I'm currently trying to make an InfoPath list on one of the sites but I get this error:
"This feature requires SharePoint Server 2010 or greater with InfoPath Forms Services enabled.".
Now my sharepoint server is 2019 > 2010 so it must be the InfoPath Forms Services feature. I couldn't find an InfoPath feature in the central administration but some google searches led me to activating the site collection feature (still didn't work). (This feature appears to be on when running the Get-SPInfoPathFormsService command.
Any help?

Microsoft 365 and Office | SharePoint Server | For business
{count} votes

1 answer

Sort by: Most helpful
  1. Yanli Jiang - MSFT 31,601 Reputation points Microsoft External Staff
    2022-06-28T09:43:17.017+00:00

    Hi @fewafewa ,
    May I know some more information for this issue first?
    Can you provide some screenshots of "I couldn't find an InfoPath feature in the central administration" and the result of running the “Get-SPInfoPathFormsService” command?

    Then It is recommend you do some troubleshooting:
    First, go to Site Settings to confirm whether the feature SharePoint Server Publishing Infrastructure is activate at both site collection and site levels. If so, please deactivate and re-activate again.
    Second, If the issue still exists, please run SharePoint 2019 Management shell to run the command below:

    Enable-SPFeature -URL <YourSPSiteURL> -Identity IPFSSiteFeatures  
    

    If the feature is already activated, please disable and enable again:

    Disable-SPFeature -URL <YourSPSiteURL> -Identity IPFSSiteFeatures  
    Enable-SPFeature -URL <YourSPSiteURL> -Identity IPFSSiteFeatures  
    

    Thanks,
    Yanli Jiang

    ===========================================

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.