Skip to main content


 

Symptoms


When trying to deploy a process from the K2 Designer for SharePoint, the customer is receiving the error:

Error:
:Could not allocate space for object 'Designer.ProcessXML'.'PK_Designer_ProcessXML' in database 'K2' because the 'FG_HostServer' filegroup is full.
 

Diagnoses


Upon further investigation, we discovered that the database referenced was not the correct K2 database for the target environment. The database referenced was a development database. However, deploying from a different site collection was successful.
 

Resolution

Upon further investigation, we discovered that the database referenced was

The customer retracted and redeployed the K2 for SharePoint components using the following instructions, which resolved the issue:

First verify all the k2*.resx files from the following two folders:

>C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions14ConfigAdminResources e6 total]
>C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions14ConfigResources e6 total]

are copied to:

>C:inetpubwwwrootwssVirtualDirectoriesxxxxxApp_GlobalResources

You need to look up the site ID for Sharepoint Central Administration, and substitute that number for the "xxxxx" in the above line. This can be easily done via IIS, by right-clicking the Central Admin site, and selecting "Basic Settings". This will show the exact path for the Virtual Directory for SharePoint Central Administration. ninstall directory may change depending on installation drive, etc.]

Using SharePoint 2010 Management shell

Retract solutions

Uninstall-SPSolution -Identity "K2 for SharePoint - Core Components.wsp"
Uninstall-SPSolution -Identity "K2 for SharePoint - Management Console.wsp"
Uninstall-SPSolution -Identity "K2 for SharePoint - Process Portals.wsp" -AllWebApplications
Uninstall-SPSolution -Identity "K2 for SharePoint - Reporting Web Parts.wsp" -AllWebApplications
Uninstall-SPSolution -Identity "K2 for SharePoint - Web Designer.wsp"
Uninstall-SPSolution -Identity "K2 for SharePoint - Workflow Core.wsp"
Uninstall-SPSolution -Identity "K2WorklistWebPart.wsp" -AllWebApplications

Delete solutions

Remove-SPSolution -Identity "K2 for SharePoint - Core Components.wsp"
Remove-SPSolution -Identity "K2 for SharePoint - Management Console.wsp"
Remove-SPSolution -Identity "K2 for SharePoint - Process Portals.wsp"
Remove-SPSolution -Identity "K2 for SharePoint - Reporting Web Parts.wsp"
Remove-SPSolution -Identity "K2 for SharePoint - Web Designer.wsp"
Remove-SPSolution -Identity "K2 for SharePoint - Workflow Core.wsp"
Remove-SPSolution -Identity "K2WorklistWebPart.wsp"

Add solutions

Add-SPSolution "C:Program Files (x86)K2 blackpearlSetupConfigurationSPSolutionsK2 for SharePoint - Core Components.wsp"
Add-SPSolution "C:Program Files (x86)K2 blackpearlSetupConfigurationSPSolutionsK2 for SharePoint - Management Console.wsp"
Add-SPSolution "C:Program Files (x86)K2 blackpearlSetupConfigurationSPSolutionsK2 for SharePoint - Process Portals.wsp"
Add-SPSolution "C:Program Files (x86)K2 blackpearlSetupConfigurationSPSolutionsK2 for SharePoint - Reporting Web Parts.wsp"
Add-SPSolution "C:Program Files (x86)K2 blackpearlSetupConfigurationSPSolutionsK2 for SharePoint - Web Designer.wsp"
Add-SPSolution "C:Program Files (x86)K2 blackpearlSetupConfigurationSPSolutionsK2 for SharePoint - Workflow Core.wsp"
Add-SPSolution "C:Program Files (x86)K2 blackpearlSetupConfigurationSPSolutionsK2WorklistWebPart.wsp"

Deploy solutions

Install-SPSolution -Identity "K2 for SharePoint - Core Components.wsp" -GACDeployment
Install-SPSolution -Identity "K2 for SharePoint - Management Console.wsp" -GACDeployment
Install-SPSolution -Identity "K2 for SharePoint - Process Portals.wsp" -AllWebApplications -GACDeployment
Install-SPSolution -Identity "K2 for SharePoint - Reporting Web Parts.wsp" -AllWebApplications -GACDeployment
Install-SPSolution -Identity "K2 for SharePoint - Web Designer.wsp" GACDeployment
Install-SPSolution -Identity "K2 for SharePoint - Workflow Core.wsp" -GACDeployment
Install-SPSolution -Identity "K2WorklistWebPart.wsp" -AllWebApplications -GACDeployment




 
Be the first to reply!

Reply