THE SOLUTION CANNOT BE REMOVED WHEN A JOB IS SCHEDULED OR RUNNING
IF YOU ARE TRYING TO REMOVE THE SHARE POINT SOLUTION USING POWER SHELL (REMOVE-SPSOLUTION ) AND YOU GET AN ERROR MESSAGE:
Uninstall-SPSolution -Identity testSolution.wsp -allwebapplications
Remove-SPSolution -identity testSolution.wsp -force
The solution cannot be removed when a job is scheduled or running
Solution:
stsadm -o enumdeployments
stsadm -o canceldeployment -id
remove-spsolution
Uninstall-SPSolution -Identity testSolution.wsp -allwebapplications
Remove-SPSolution -identity testSolution.wsp -force
The solution cannot be removed when a job is scheduled or running
Solution:
stsadm -o enumdeployments
stsadm -o canceldeployment -id
remove-spsolution
Comments
Post a Comment