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.