Monday, September 3, 2012

SharePoint 2010 Solution Deployment Gets Hanged

Hi Friends,

During a SharePoint 2010 Solution Deployment its gets hanged and its hanged in "solution-deployment-solutionName.wsp-0".

To resolve this issue we should try the below steps:
1. Stop SPAdminV4
2. Start-SPAdminJob
3. Start SPAdminV4

Example :

$spAdminServiceName = "SPAdminV4"
Stop-Service -Name $spAdminServiceName
Start-SPAdminJob -Verbose
Start-Service -Name $spAdminServiceName

Thanks
Prabhat

No comments:

Post a Comment