I came across an issue where a Sharepoint solution failed to complete it's deployment. Leaving me in a state where I had no options, only an error message in Central admin:
I found this post. But that didn't help me.
What did help were these two STSADM commands:
STSADM -o enumdeployments
STSADM -o canceldeployment -id *your guid here*
Get the ID from the first command and place it into the
This is just a clean up. Not a fix. But it's better than leaving something in a stuck state.
Good luck!
-Chan
No comments:
Post a Comment