Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

i am trying to install infopathtemplate in sharepoint 2010 central admin>general apprlication settings>InfoPath Forms Services >Manage form templates i uploaded the infopath form but from 2 days its showing the status as "installing" and sruck after i tried to remove the infopathform now its showing "Deleting" and struck

i used powershell commands to remove infopath form templte

Stop-SPInfoPathFormTemplate -Identity "Dispensation Template.xsn"

Disable-SPInfoPathFormTemplate -Identity "Dispensation Template.xsn"

Uninstall-SPInfoPathFormTemplate -Identity "Dispensation Template.xsn"

but none of the above is working and gave exception

"Uninstall-SPInfoPathFormTemplate : The solution cannot be removed when a job is scheduled or running."

how to stop the "scheduled" and how to remove and how to install infopath form templates.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.