Error at creation workflow in SharePoint Designer 2010 with InfoPath Form

Con risposta Error at creation workflow in SharePoint Designer 2010 with InfoPath Form

  • Wednesday, December 08, 2010 9:56 AM
     
     

    At creation workflow in SharePoint Designer 2010 with activity "Assign a Form to a group" there is an error:

    Server was unable to process request. ---> Activation could not be completed because the InfoPath Forms Services support feature is not present

     So i can't create workflows, containing any form.

All Replies

  • Wednesday, December 08, 2010 1:27 PM
     
     

    Is the Office SharePoint Server Enterprise feature activated on your site collection?

    http://bphillips76.spaces.live.com/blog/cns!F9B548E4C21D6166!371.entry

    Serge


    Serge
  • Wednesday, December 08, 2010 3:58 PM
     
     

    Is the Office SharePoint Server Enterprise feature activated on your site collection?

    http://bphillips76.spaces.live.com/blog/cns!F9B548E4C21D6166!371.entry

    Serge


    Serge

    Ihave alredy deactivated and activated SharePoint Server Enterprise feature in site collection and subweb.

    InfoPath Services runing.

    Application pool and all services runing by domen user.

    But i still have this error...

  • Monday, December 13, 2010 8:31 AM
     
     Answered

    Problem solved:

    stsadm -o deactivatefeature -filename IPFSSiteFeatures\feature.xml -force -url %SITE_COLLECTION_URL
    stsadm -o deactivatefeature -filename IPFSWebFeatures\feature.xml -force -url %SITE_COLLECTION_URL%
    STSADM.EXE -o activatefeature -filename IPFSSiteFeatures\feature.xml -url %Sitecollection_URL% -force
    STSADM.EXE -o activatefeature -filename IPFSWebFeatures\feature.xml -url %sitecollection_URL% -force

    • Marked As Answer by Rodick Monday, December 13, 2010 8:32 AM
    •