Had an issue with a solution deployment recently where the deployment got stuck, just left in the “deploying” state and couldn’t do anything via the UI….
Even the TSUF didn’t work ;)
So, reverted back to my old friend the command line…
If (for whatever reason) you're solution get's stuck in the "deploying" state - even after reboots and execadminjobs etc etc...
Do this:
stsadm -o enumdeployments
(note the job id)
stsadm -o canceldeployment -id <yourid>
You should now be able to re-deploy successfully...
No comments:
Post a comment
Please feel free to comment on this post, I want to hear your feedback!