Wednesday, January 22, 2014

How to stop deployment or retraction of your solution- Sharepoint 2013

To stop current deployment you can use the Stsadm tool for command-line administrationYou must be an administrator on the local computer to use Stsadm.

Stsadm is located at the following path on the drive where SharePoint Products and Technologies is installed: C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\BIN



two steps for this :

******** To see the deployment-status (pending etc.):
stsadm -o enumdeployments

******** To cancel the deployment:
stsadm -o canceldeployment –id “id”


No comments:

Post a Comment