Can't retract farm solution
-
Just started happening on my front-end server, but when I go to retract a farm solution I'm getting a error stating that "The creation of this directory failed: C:\Windows\Temp\solution-[GUID]. Next to the Deployment status of the wsp package is "Error". Has anyone seen this before? Is it a permission error? The service account that I have for sharepoint is added as an admin to the box.
-
Just started happening on my front-end server, but when I go to retract a farm solution I'm getting a error stating that "The creation of this directory failed: C:\Windows\Temp\solution-[GUID]. Next to the Deployment status of the wsp package is "Error". Has anyone seen this before? Is it a permission error? The service account that I have for sharepoint is added as an admin to the box.
Did you try Powershell? First uninstall the solution then remove it.
Uninstall-SPSolution –Identity Solution.wsp –WebApplication http://myspwebapp
Remove-SPSolution –Identity Solution.wspSharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
-
Just started happening on my front-end server, but when I go to retract a farm solution I'm getting a error stating that "The creation of this directory failed: C:\Windows\Temp\solution-[GUID]. Next to the Deployment status of the wsp package is "Error". Has anyone seen this before? Is it a permission error? The service account that I have for sharepoint is added as an admin to the box.
i was facing a similar error few days ago. Nothing was working. Finally i had to delete the solution from PowerShell and then re-deployed. it worked then.I used following command on PS. don't know if that works for you. (Get-SPSolution solutionName.wsp).Delete()