Symptoms
We're having some trouble deploying the K2 for SharePoint 2010 solutions in our dev environment. We were able to successfully deploy the following WSP’s using a combination of the K2 wizards, STSADM.exe and PowerShell:
• K2 for SharePoint – Core Components.wsp
• K2 for SharePoint –Process Portals.wsp
• K2WorklistWebPart.wsp
• K2 for SharePoint –Reporting Web Parts.wsp
• K2 for SharePoint –smartforms Web Parts.wsp
The following WSP’s are not deployed:
• K2 for SharePoint – Management Console.wsp
• K2 for SharePoint –Workflow Core.wsp
• K2 for SharePoint –Web Designer.wsp
• K2 for SharePoint –K2 Designer smartforms Client Event.wsp
Diagnoses
The K2 for SharePoint 2010 Configuration Wizard was not deploying all the solutions correctly.
Resolution
Customer had to deploy each WSP using PowerShell Install-SPSolution -Identity <GUID> -GACDeployment -Local -Force from Central Admin and all WFE's in the farm.